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

Jean-Noël Rouvignac
25.17.2016 33047cc2802d7174ad06bc62e972bc9a876abe99
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) {