opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/TestDnKeyFormat.java
@@ -400,7 +400,7 @@ boolean found = false; for (Attribute attrAfter : listAfter) { if (attrAfter.optionsEqual(attrBefore.getOptions())) { if (attrAfter.getAttributeDescription().equals(attrBefore.getAttributeDescription())) { // Found the corresponding attribute assertEquals(attrBefore, attrAfter); found = true;