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

Matthew Swift
06.44.2013 cc595890af3004096b2494bdcf8c4bc8008c75f4
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -648,7 +648,7 @@
  private static void waitForOpsToComplete()
  {
    try {
      WorkQueue workQueue = DirectoryServer.getWorkQueue();
      WorkQueue<?> workQueue = DirectoryServer.getWorkQueue();
      final long NO_TIMEOUT = -1;
      workQueue.waitUntilIdle(NO_TIMEOUT);
    } catch (Exception e) {
@@ -760,15 +760,6 @@
   * Shut down the server, if it has been started.
   * @param reason The reason for the shutdown.
   */
  public static void shutdownServer(String reason)
  {
    shutdownServer(Message.raw(reason));
  }
  /**
   * Shut down the server, if it has been started.
   * @param reason The reason for the shutdown.
   */
  public static void shutdownServer(Message reason)
  {
    if (SERVER_STARTED)