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

Jean-Noël Rouvignac
06.25.2016 d89c47e7cb1b3c9181e25582539aac1dedb46099
opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/TestDnKeyFormat.java
@@ -348,8 +348,8 @@
        // check the user attributes were not changed
        for (AttributeType attrType : entryBefore.getUserAttributes().keySet()) {
          List<Attribute> listBefore = entryBefore.getAttribute(attrType);
          List<Attribute> listAfter = entryAfter.getAttribute(attrType);
          List<Attribute> listBefore = entryBefore.getAllAttributes(attrType);
          List<Attribute> listAfter = entryAfter.getAllAttributes(attrType);
          assertThat(listBefore).hasSameSizeAs(listAfter);
          for (Attribute attrBefore : listBefore) {