From c65b78f462839c02f7a4f1668c73e273fc68275c Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 21 Dec 2007 07:43:23 +0000
Subject: [PATCH] This moves the longest unit tests to the slow group and therefore from the precommit target to the testall target of the build.xml.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
index b08ba9f..179594d 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
@@ -829,7 +829,7 @@
    *
    * @throws  Exception  If a problem occurs.
    */
-  @Test()
+  @Test(groups="slow")
   public void testGenerateSelfSignedCertificatePKCS12()
          throws Exception
   {
@@ -1061,7 +1061,7 @@
    *
    * @throws  Exception  If a problem occurs.
    */
-  @Test()
+  @Test(groups="slow")
   public void testGenerateCSRPKCS12()
          throws Exception
   {

--
Gitblit v1.10.0