]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/pages/account/TestChangePassword.java
Move the "dbObject"s to their own package.
[gigi.git] / tests / org / cacert / gigi / pages / account / TestChangePassword.java
index 119df79f1e33df23723ef0596dd917b0195fc1c0..21be9c15113f343171ad17b457fc914b72d35ac9 100644 (file)
@@ -6,7 +6,7 @@ import java.io.IOException;
 import java.net.URLEncoder;
 
 import org.cacert.gigi.GigiApiException;
-import org.cacert.gigi.User;
+import org.cacert.gigi.dbObjects.User;
 import org.cacert.gigi.testUtils.ManagedTest;
 import org.junit.Test;