]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/TestUser.java
[EMPTY] Organize all imports
[gigi.git] / tests / org / cacert / gigi / TestUser.java
index 16543dad5b6eb236fd111ddfdaafe00bbc0bab15..2c039875a66d2d967a1c10d5ca32415fe955a1b5 100644 (file)
@@ -1,5 +1,7 @@
 package org.cacert.gigi;
 
+import static org.junit.Assert.*;
+
 import java.sql.Date;
 import java.sql.SQLException;
 import java.util.Locale;
@@ -12,8 +14,6 @@ import org.cacert.gigi.localisation.Language;
 import org.cacert.gigi.testUtils.ManagedTest;
 import org.junit.Test;
 
-import static org.junit.Assert.*;
-
 public class TestUser extends ManagedTest {
 
     @Test