X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=security%2Fusermgt%2Fsrc%2Ftest%2Fjava%2Forg%2Fwamblee%2Fsecurity%2Fauthentication%2FInMemoryGroupSetTest.java;h=56a298a3c9cf73b931f4cbf88c1dc54e8be0990f;hb=3e8de23e00da80d5506c750a28e7d25f261eda92;hp=9ff7a4a655fed3ec5aa40453f0e698ff1fb53695;hpb=db9f2962e5c2fe846dc11292d578e6ca878e6716;p=utils diff --git a/security/usermgt/src/test/java/org/wamblee/security/authentication/InMemoryGroupSetTest.java b/security/usermgt/src/test/java/org/wamblee/security/authentication/InMemoryGroupSetTest.java index 9ff7a4a6..56a298a3 100644 --- a/security/usermgt/src/test/java/org/wamblee/security/authentication/InMemoryGroupSetTest.java +++ b/security/usermgt/src/test/java/org/wamblee/security/authentication/InMemoryGroupSetTest.java @@ -12,7 +12,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - */ + */ package org.wamblee.security.authentication; import java.util.Set; @@ -197,10 +197,10 @@ public class InMemoryGroupSetTest extends TestCase { checkGroupCount(3); } - - public void testRenameGroupTwice() { - Group group = new Group("x"); - groups.add(group); + + public void testRenameGroupTwice() { + Group group = new Group("x"); + groups.add(group); groups.groupModified(group); group.setName("y"); groups.groupModified(group);