|
From: Hiram C. <ch...@us...> - 2002-05-02 03:41:18
|
User: chirino
Date: 02/05/01 20:41:17
Modified: . build.xml
Log:
Including the objectweb JMS test in the standard testsuite..
A new selector bug has cropped up since the tightening of the selector grammar.. I'll track that bug down next.
Revision Changes Path
1.117 +4 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- build.xml 29 Apr 2002 22:33:20 -0000 1.116
+++ build.xml 2 May 2002 03:41:17 -0000 1.117
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.116 2002/04/29 22:33:20 patriot1burke Exp $ -->
+<!-- $Id: build.xml,v 1.117 2002/05/02 03:41:17 chirino Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -2414,7 +2414,10 @@
fork="${junit.batchtest.fork}">
<fileset dir="${build.classes}">
+
<include name="**/*UnitTestCase.class"/>
+ <!-- include the objectweb JMS tests -->
+ <include name="org/objectweb/jtests/**/*Test.class"/>
<!-- do not include the dyn loading or security tests -->
<exclude name="**/test/jrmp/test/DynLoadingUnitTestCase.class"/>
|