Author: thomas.diesler(a)jboss.com
Date: 2007-07-16 08:32:42 -0400 (Mon, 16 Jul 2007)
New Revision: 3891
Modified:
trunk/build/ant-import/build-testsuite.xml
trunk/jbossws-core/src/test/resources/test-excludes-jboss40.txt
trunk/jbossws-core/src/test/resources/test-excludes-jboss42.txt
trunk/jbossws-core/src/test/resources/test-excludes-jboss50.txt
Log:
Fix as42/40 exclude lists
Modified: trunk/build/ant-import/build-testsuite.xml
===================================================================
--- trunk/build/ant-import/build-testsuite.xml 2007-07-16 12:32:38 UTC (rev 3890)
+++ trunk/build/ant-import/build-testsuite.xml 2007-07-16 12:32:42 UTC (rev 3891)
@@ -198,6 +198,7 @@
<pathelement location="${jboss.client}/log4j.jar"/>
<pathelement location="${jboss.client}/mail.jar"/>
<pathelement location="${jboss.client}/stax-api.jar"/>
+ <!-- FIXME jars should be available in the client dir -->
<pathelement
location="${jboss.server.deploy}/juddi-service.sar/juddi.jar"/>
<pathelement
location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement
location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
@@ -248,6 +249,7 @@
<pathelement location="${jboss.client}/log4j.jar"/>
<pathelement location="${jboss.client}/mail.jar"/>
<pathelement location="${jboss.client}/stax-api.jar"/>
+ <!-- FIXME jars should be available in the client dir -->
<pathelement
location="${jboss.server.deploy}/juddi-service.sar/juddi.jar"/>
<pathelement
location="${jboss.server.deploy}/juddi-service.sar/juddi-saaj.jar"/>
<pathelement
location="${jboss.server.deploy}/juddi-service.sar/scout.jar"/>
Modified: trunk/jbossws-core/src/test/resources/test-excludes-jboss40.txt
===================================================================
--- trunk/jbossws-core/src/test/resources/test-excludes-jboss40.txt 2007-07-16 12:32:38
UTC (rev 3890)
+++ trunk/jbossws-core/src/test/resources/test-excludes-jboss40.txt 2007-07-16 12:32:42
UTC (rev 3891)
@@ -7,5 +7,5 @@
org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase*
org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainClientTestCase*
org/jboss/test/ws/jaxws/samples/retail/**
+org/jboss/test/ws/jaxws/samples/serviceref/**
org/jboss/test/ws/jaxws/samples/webserviceref/**
-org/jboss/test/ws/jaxws/serviceref/**
\ No newline at end of file
Modified: trunk/jbossws-core/src/test/resources/test-excludes-jboss42.txt
===================================================================
--- trunk/jbossws-core/src/test/resources/test-excludes-jboss42.txt 2007-07-16 12:32:38
UTC (rev 3890)
+++ trunk/jbossws-core/src/test/resources/test-excludes-jboss42.txt 2007-07-16 12:32:42
UTC (rev 3891)
@@ -3,5 +3,5 @@
org/jboss/test/ws/jaxws/jbws1581/**
org/jboss/test/ws/jaxws/samples/handlerchain/HandlerChainClientTestCase*
org/jboss/test/ws/jaxws/samples/retail/**
+org/jboss/test/ws/jaxws/samples/serviceref/**
org/jboss/test/ws/jaxws/samples/webserviceref/**
-#org/jboss/test/ws/jaxws/serviceref/**
Modified: trunk/jbossws-core/src/test/resources/test-excludes-jboss50.txt
===================================================================
--- trunk/jbossws-core/src/test/resources/test-excludes-jboss50.txt 2007-07-16 12:32:38
UTC (rev 3890)
+++ trunk/jbossws-core/src/test/resources/test-excludes-jboss50.txt 2007-07-16 12:32:42
UTC (rev 3891)
@@ -1,3 +1,4 @@
+
# Fix before JBoss50 goes final
org/jboss/test/ws/jaxrpc/jbas897/JBAS897TestCase.*
org/jboss/test/ws/jaxrpc/jbws124/JBWS124TestCase.*
Show replies by date