Title: [991] trunk/components/base/project.xml: Exclude failing test case until the http://www.xmethods.net/ site is up again
- Revision
- 991
- Author
- gnt
- Date
- 2005-12-02 12:09:57 -0500 (Fri, 02 Dec 2005)
Log Message
Exclude failing test case until the http://www.xmethods.net/ site is up again
Modified Paths
Diff
Modified: trunk/components/base/project.xml (990 => 991)
--- trunk/components/base/project.xml 2005-12-02 16:39:51 UTC (rev 990)
+++ trunk/components/base/project.xml 2005-12-02 17:09:57 UTC (rev 991)
@@ -660,6 +660,9 @@
<!-- Must check why this one fail -->
<exclude>**/FileTest.*</exclude>
+
+ <!-- Disable, as the external web service that is invoked seems down -->
+ <exclude>**/HttpSoapTest.*</exclude>
</excludes>
</unitTest>