]> WPIA git - gigi.git/blobdiff - tests/org/cacert/gigi/pages/wot/TestAssurance.java
Move 2 test util classes to the "testUtils" package
[gigi.git] / tests / org / cacert / gigi / pages / wot / TestAssurance.java
index b81a433390d431c6914ae86b796a513573795d1b..54a85d8bd964b34321a20a87601e251ed212fa72 100644 (file)
@@ -11,8 +11,8 @@ import java.sql.SQLException;
 import java.text.SimpleDateFormat;
 import java.util.Date;
 
-import org.cacert.gigi.IOUtils;
 import org.cacert.gigi.database.DatabaseConnection;
+import org.cacert.gigi.testUtils.IOUtils;
 import org.cacert.gigi.testUtils.ManagedTest;
 import org.junit.Before;
 import org.junit.Test;