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

Jean-Noel Rouvignac
20.54.2014 57c4122c485df31e7031edd00deecb9195981f24
opendj-config/src/test/java/org/forgerock/opendj/config/AdminTestCase.java
@@ -70,9 +70,7 @@
    protected final TestParentCfg getParentCfg(final String name, final ServerManagementContext serverContext)
            throws Exception {
        ServerManagedObject<RootCfg> root = serverContext.getRootConfigurationManagedObject();
        TestParentCfg parent = root.getChild(TestCfg.getTestOneToManyParentRelationDefinition(), name)
                .getConfiguration();
        return parent;
        return root.getChild(TestCfg.getTestOneToManyParentRelationDefinition(), name).getConfiguration();
    }
    protected static final Entry CONFIG_ENTRY = LDIF.makeEntry(