From a5ce1b53bf9304c08bb51639b48bb77085cd62b3 Mon Sep 17 00:00:00 2001
From: davidely <davidely@localhost>
Date: Sun, 02 Sep 2007 04:00:42 +0000
Subject: [PATCH] There are several improvements to the unit test framework in this commit.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/util/ValidatorTests.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/ValidatorTests.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/ValidatorTests.java
index f5caf69..ba2f6bc 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/ValidatorTests.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/ValidatorTests.java
@@ -30,11 +30,12 @@
 import org.testng.annotations.DataProvider;
 import static org.testng.Assert.*;
 import org.opends.messages.Message;
+import org.opends.server.DirectoryServerTestCase;
 
 /**
  * Tests for the Validator class.
  */
-public class ValidatorTests {
+public class ValidatorTests extends DirectoryServerTestCase {
   private static final Object NON_NULL = new Object();
 
   //////////////////////////////////////////////////////////////////////////////

--
Gitblit v1.10.0