[jboss-cvs] JBossAS SVN: r112208 - branches/JBPAPP_5_1/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Sep 7 03:16:51 EDT 2011
Author: rsvoboda at redhat.com
Date: 2011-09-07 03:16:51 -0400 (Wed, 07 Sep 2011)
New Revision: 112208
Modified:
branches/JBPAPP_5_1/testsuite/build.xml
Log:
JBPAPP-7113 reenabling tests-ws target + excluding tests which passes only against localhost
Modified: branches/JBPAPP_5_1/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/build.xml 2011-09-07 04:00:47 UTC (rev 112207)
+++ branches/JBPAPP_5_1/testsuite/build.xml 2011-09-07 07:16:51 UTC (rev 112208)
@@ -1808,7 +1808,7 @@
<antcall target="tests-iiop"/>
<antcall target="tests-scout-jaxr"/>
<antcall target="tests-webservice" />
- <!--antcall target="tests-ws" /-->
+ <antcall target="tests-ws" />
<antcall target="tests-aspects"/>
<server:stop name="${conf}"/>
</target>
@@ -3986,6 +3986,11 @@
<fileset dir="${build.classes}">
<include name="org/jboss/test/ws/**/*TestCase.class"/>
+ <!-- excluding tests which need to have node0 defined as 127.0.0.1, see JBPAPP-7113 -->
+ <exclude name="org/jboss/test/ws/jaxws/ejb3Integration/WebServiceTestCase.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/webserviceref/WebServiceRefClientTestCase.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/webserviceref/WebServiceRefEJB3TestCase.class"/>
+ <exclude name="org/jboss/test/ws/jaxws/webserviceref/WebServiceRefServletTestCase.class"/>
</fileset>
</batchtest>
</junit>
More information about the jboss-cvs-commits
mailing list