]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/TestUserGroupMembership.java
fix: use Group.getByString only when necessary
[gigi.git] / tests / org / cacert / gigi / TestUserGroupMembership.java
index ea92218b2ecdc4f25273bfa9a39c3567270cdcde..bd1fd4f79d943075666944064f943827ec7ee67b 100644 (file)
@@ -19,9 +19,9 @@ import org.junit.Test;
 
 public class TestUserGroupMembership extends BusinessTest {
 
-    private final Group ttpGroup = Group.getByString("ttp-assurer");
+    private final Group ttpGroup = Group.TTP_ASSURER;
 
-    private final Group supporter = Group.getByString("supporter");
+    private final Group supporter = Group.SUPPORTER;
 
     @Test
     public void testAddObject() throws GigiApiException, SQLException, IOException {