From 654eefcc5b1a2c8ba5fd47a83a8be114cef73bf5 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Thu, 28 Jun 2007 21:20:29 +0000
Subject: [PATCH] This improves on the previous commit for grouping and running Windows specific tests.  The previous implementation only worked for the default tests and not the precommit or function test definitions.

---
 opendj-sdk/opends/ext/testng/testng.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/ext/testng/testng.xml b/opendj-sdk/opends/ext/testng/testng.xml
index 2f59930..f8f4afa 100644
--- a/opendj-sdk/opends/ext/testng/testng.xml
+++ b/opendj-sdk/opends/ext/testng/testng.xml
@@ -1,12 +1,13 @@
 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
 <suite name="OpenDS"   verbose="1" >
     <test name="default">
-    <!-- DO NOT REMOVE! - THIS LINE WILL BE REPLACED WITH TAGS GENERATED BY ANT -->
+    <!-- DO NOT REMOVE! - GENERATED DEFAULT TAGS (see PrepTestNG class) -->
     </test>
 
     <test name="precommit">
         <groups>
             <run>
+                <!-- DO NOT REMOVE! - GENERATED GLOBAL RUN TAGS (see PrepTestNG class) -->
                 <include name="precommit"/>
                 <exclude name="broken"/>
             </run>
@@ -16,6 +17,7 @@
     <test name="functional">
         <groups>
             <run>
+                <!-- DO NOT REMOVE! - GENERATED GLOBAL RUN TAGS (see PrepTestNG class) -->
                 <include name="functional"/>
                 <exclude name="broken"/>
             </run>

--
Gitblit v1.10.0