]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/pages/account/TestChangePassword.java
upd: rename package name and all references to it
[gigi.git] / tests / club / wpia / gigi / pages / account / TestChangePassword.java
similarity index 95%
rename from tests/org/cacert/gigi/pages/account/TestChangePassword.java
rename to tests/club/wpia/gigi/pages/account/TestChangePassword.java
index 9601842631a1b639e730233458d43e6c87b7993a..7a2a6a923f7187f0d7e5bc018f55216713529b4d 100644 (file)
@@ -1,14 +1,16 @@
-package org.cacert.gigi.pages.account;
+package club.wpia.gigi.pages.account;
 
 import static org.junit.Assert.*;
 
 import java.io.IOException;
 import java.net.URLEncoder;
 
-import org.cacert.gigi.GigiApiException;
-import org.cacert.gigi.testUtils.ClientTest;
 import org.junit.Test;
 
+import club.wpia.gigi.GigiApiException;
+import club.wpia.gigi.pages.account.ChangePasswordPage;
+import club.wpia.gigi.testUtils.ClientTest;
+
 public class TestChangePassword extends ClientTest {
 
     String path = ChangePasswordPage.PATH;