Added test
This commit is contained in:
parent
bcc4496590
commit
9c9e57314a
|
@ -1,10 +1,18 @@
|
||||||
package org.gcube.gcat.oldutils;
|
package org.gcube.gcat.oldutils;
|
||||||
|
|
||||||
import org.gcube.gcat.ContextTest;
|
import org.gcube.gcat.ContextTest;
|
||||||
|
import org.gcube.informationsystem.model.impl.properties.EncryptedImpl;
|
||||||
|
import org.junit.Assert;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class ValidatorTest extends ContextTest {
|
public class ValidatorTest extends ContextTest {
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testPWd() throws Exception {
|
||||||
|
String pwd = EncryptedImpl.decrypt("");
|
||||||
|
Assert.assertTrue(true);
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void createGroupAsSysAdmin() throws Exception {
|
public void createGroupAsSysAdmin() throws Exception {
|
||||||
String groupName = "Italian";
|
String groupName = "Italian";
|
||||||
|
|
Loading…
Reference in New Issue