]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/pages/TestVerify.java
upd: rename package name and all references to it
[gigi.git] / tests / club / wpia / gigi / pages / TestVerify.java
similarity index 90%
rename from tests/org/cacert/gigi/pages/TestVerify.java
rename to tests/club/wpia/gigi/pages/TestVerify.java
index 28572eb355a3c1cad5ab20db010c067fe109c436..d1b799b5688d3d03c118a3952ce57b977144bdb7 100644 (file)
@@ -1,4 +1,4 @@
-package org.cacert.gigi.pages;
+package club.wpia.gigi.pages;
 
 import static org.junit.Assert.*;
 
@@ -6,13 +6,14 @@ import java.util.Locale;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
-import org.cacert.gigi.GigiApiException;
-import org.cacert.gigi.dbObjects.EmailAddress;
-import org.cacert.gigi.testUtils.ClientBusinessTest;
-import org.cacert.gigi.testUtils.TestEmailReceiver.TestMail;
 import org.hamcrest.CustomMatcher;
 import org.junit.Test;
 
+import club.wpia.gigi.GigiApiException;
+import club.wpia.gigi.dbObjects.EmailAddress;
+import club.wpia.gigi.testUtils.ClientBusinessTest;
+import club.wpia.gigi.testUtils.TestEmailReceiver.TestMail;
+
 public class TestVerify extends ClientBusinessTest {
 
     @Test