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/InitOnLineTest.java |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
index ccdac3c..71c6240 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/InitOnLineTest.java
@@ -705,7 +705,7 @@
   /**
    * Tests the import side of the Initialize task
    */
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void initializeImport() throws Exception
   {
     String testCase = "InitializeImport";
@@ -761,7 +761,7 @@
   /**
    * Tests the export side of the Initialize task
    */
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void initializeExport() throws Exception
   {
     String testCase = "Replication/InitializeExport";
@@ -795,7 +795,7 @@
   /**
    * Tests the import side of the InitializeTarget task
    */
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void initializeTargetExport() throws Exception
   {
     String testCase = "Replication/InitializeTargetExport";
@@ -835,7 +835,7 @@
   /**
    * Tests the import side of the InitializeTarget task
    */
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void initializeTargetExportAll() throws Exception
   {
     String testCase = "Replication/InitializeTargetExportAll";
@@ -880,7 +880,7 @@
  /**
    * Tests the import side of the InitializeTarget task
    */
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void initializeTargetImport() throws Exception
   {
     String testCase = "InitializeTargetImport";
@@ -1063,7 +1063,7 @@
    * ReplServerInfoMessage(s) exchanged by the replication
    * servers.
    */
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void testReplServerInfos() throws Exception
   {
     String testCase = "Replication/TestReplServerInfos";
@@ -1135,7 +1135,7 @@
     changelog1 = null;
   }
   
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void initializeTargetExportMultiSS() throws Exception
   {
     try
@@ -1185,7 +1185,7 @@
     }
   }
 
-  @Test(enabled=true)
+  @Test(enabled=true, groups="slow")
   public void initializeExportMultiSS() throws Exception
   {
     String testCase = "Replication/InitializeExportMultiSS";

--
Gitblit v1.10.0