Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Changes test name in SecurityContextImplTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hstaudacher committed Dec 30, 2013
1 parent 7f977a1 commit 58fc818
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void testIsInRoleIsUsesAuthorizationHandler_False() {
}

@Test
public void testIsInRoleIsTrueWithoutAuthorizationHandler() {
public void testIsInRoleIsFalseWithoutAuthorizationHandler() {
SecurityContextImpl context = new SecurityContextImpl( SecurityContext.BASIC_AUTH, mock( Principal.class ), false, null );

boolean isUserInRole = context.isUserInRole( "foo" );
Expand Down

0 comments on commit 58fc818

Please sign in to comment.