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

kenneth_suter
15.34.2007 80c58327faaa4873369f6bb949e62792c2f708e0
opends/tests/unit-tests-testng/src/server/org/opends/server/admin/server/DefaultBehaviorTest.java
@@ -34,6 +34,7 @@
import javax.naming.ldap.LdapName;
import org.opends.server.TestCaseUtils;
import org.opends.messages.Message;
import org.opends.server.admin.AdminTestCase;
import org.opends.server.admin.LDAPProfile;
import org.opends.server.admin.MockLDAPProfile;
@@ -109,7 +110,7 @@
     * {@inheritDoc}
     */
    public boolean isConfigurationAddAcceptable(TestChildCfg configuration,
        List<String> unacceptableReasons) {
        List<Message> unacceptableReasons) {
      child = configuration;
      return true;
    }
@@ -169,7 +170,7 @@
     * {@inheritDoc}
     */
    public boolean isConfigurationChangeAcceptable(TestChildCfg configuration,
        List<String> unacceptableReasons) {
        List<Message> unacceptableReasons) {
      child = configuration;
      return true;
    }