mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
26.23.2013 3992079ec3669ff88c6e7a84ce2bc8b988361105
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[] {};