From e6766f00df05fa9f7a8762d55bb24a3a87265cff Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Mon, 02 Oct 2006 07:26:58 +0000
Subject: [PATCH] Add Unit-test for 'EntryChangeNotificationControl'

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java
index b08d6fc..dfba42c 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/controls/ControlsTestCase.java
@@ -49,6 +49,7 @@
   public void setUp() throws Exception
   {
     // This test suite depends on having the schema available.
+    TestCaseUtils.startServer();
   }
 
 }

--
Gitblit v1.10.0