]> WPIA git - gigi.git/blobdiff - tests/club/wpia/gigi/util/TestPasswordHash.java
upd: rename package name and all references to it
[gigi.git] / tests / club / wpia / gigi / util / TestPasswordHash.java
similarity index 90%
rename from tests/org/cacert/gigi/util/TestPasswordHash.java
rename to tests/club/wpia/gigi/util/TestPasswordHash.java
index 6e38a2bd82e78ed870235b7d9a9dd7b3b8990058..b865afe4d5bf4c52a9006285b13e58c9d65e2a43 100644 (file)
@@ -1,9 +1,11 @@
-package org.cacert.gigi.util;
+package club.wpia.gigi.util;
 
 import static org.junit.Assert.*;
 
 import org.junit.Test;
 
 
 import static org.junit.Assert.*;
 
 import org.junit.Test;
 
+import club.wpia.gigi.util.PasswordHash;
+
 public class TestPasswordHash {
 
     @Test
 public class TestPasswordHash {
 
     @Test