| Commit in servicemix/base on MAIN | |||
| project.xml | +3 | 1.82 -> 1.83 | |
disabled HTTP test case until we change it to use an embedded HTTP server for testing as the external site we're using is not reliable enough
servicemix/base
diff -u -r1.82 -r1.83 --- project.xml 27 Aug 2005 01:20:38 -0000 1.82 +++ project.xml 13 Sep 2005 10:51:56 -0000 1.83 @@ -978,6 +978,9 @@
<exclude>**/ScriptTest.*</exclude>
<exclude>**/ReflectionBindingTest.*</exclude>
+ <!-- need a HTT test server... --> + <exclude>**/HttpTest.*</exclude> +
<!-- need a jabber test server... -->
<exclude>**/JabberGroupChatTest.*</exclude>
<exclude>**/JabberChatWithActiveMQTest.*</exclude>
