X-Git-Url: https://code.wpia.club/?p=gigi.git;a=blobdiff_plain;f=tests%2Fclub%2Fwpia%2Fgigi%2FtestUtils%2FPingTest.java;fp=tests%2Forg%2Fcacert%2Fgigi%2FtestUtils%2FPingTest.java;h=87ea982f5dc35c3095dda59062fb5f54da0fc737;hp=a432cb2af61b91a2dd9b4ce1b63e2dec7765dd03;hb=bccd4cc0dba0f89aa045b113bac46eb8cc1dab4e;hpb=c9ed09f0007fc2c813815be927a5a24b23dab83c;ds=sidebyside diff --git a/tests/org/cacert/gigi/testUtils/PingTest.java b/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 a432cb2a..87ea982f 100644 --- a/tests/org/cacert/gigi/testUtils/PingTest.java +++ b/tests/club/wpia/gigi/testUtils/PingTest.java @@ -1,4 +1,4 @@ -package org.cacert.gigi.testUtils; +package club.wpia.gigi.testUtils; 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 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 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.