From 1dc8138328c6cdca83032b13b092896cf31c91d6 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 26 Sep 2006 16:15:31 +0000
Subject: [PATCH] Added the feature to only run specific tests by the group, package, class, and method levels. Please refer to the unit test documentation on the OpenDS website for more information.
---
opendj-sdk/opends/ext/testng/testng.xml | 21 +--------------------
1 files changed, 1 insertions(+), 20 deletions(-)
diff --git a/opendj-sdk/opends/ext/testng/testng.xml b/opendj-sdk/opends/ext/testng/testng.xml
index 79462c1..2f59930 100644
--- a/opendj-sdk/opends/ext/testng/testng.xml
+++ b/opendj-sdk/opends/ext/testng/testng.xml
@@ -1,26 +1,7 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<suite name="OpenDS" verbose="1" >
<test name="default">
- <!-- THIS WILL BE REPLACED WITH GROUP INFO BY ANT -->
- <packages>
- <package name="org.opends.server.protocols.asn1"/>
- <package name="org.opends.server.protocols.internal"/>
- <package name="org.opends.server.protocols.ldap"/>
- <package name="org.opends.server.core"/>
- <package name="org.opends.server.backends.jeb"/>
- <package name="org.opends.server.synchronization"/>
- <package name="org.opends.server.protocols.jmx"/>
- <package name="org.opends.server.util"/>
- <package name="org.opends.server.schema"/>
- <package name="org.opends.server.monitors"/>
- <package name="org.opends.server.extensions"/>
- <package name="org.opends.server.tasks"/>
- <package name="org.opends.server.plugins"/>
- <package name="org.opends.server.types"/>
- <package name="org.opends.server.changelog"/>
- <package name="org.opends.server.api"/>
- <package name="org.opends.server.controls"/>
- </packages>
+ <!-- DO NOT REMOVE! - THIS LINE WILL BE REPLACED WITH TAGS GENERATED BY ANT -->
</test>
<test name="precommit">
--
Gitblit v1.10.0