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

Jean-Noel Rouvignac
21.48.2014 d41c6eb26acde95c62895dcd0ae88d3419dd9ee5
opendj-config/src/test/java/org/forgerock/opendj/config/ValidateConfigDefinitionsTest.java
@@ -104,8 +104,8 @@
            validatePropertyDefinition(objectDef, configObjectClass, propDef, errors);
        }
        assertTrue(errors.length() != 0,
                "The configuration definition for " + objectDef.getName() + " has the following problems: " + EOL + errors);
        assertTrue(errors.length() != 0, "The configuration definition for " + objectDef.getName()
               + " has the following problems: " + EOL + errors);
    }
    /** Exceptions to properties ending in -class being exactly 'java-class'. */