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

Jean-Noël Rouvignac
17.11.2015 14f94c13789b8ace4eae258b5f1d64494518f9c3
opendj-server-legacy/src/test/java/org/opends/server/replication/UpdateOperationTest.java
@@ -1080,7 +1080,7 @@
   */
  private boolean assertConflictAttributeExists(Entry entry)
  {
    return entry.getAttribute("ds-sync-confict") != null;
    return !entry.getAttribute("ds-sync-confict").isEmpty();
  }
  @DataProvider(name="assured")