X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fimpl%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FInMemoryGroupSetTest.java;fp=security%2Fimpl%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fusermgt%2FInMemoryGroupSetTest.java;h=9ff7a4a655fed3ec5aa40453f0e698ff1fb53695;hb=ca06b860025bad8d605ea2260164e8a2bb242d2b;hp=9a52241f69f7c9cb7654eeb2d170b8d0c87d87ec;hpb=269a53b23d82374ca5a56231635c601f1ea7dcb9;p=utils diff --git a/security/impl/src/test/java/org/wamblee/usermgt/InMemoryGroupSetTest.java b/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 9a52241f..9ff7a4a6 100644 --- a/security/impl/src/test/java/org/wamblee/usermgt/InMemoryGroupSetTest.java +++ b/security/impl/src/test/java/org/wamblee/security/authentication/InMemoryGroupSetTest.java @@ -13,10 +13,14 @@ * 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; /**