From 424b0a46e9d5053ae7c1a54f43a721eeeb64d3ec Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Tue, 13 May 2008 12:33:51 +0000
Subject: [PATCH] Make sure that the BeforeClass is called

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java
index b2beeb9..05dd852 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/jmx/JmxTestCase.java
@@ -56,7 +56,7 @@
    * @throws Exception
    *           If the environment could not be set up.
    */
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public void setUp() throws Exception
   {
     // Make sure that the server is up and running.

--
Gitblit v1.10.0