From 9db56eeb258c99afe8f1d67af66b57e7966811c7 Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Tue, 19 Sep 2006 21:25:23 +0000
Subject: [PATCH] This adds the ability to exclude certain slow tests from running in the default test ant target, I have added a "slow" test group to testng. To use it, just put something like "@Test(groups = { "slow" })" before your test case method.
---
opends/ext/testng/testng.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/opends/ext/testng/testng.xml b/opends/ext/testng/testng.xml
index 4da6bb2..0f85089 100644
--- a/opends/ext/testng/testng.xml
+++ b/opends/ext/testng/testng.xml
@@ -1,6 +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"/>
--
Gitblit v1.10.0