From 2c850a067f727836dcc2e0743bf2cafe951d3a9b 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
---
opendj-sdk/opends/ext/testng/testng.xml | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/ext/testng/testng.xml b/opendj-sdk/opends/ext/testng/testng.xml
index b8c149c..2f59930 100644
--- a/opendj-sdk/opends/ext/testng/testng.xml
+++ b/opendj-sdk/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