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

Jean-Noel Rouvignac
15.46.2015 0e38f7b6658c3c9e0d3f81ba05b2740fe127a4f9
opendj-server-legacy/src/test/java/org/opends/server/extensions/ConfigFileHandlerTestCase.java
@@ -119,17 +119,12 @@
    if (! violatingDNs.isEmpty())
    {
      StringBuilder message = new StringBuilder();
      message.append("The extensibleObject object class is not allowed for " +
                     "use in the server configuration.");
      message.append(EOL);
      message.append("Configuration entries containing the extensibleObject " +
                     "object class:");
      message.append(EOL);
      message.append("The extensibleObject object class is not allowed for use in the server configuration.")
             .append(EOL);
      message.append("Configuration entries containing the extensibleObject object class:").append(EOL);
      for (DN dn : violatingDNs)
      {
        message.append("- ");
        message.append(dn.toString());
        message.append(EOL);
        message.append("- ").append(dn).append(EOL);
      }
      throw new AssertionError(message.toString());