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/InitialDirectoryServerFixture.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/InitialDirectoryServerFixture.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/InitialDirectoryServerFixture.java
index ee2e256..e810982 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/InitialDirectoryServerFixture.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/InitialDirectoryServerFixture.java
@@ -32,6 +32,7 @@
 import org.opends.server.core.DirectoryServer;
 
 /**
+ *
  * This fixture makes sure that a minimal directory server instance is
  * available. Only one initialization task is performed: the directory
  * server instance is created and has its
@@ -44,6 +45,7 @@
    * A factory used to obtain the initial directory server fixture
    * instance.
    */
+  @Deprecated
   public static final FixtureFactory<InitialDirectoryServerFixture> FACTORY;
 
   static {
@@ -54,11 +56,13 @@
   /**
    * Internal factory implementation.
    */
+  @Deprecated
   private static final class Factory implements
       FixtureFactory<InitialDirectoryServerFixture> {
     /**
      * {@inheritDoc}
      */
+    @Deprecated
     public InitialDirectoryServerFixture setUp() throws Exception {
       // Make sure a new instance is created.
       //
@@ -83,6 +87,7 @@
     /**
      * {@inheritDoc}
      */
+    @Deprecated
     public void tearDown() throws Exception {
       // No implementation required - no way to finalize the directory
       // server instance.

--
Gitblit v1.10.0