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/protocols/asn1/ASN1TestCase.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/ASN1TestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/ASN1TestCase.java
index 4928dbf..7b7014b 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/ASN1TestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/ASN1TestCase.java
@@ -32,7 +32,7 @@
 /**
  * An abstract base class for all ASN1 test cases.
  */
-@Test(groups = { "precommit", "asn1" })
+@Test(groups = { "precommit", "asn1" }, sequential = true)
 public abstract class ASN1TestCase extends DirectoryServerTestCase {
   // No implementation required.
 }

--
Gitblit v1.10.0