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

Jean-Noel Rouvignac
16.57.2015 a41662c1136b2bb4a4198df89e0e87d2be3ef099
opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFDiffTestCase.java
@@ -432,7 +432,7 @@
  {
    // If the command is expected to fail, or if there aren't any differences,
    // then bail out now.
    if ((normalDiffFile == null) || normalDiffFile.equals(noDiffsFile))
    if (normalDiffFile == null || normalDiffFile.equals(noDiffsFile))
    {
      return;
    }
@@ -539,7 +539,7 @@
  {
    // If the command is expected to fail, or if there aren't any differences,
    // then bail out now.
    if ((normalDiffFile == null) || singleValueDiffFile.equals(noDiffsFile))
    if (normalDiffFile == null || singleValueDiffFile.equals(noDiffsFile))
    {
      return;
    }