|
From: Thomas D. <tdi...@us...> - 2004-04-05 14:34:16
|
User: tdiesler
Date: 04/04/05 07:21:39
Modified: . build.xml
Log:
add xml binding tests to standard unit tests
Revision Changes Path
1.355 +3 -2 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -r1.354 -r1.355
--- build.xml 5 Apr 2004 13:56:23 -0000 1.354
+++ build.xml 5 Apr 2004 14:21:39 -0000 1.355
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.354 2004/04/05 13:56:23 tdiesler Exp $ -->
+<!-- $Id: build.xml,v 1.355 2004/04/05 14:21:39 tdiesler Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -5227,7 +5227,7 @@
tests-jbossmx-compliance,
tests-jbossmx-implementation,
tests-jbossmx-performance,
- tests-iiop-stress,
+ tests-iiop-stress,
tests-report">
</target>
@@ -5242,6 +5242,7 @@
tests-util-unit,
tests-jbossmx-compliance,
tests-jbossmx-implementation,
+ tests-xml,
tests-report">
</target>
|