From daf79793fe27b5194d1dee338f3a9f12e18f023d Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 27 Jun 2007 14:05:11 +0000
Subject: [PATCH] Reenabling the quicksetup tests. The problems encountered last week have apparently been resolved. All tests pass when performing a complete run of the tests using the 'testall' target along with the BUILD_NUMBER system property.
---
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java
index 70fb06a..3b8bd7e 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/QuickSetupTestCase.java
@@ -38,7 +38,6 @@
*/
public class QuickSetupTestCase {
-/*
@BeforeSuite
public final void suppressOutput() {
TestCaseUtils.suppressOutput();
@@ -48,14 +47,13 @@
public final void initServer()
throws IOException, ApplicationException, InterruptedException
{
- Utils.initServer();
+ TestUtilities.initServer();
}
@AfterSuite
public final void shutdownServer() throws ApplicationException {
- Utils.stopServer();
+ TestUtilities.stopServer();
TestCaseUtils.unsupressOutput();
}
-*/
}
--
Gitblit v1.10.0