|
From: David J. <d_j...@us...> - 2002-11-30 20:11:29
|
User: d_jencks
Date: 02/11/30 12:11:28
Modified: . build.xml
Log:
Provided description for iiop test suite
Revision Changes Path
1.195 +2 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- build.xml 29 Nov 2002 05:48:35 -0000 1.194
+++ build.xml 30 Nov 2002 20:11:27 -0000 1.195
@@ -10,7 +10,7 @@
<!ENTITY mqstress SYSTEM "./mqstress.xml">
]>
-<!-- $Id: build.xml,v 1.194 2002/11/29 05:48:35 d_jencks Exp $ -->
+<!-- $Id: build.xml,v 1.195 2002/11/30 20:11:27 d_jencks Exp $ -->
<!--+======================================================================+-->
<!--| JBoss (The OpenSource J2EE WebOS) Build File |-->
@@ -3797,7 +3797,7 @@
| IIOP test cases that should run successfully
-->
- <target name="tests-iiop-stress" depends="maybejars">
+ <target name="tests-iiop-stress" depends="maybejars" description="Executes iiop stress tests">
<mkdir dir="${build.reports}"/>
<mkdir dir="${build.log}"/>
<junit dir="${module.output}"
|