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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/tools/LDIFDiffTestCase.java
@@ -49,8 +49,10 @@
public class LDIFDiffTestCase
       extends ToolsTestCase
{
  // The path to the file that will be used if there are no differences between
  // the source and target LDIF data sets.
  /**
   * The path to the file that will be used if there are no differences between
   * the source and target LDIF data sets.
   */
  private String noDiffsFile =
       System.getProperty(TestCaseUtils.PROPERTY_BUILD_ROOT) + File.separator +
       "tests" + File.separator + "unit-tests-testng" + File.separator +
@@ -73,9 +75,7 @@
  }
  /**
   * Calculates the checksum of a file
   */
  /** Calculates the checksum of a file. */
  private long calcChecksum(String filename) throws Exception
  {
    return calcChecksum(new File(filename));