align package names.
[utils] / security / impl / src / test / java / org / wamblee / security / authentication / InMemoryGroupSetTest.java
similarity index 96%
rename from security/impl/src/test/java/org/wamblee/usermgt/InMemoryGroupSetTest.java
rename to security/impl/src/test/java/org/wamblee/security/authentication/InMemoryGroupSetTest.java
index 9a52241f69f7c9cb7654eeb2d170b8d0c87d87ec..9ff7a4a655fed3ec5aa40453f0e698ff1fb53695 100644 (file)
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */ 
-package org.wamblee.usermgt;
+package org.wamblee.security.authentication;
 
 import java.util.Set;
 
+import org.wamblee.security.authentication.Group;
+import org.wamblee.security.authentication.GroupSet;
+import org.wamblee.security.authentication.InMemoryGroupSet;
+
 import junit.framework.TestCase;
 
 /**