opendj-server-legacy/src/test/java/org/opends/server/admin/client/ldap/MockLDAPConnection.java
@@ -290,7 +290,7 @@ // We now have the parent entry - so construct the new entry. Attributes attributes = new BasicAttributes(); for (org.opends.server.types.Attribute attribute : entry.getAttributes()) { BasicAttribute ba = new BasicAttribute(attribute.getName()); BasicAttribute ba = new BasicAttribute(attribute.getAttributeDescription().getNameOrOID()); for (ByteString value : attribute) { ba.add(value.toString()); }