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

Jean-Noel Rouvignac
10.13.2015 c5740d7b39334af983957a9c284ddd792d598f6c
opendj-server-legacy/src/test/java/org/opends/server/plugins/UniqueAttributePluginTestCase.java
@@ -816,7 +816,7 @@
  }
  private AttributeType getAttrType(String attrTypeString) {
    return DirectoryServer.getAttributeType(attrTypeString, true);
    return DirectoryServer.getAttributeTypeOrDefault(attrTypeString);
  }
  /**