]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/pages/wot/TestTTP.java
upd: rename package name and all references to it
[gigi.git] / tests / club / wpia / gigi / pages / wot / TestTTP.java
similarity index 77%
rename from tests/org/cacert/gigi/pages/wot/TestTTP.java
rename to tests/club/wpia/gigi/pages/wot/TestTTP.java
index 560d1b5653559b183bbf34da63fc0013477937bf..c0a966fca5c91892c5f876607498544884234a85 100644 (file)
@@ -1,18 +1,20 @@
-package org.cacert.gigi.pages.wot;
+package club.wpia.gigi.pages.wot;
 
 import static org.hamcrest.CoreMatchers.*;
 import static org.junit.Assert.*;
 
 import java.io.IOException;
 
-import org.cacert.gigi.GigiApiException;
-import org.cacert.gigi.dbObjects.Group;
-import org.cacert.gigi.dbObjects.ObjectCache;
-import org.cacert.gigi.dbObjects.User;
-import org.cacert.gigi.testUtils.ClientTest;
-import org.cacert.gigi.testUtils.IOUtils;
 import org.junit.Test;
 
+import club.wpia.gigi.GigiApiException;
+import club.wpia.gigi.dbObjects.Group;
+import club.wpia.gigi.dbObjects.ObjectCache;
+import club.wpia.gigi.dbObjects.User;
+import club.wpia.gigi.pages.wot.RequestTTPPage;
+import club.wpia.gigi.testUtils.ClientTest;
+import club.wpia.gigi.testUtils.IOUtils;
+
 public class TestTTP extends ClientTest {
 
     public TestTTP() throws IOException {}