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

Jean-Noel Rouvignac
15.17.2014 6870993d12bf8a2b9d5cd103dc5ccabc42f9bf5d
opendj-config/src/test/java/org/forgerock/opendj/config/client/ldap/AggregationClientTest.java
@@ -60,7 +60,7 @@
@Test(singleThreaded = true)
public class AggregationClientTest extends AdminTestCase {
    // Test LDIF.
    /** Test LDIF. */
    private static final String[] TEST_LDIF = new String[] {
        // @formatter:off
        // Base entries.
@@ -331,7 +331,7 @@
                        "cn=JMX Connection Handler,cn=connection handlers, cn=config");
    }
    // Retrieve the named test parent managed object.
    /** Retrieve the named test parent managed object. */
    private TestParentCfgClient getTestParent(ManagementContext context, String name)
            throws Exception {
        ManagedObject<RootCfgClient> root = context.getRootConfigurationManagedObject();
@@ -339,7 +339,7 @@
                .getConfiguration();
    }
    // Asserts that the actual set of DNs contains the expected values.
    /** Asserts that the actual set of DNs contains the expected values. */
    private void assertSetEquals(SortedSet<String> actual, String... expected) {
        SortedSet<String> values =
                new TreeSet<String>(TestChildCfgDefn.getInstance()