From 605c6d10c80297ca5ea9be0798b77da4ba6baa79 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Wed, 30 Aug 2006 21:29:35 +0000
Subject: [PATCH] Removed java file that has been made obsolete.
---
opends/tests/integration-tests-testng/src/server/org/opends/server/OpenDSIntegrationTests.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/integration-tests-testng/src/server/org/opends/server/OpenDSIntegrationTests.java b/opends/tests/integration-tests-testng/src/server/org/opends/server/OpenDSIntegrationTests.java
index 9c961c3..4ba273f 100644
--- a/opends/tests/integration-tests-testng/src/server/org/opends/server/OpenDSIntegrationTests.java
+++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/OpenDSIntegrationTests.java
@@ -27,7 +27,7 @@
package org.opends.server;
import java.io.*;
-import org.opends.server.OpenDSAdmin;
+//import org.opends.server.OpenDSAdmin;
import org.opends.server.tools.StopDS;
/**
@@ -41,7 +41,7 @@
// The print stream to use for printing error messages.
private PrintStream errorStream;
protected OpenDSTestOutput ds_output = new OpenDSTestOutput();
- protected OpenDSAdmin dsAdmin = null;
+ //protected OpenDSAdmin dsAdmin = null;
/**
* Creates a new instance of this test case with the provided name.
@@ -122,7 +122,7 @@
Runtime rtime = Runtime.getRuntime();
Process child = rtime.exec(exec_cmd);
- dsAdmin.sleep(30000);
+ Thread.sleep(30000);
System.out.println("OpenDS has started.");
}
--
Gitblit v1.10.0