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

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