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

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ManageAccountTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ManageAccountTestCase.java
index 8635359..d16e85e 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ManageAccountTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ManageAccountTestCase.java
@@ -51,6 +51,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
+  @BeforeClass
   public void startServer()
          throws Exception
   {
@@ -313,6 +314,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
+  @Test
   public void testAnonymousUser()
          throws Exception
   {
@@ -350,6 +352,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
+  @Test
   public void testUnprivilegedUser()
          throws Exception
   {
@@ -387,6 +390,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
+  @Test
   public void testUsingSSL()
          throws Exception
   {
@@ -426,6 +430,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
+  @Test
   public void testUsingStartTLS()
          throws Exception
   {
@@ -466,6 +471,7 @@
    *
    * @throws  Exception  If an unexpected problem occurs.
    */
+  @Test
   public void testUsingSASL()
          throws Exception
   {

--
Gitblit v1.10.0