Title: [755] trunk/components/base/project.xml: Disable xfire tests with spring as they do not pass with the current xfire snapshot
- Revision
- 755
- Author
- gnt
- Date
- 2005-11-07 10:40:58 -0500 (Mon, 07 Nov 2005)
Log Message
Disable xfire tests with spring as they do not pass with the current xfire snapshot
Modified Paths
Diff
Modified: trunk/components/base/project.xml (754 => 755)
--- trunk/components/base/project.xml 2005-11-07 11:41:26 UTC (rev 754)
+++ trunk/components/base/project.xml 2005-11-07 15:40:58 UTC (rev 755)
@@ -626,6 +626,9 @@
<!-- Disable until SM-145 is solved -->
<exclude>**/JmsOverJcaWithFullXATest.*</exclude>
+
+ <!-- Do not work with xfire version 1.0-20051104.212839 -->
+ <exclude>**/xfire/*.*</exclude>
</excludes>
</unitTest>
</build>