From b9af8f181b7495cb343c280db4ce8979a04bfc91 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 12 Sep 2006 23:12:27 +0000
Subject: [PATCH] This commit changes several aspects of the unit test infrastructure:
---
opends/tests/unit-tests-testng/src/server/org/opends/server/FixtureFactory.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/FixtureFactory.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/FixtureFactory.java
index 84a5961..65b29c4 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/FixtureFactory.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/FixtureFactory.java
@@ -28,6 +28,7 @@
package org.opends.server;
/**
+ *
* A factory interface for controlling construction and finalization of
* fixtures.
*
@@ -43,6 +44,7 @@
* If the fixture instance could not be initialized
* successfully.
*/
+ @Deprecated
public T setUp() throws Exception;
/**
@@ -52,5 +54,6 @@
* @throws Exception
* If the fixture instance could not be finalized.
*/
+ @Deprecated
public void tearDown() throws Exception;
}
--
Gitblit v1.10.0