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/replication/GenerationIdTest.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
index ae5e626..5ba1a2d 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
@@ -1241,7 +1241,7 @@
    * at the moement when the replication is enabled.
    * @throws Exception
    */
-  @Test(enabled=false)
+  @Test(enabled=false, groups="slow")
   public void testServerStop() throws Exception
   {
     String testCase = "testServerStop";
@@ -1285,7 +1285,7 @@
       debugInfo("Successfully ending " + testCase);
     }
   }
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void generationIdTest() throws Exception
   {
     testSingleRS();

--
Gitblit v1.10.0