opendj-server-legacy/src/test/java/org/opends/server/plugins/UniqueAttributePluginTestCase.java
@@ -733,7 +733,7 @@ } private void delAttribute(Entry entry, String attrTypeString) { entry.removeAttribute(getSchema().getAttributeType(attrTypeString)); entry.removeAttribute(getInstance().getServerContext().getSchema().getAttributeType(attrTypeString)); } private void addAttribute(Entry entry, String attrName, String... attrValues) {