|
@@ -210,7 +210,7 @@ public class RoleHierarchyImplTests {
|
|
roleHierarchyImpl.getReachableGrantedAuthorities(authorities2),
|
|
roleHierarchyImpl.getReachableGrantedAuthorities(authorities2),
|
|
authorities2)).isTrue();
|
|
authorities2)).isTrue();
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
@Test
|
|
@Test
|
|
public void testWhitespaceRoleHierarchies() {
|
|
public void testWhitespaceRoleHierarchies() {
|
|
List<GrantedAuthority> authorities1 = AuthorityUtils.createAuthorityList(
|
|
List<GrantedAuthority> authorities1 = AuthorityUtils.createAuthorityList(
|