]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/TestObjectCache.java
Move the "dbObject"s to their own package.
[gigi.git] / tests / org / cacert / gigi / TestObjectCache.java
index d361c16b923e783a110d34a302199ecca8c874c6..525469a65f87d8d33092d48be5cf72cf2cb0bb69 100644 (file)
@@ -8,6 +8,9 @@ import java.sql.SQLException;
 import java.util.Calendar;
 import java.util.Locale;
 
+import org.cacert.gigi.dbObjects.Domain;
+import org.cacert.gigi.dbObjects.EmailAddress;
+import org.cacert.gigi.dbObjects.User;
 import org.cacert.gigi.localisation.Language;
 import org.cacert.gigi.testUtils.ManagedTest;
 import org.junit.Test;