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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/DirectoryServerTestCase.java
@@ -22,7 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2013-2014 ForgeRock AS.
 *      Portions Copyright 2013-2015 ForgeRock AS.
 */
package org.opends.server;
@@ -110,7 +110,7 @@
  }
  /**
   * null out all test parameters except the ones used in failed tests
   * Null out all test parameters except the ones used in failed tests
   * since we might need these again.
   */
  @AfterClass(alwaysRun = true)
@@ -174,7 +174,7 @@
    }
  }
  // Accessed by listener on test class completion.
  /** Accessed by listener on test class completion. */
  long startTime;
  long endTime;
  List<String> threadNamesBeforeClass;