| | |
| | | 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; |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | public boolean isConfigurationAddAcceptable(TestChildCfg configuration, |
| | | List<String> unacceptableReasons) { |
| | | List<Message> unacceptableReasons) { |
| | | child = configuration; |
| | | return true; |
| | | } |
| | |
| | | * {@inheritDoc} |
| | | */ |
| | | public boolean isConfigurationChangeAcceptable(TestChildCfg configuration, |
| | | List<String> unacceptableReasons) { |
| | | List<Message> unacceptableReasons) { |
| | | child = configuration; |
| | | return true; |
| | | } |