]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/TestLanguage.java
upd: rename package name and all references to it
[gigi.git] / tests / club / wpia / gigi / TestLanguage.java
similarity index 93%
rename from tests/org/cacert/gigi/TestLanguage.java
rename to tests/club/wpia/gigi/TestLanguage.java
index 912cab6ff9abd6df3674741ad1c6990a1fa5e32c..2cc4563c791c288f39d4709715c30e96c5f81382 100644 (file)
@@ -1,4 +1,4 @@
-package org.cacert.gigi;
+package club.wpia.gigi;
 
 import static org.hamcrest.CoreMatchers.*;
 import static org.junit.Assert.*;
 
 import static org.hamcrest.CoreMatchers.*;
 import static org.junit.Assert.*;
@@ -6,13 +6,14 @@ import static org.junit.Assert.*;
 import java.io.IOException;
 import java.util.Locale;
 
 import java.io.IOException;
 import java.util.Locale;
 
-import org.cacert.gigi.dbObjects.User;
-import org.cacert.gigi.localisation.Language;
-import org.cacert.gigi.testUtils.IOUtils;
-import org.cacert.gigi.testUtils.ManagedTest;
 import org.junit.Assume;
 import org.junit.Test;
 
 import org.junit.Assume;
 import org.junit.Test;
 
+import club.wpia.gigi.dbObjects.User;
+import club.wpia.gigi.localisation.Language;
+import club.wpia.gigi.testUtils.IOUtils;
+import club.wpia.gigi.testUtils.ManagedTest;
+
 public class TestLanguage extends ManagedTest {
 
     @Test
 public class TestLanguage extends ManagedTest {
 
     @Test