opendj-config/src/test/java/org/forgerock/opendj/config/ValidateConfigDefinitionsTest.java
@@ -173,7 +173,7 @@ } Schema schema = Schema.getDefaultSchema(); AttributeType attrType = schema.getAttributeType(ldapAttrName.toLowerCase()); AttributeType attrType = schema.getAttributeType(ldapAttrName); // LDAP attribute exists if (attrType == null) {