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/TestCrypt.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestCrypt.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestCrypt.java
index 986c578..f7e1eba 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestCrypt.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/TestCrypt.java
@@ -39,7 +39,7 @@
* This class defines a set of tests for the
* {@link org.opends.server.util.Crypt} class.
*/
-@Test(groups = { "slow" }) // Make them slow, since they are unlikely to break and since there are 4K+ they can take a while
+@Test(groups = { "slow" }, sequential = true) // Make them slow, since they are unlikely to break and since there are 4K+ they can take a while
public final class TestCrypt extends UtilTestCase {
private Crypt crypt = new Crypt();
--
Gitblit v1.10.0