Skip to content

Commit 1548046

Browse files
author
Daan Hoogland
committed
space
1 parent d03a18b commit 1548046

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/user-authenticators/ldap/src/test/java/org/apache/cloudstack/ldap/ADLdapUserManagerImplTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public void testGenerateADSearchFilterWithNestedGroupsEnabled() {
5656
String result = adLdapUserManager.generateADGroupSearchFilter(group, 1L);
5757
assertTrue(("(&(objectCategory=person)(objectClass=user)(memberOf:1.2.840.113556.1.4.1941:=CN=" + group + ",DC=cloud,DC=citrix,DC=com))").equals(result));
5858
}
59-
6059
}
6160

6261
@Test

0 commit comments

Comments
 (0)