]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/util/TestPasswordStrengthChecker.java
Move the "dbObject"s to their own package.
[gigi.git] / tests / org / cacert / gigi / util / TestPasswordStrengthChecker.java
index e6cac695d91874d4d1fc62d83f4555fc1b578d74..5aedb1bf61eddda700ad2e807b1824a102cbf2bd 100644 (file)
@@ -1,7 +1,8 @@
 package org.cacert.gigi.util;
 
-import org.cacert.gigi.User;
+import org.cacert.gigi.dbObjects.User;
 import org.junit.Test;
+
 import static org.junit.Assert.*;
 
 public class TestPasswordStrengthChecker {