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