From 29b5d8b3cd10a605388f96389ea7fd21fff6aff5 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 12 Mar 2007 13:28:23 +0000
Subject: [PATCH] Cancel the testng.xml modification committed by mistake with revision 1376

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

diff --git a/opends/ext/testng/testng.xml b/opends/ext/testng/testng.xml
index b8c149c..2f59930 100644
--- a/opends/ext/testng/testng.xml
+++ b/opends/ext/testng/testng.xml
@@ -1,9 +1,7 @@
 <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
 <suite name="OpenDS"   verbose="1" >
     <test name="default">
-    <packages>
-  	<package name="org.opends.server.*" />
-    </packages>
+    <!-- DO NOT REMOVE! - THIS LINE WILL BE REPLACED WITH TAGS GENERATED BY ANT -->
     </test>
 
     <test name="precommit">

--
Gitblit v1.10.0