]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/LoginTest.java
UPD: Update the api to work more with "Users" than with their ids.
[gigi.git] / tests / org / cacert / gigi / LoginTest.java
index 856a79e9b6ff5772c10adfc93f2954dee8161ce9..d6c6fc4941910fc1828d29cbc17abd70e67147f9 100644 (file)
@@ -1,10 +1,10 @@
 package org.cacert.gigi;
 
+import static org.junit.Assert.*;
+
 import java.io.IOException;
 import java.net.URL;
 
-import static org.junit.Assert.*;
-
 import org.cacert.gigi.testUtils.ManagedTest;
 import org.junit.Test;