]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/testUtils/PingTest.java
upd: rename package name and all references to it
[gigi.git] / tests / club / wpia / gigi / testUtils / PingTest.java
similarity index 92%
rename from tests/org/cacert/gigi/testUtils/PingTest.java
rename to tests/club/wpia/gigi/testUtils/PingTest.java
index a432cb2af61b91a2dd9b4ce1b63e2dec7765dd03..87ea982f5dc35c3095dda59062fb5f54da0fc737 100644 (file)
@@ -1,4 +1,4 @@
-package org.cacert.gigi.testUtils;
+package club.wpia.gigi.testUtils;
 
 import static org.junit.Assert.*;
 import static org.junit.Assume.*;
 
 import static org.junit.Assert.*;
 import static org.junit.Assume.*;
@@ -12,12 +12,13 @@ import java.sql.SQLException;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
-import org.cacert.gigi.database.GigiPreparedStatement;
-import org.cacert.gigi.database.GigiResultSet;
-import org.cacert.gigi.pages.account.domain.DomainOverview;
-import org.cacert.gigi.util.SystemKeywords;
 import org.junit.After;
 
 import org.junit.After;
 
+import club.wpia.gigi.database.GigiPreparedStatement;
+import club.wpia.gigi.database.GigiResultSet;
+import club.wpia.gigi.pages.account.domain.DomainOverview;
+import club.wpia.gigi.util.SystemKeywords;
+
 /**
  * Base class for test suites that check extensively if the domain-ping
  * functionality wroks as expected.
 /**
  * Base class for test suites that check extensively if the domain-ping
  * functionality wroks as expected.