opendj-server-legacy/src/test/java/org/opends/server/schema/FakeEntryIndex.java
@@ -52,7 +52,7 @@ FakeEntryIndex(String attrName) throws DecodeException { attrType = DirectoryServer.getAttributeType(attrName); attrType = DirectoryServer.getSchema().getAttributeType(attrName); if (attrType == null) { throw new IllegalArgumentException("Cannot find attribute with name \"" + attrName + "\"");