fix compilation issue

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1103902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-05-16 21:27:12 +00:00
parent 7c018c68ed
commit 874aef16be
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class RoleManagerTest
{
super.setUp();
roleManager = (RoleManager) lookup( RoleManager.ROLE, "default" );
roleManager = (RoleManager) lookup( RoleManager.class.getName(), "default" );
}
public void testExpectedRoles()