opendj-sdk/opendj-admin/src/test/java/org/opends/server/admin/client/ldap/LDAPClientTest.java
@@ -565,9 +565,7 @@ */ @Test public void testListTopLevelManagedObjectsEmpty() throws Exception { String[] ldif = {}; MockLDAPConnection c = new MockLDAPConnection(); c.importLDIF(ldif); ManagementContext ctx = LDAPManagementContext.createFromContext(c); String[] actual = listTestParents(ctx); String[] expected = new String[] {};