[jbossws-commits] JBossWS SVN: r9404 - stack/cxf/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Feb 26 10:03:27 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-26 10:03:26 -0500 (Thu, 26 Feb 2009)
New Revision: 9404

Modified:
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
[JBWS-2543] sync with QA branch

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt	2009-02-26 15:01:53 UTC (rev 9403)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss423.txt	2009-02-26 15:03:26 UTC (rev 9404)
@@ -5,7 +5,6 @@
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
 
 # [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
-org/jboss/test/ws/jaxws/samples/httpbinding/**
 org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
 org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
 
@@ -24,7 +23,7 @@
 org/jboss/test/ws/jaxws/jbws1694/**
 org/jboss/test/ws/jaxws/jbws1797/**
 
-# [JBWS-2247][CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+# [CXF-1514][JBWS-2247] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
 # [CXF-1516] Type inheritance with document/literal/wrapped
@@ -36,9 +35,6 @@
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
-# [CXF-1520] MTOM chunked encoding transfer
-org/jboss/test/ws/jaxws/jbws2000/**
-
 # [CXF-1521] Exception handling with @WebFault annotation
 org/jboss/test/ws/jaxws/webfault/**
 
@@ -54,9 +50,6 @@
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
 org/jboss/test/ws/jaxws/jbws1762/**
 
@@ -67,7 +60,7 @@
 org/jboss/test/ws/jaxws/jbws1841/**
 
 # [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
 
 # [JBWS-2223] wsconsume for cxf build
 org/jboss/test/ws/jaxws/complex/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt	2009-02-26 15:01:53 UTC (rev 9403)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss424.txt	2009-02-26 15:03:26 UTC (rev 9404)
@@ -5,7 +5,6 @@
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
 
 # [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
-org/jboss/test/ws/jaxws/samples/httpbinding/**
 org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
 org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
 
@@ -24,7 +23,7 @@
 org/jboss/test/ws/jaxws/jbws1694/**
 org/jboss/test/ws/jaxws/jbws1797/**
 
-# [JBWS-2247][CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+# [CXF-1514][JBWS-2247] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
 # [CXF-1516] Type inheritance with document/literal/wrapped
@@ -36,9 +35,6 @@
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
-# [CXF-1520] MTOM chunked encoding transfer
-org/jboss/test/ws/jaxws/jbws2000/**
-
 # [CXF-1521] Exception handling with @WebFault annotation
 org/jboss/test/ws/jaxws/webfault/**
 
@@ -54,9 +50,6 @@
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [JBWS-2117] web.xml modified to web.xml.org - Subsequent runs fail
 org/jboss/test/ws/jaxws/jbws1762/**
 
@@ -67,7 +60,7 @@
 org/jboss/test/ws/jaxws/jbws1841/**
 
 # [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
 
 # [JBWS-2223] wsconsume for cxf build
 org/jboss/test/ws/jaxws/complex/**

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-02-26 15:01:53 UTC (rev 9403)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-02-26 15:03:26 UTC (rev 9404)
@@ -2,7 +2,6 @@
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
 # [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
-org/jboss/test/ws/jaxws/samples/httpbinding/**
 org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
 org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
 
@@ -21,7 +20,7 @@
 org/jboss/test/ws/jaxws/jbws1694/**
 org/jboss/test/ws/jaxws/jbws1797/**
 
-# [JBWS-2247][CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+# [CXF-1514][JBWS-2247] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
 # [CXF-1516] Type inheritance with document/literal/wrapped
@@ -33,9 +32,6 @@
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
-# [CXF-1520] MTOM chunked encoding transfer
-org/jboss/test/ws/jaxws/jbws2000/**
-
 # [CXF-1521] Exception handling with @WebFault annotation
 org/jboss/test/ws/jaxws/webfault/**
 
@@ -51,22 +47,19 @@
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
 
 # [JBWS-2223] wsconsume for cxf build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
 
-# [JBWS-2330] Failed to deploy service with multiple bindings
-org/jboss/test/ws/jaxws/jbws2278/**
-
 # [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
 org/jboss/test/ws/jaxws/jbws1178/**
 
+# [JBWS-2330] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
 # [JBWS-2480] Soap attachments are dropped on server response
 org/jboss/test/ws/jaxws/jbws1283/**
 

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt	2009-02-26 15:01:53 UTC (rev 9403)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss501.txt	2009-02-26 15:03:26 UTC (rev 9404)
@@ -2,7 +2,6 @@
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
 # [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
-org/jboss/test/ws/jaxws/samples/httpbinding/**
 org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
 org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
 
@@ -21,7 +20,7 @@
 org/jboss/test/ws/jaxws/jbws1694/**
 org/jboss/test/ws/jaxws/jbws1797/**
 
-# [JBWS-2247][CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+# [CXF-1514][JBWS-2247] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
 # [CXF-1516] Type inheritance with document/literal/wrapped
@@ -33,9 +32,6 @@
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
-# [CXF-1520] MTOM chunked encoding transfer
-org/jboss/test/ws/jaxws/jbws2000/**
-
 # [CXF-1521] Exception handling with @WebFault annotation
 org/jboss/test/ws/jaxws/webfault/**
 
@@ -51,22 +47,19 @@
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
 
 # [JBWS-2223] wsconsume for cxf build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
 
-# [JBWS-2330] Failed to deploy service with multiple bindings
-org/jboss/test/ws/jaxws/jbws2278/**
-
 # [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
 org/jboss/test/ws/jaxws/jbws1178/**
 
+# [JBWS-2330] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
 # [JBWS-2480] Soap attachments are dropped on server response
 org/jboss/test/ws/jaxws/jbws1283/**
 

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-26 15:01:53 UTC (rev 9403)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-26 15:03:26 UTC (rev 9404)
@@ -2,7 +2,6 @@
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
 # [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
-org/jboss/test/ws/jaxws/samples/httpbinding/**
 org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
 org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
 
@@ -21,7 +20,7 @@
 org/jboss/test/ws/jaxws/jbws1694/**
 org/jboss/test/ws/jaxws/jbws1797/**
 
-# [JBWS-2247][CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+# [CXF-1514][JBWS-2247] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
 # [CXF-1516] Type inheritance with document/literal/wrapped
@@ -33,9 +32,6 @@
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
-# [CXF-1520] MTOM chunked encoding transfer
-org/jboss/test/ws/jaxws/jbws2000/**
-
 # [CXF-1521] Exception handling with @WebFault annotation
 org/jboss/test/ws/jaxws/webfault/**
 
@@ -51,22 +47,19 @@
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
 
 # [JBWS-2223] wsconsume for cxf build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
 
-# [JBWS-2330] Failed to deploy service with multiple bindings
-org/jboss/test/ws/jaxws/jbws2278/**
-
 # [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
 org/jboss/test/ws/jaxws/jbws1178/**
 
+# [JBWS-2330] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
 # [JBWS-2480] Soap attachments are dropped on server response
 org/jboss/test/ws/jaxws/jbws1283/**
 

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-26 15:01:53 UTC (rev 9403)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-26 15:03:26 UTC (rev 9404)
@@ -2,7 +2,6 @@
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
 # [CXF-1252] Provider PAYLOAD endpoint expects SOAP Envelope
-org/jboss/test/ws/jaxws/samples/httpbinding/**
 org/jboss/test/ws/jaxws/samples/provider/ProviderJAXBTestCase.*
 org/jboss/test/ws/jaxws/samples/provider/ProviderPayloadTestCase.*
 
@@ -21,7 +20,7 @@
 org/jboss/test/ws/jaxws/jbws1694/**
 org/jboss/test/ws/jaxws/jbws1797/**
 
-# [JBWS-2247][CXF-1514] Generated WSDL does not take 'transport-guarantee' in web.xml into account
+# [CXF-1514][JBWS-2247] Generated WSDL does not take 'transport-guarantee' in web.xml into account
 org/jboss/test/ws/jaxws/jbws1190/**
 
 # [CXF-1516] Type inheritance with document/literal/wrapped
@@ -33,9 +32,6 @@
 # [CXF-1519] Explicitly set the namespace of a WebFault
 org/jboss/test/ws/jaxws/jbws1904/**
 
-# [CXF-1520] MTOM chunked encoding transfer
-org/jboss/test/ws/jaxws/jbws2000/**
-
 # [CXF-1521] Exception handling with @WebFault annotation
 org/jboss/test/ws/jaxws/webfault/**
 
@@ -51,22 +47,19 @@
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-2115] EJB client vehicle not sufficiently isolated
-org/jboss/test/ws/jaxws/jbws1581/**
-
 # [JBWS-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
+org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
 
 # [JBWS-2223] wsconsume for cxf build
 org/jboss/test/ws/jaxws/complex/**
 org/jboss/test/ws/jaxws/holder/**
 
-# [JBWS-2330] Failed to deploy service with multiple bindings
-org/jboss/test/ws/jaxws/jbws2278/**
-
 # [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
 org/jboss/test/ws/jaxws/jbws1178/**
 
+# [JBWS-2330] Failed to deploy service with multiple bindings
+org/jboss/test/ws/jaxws/jbws2278/**
+
 # [JBWS-2480] Soap attachments are dropped on server response
 org/jboss/test/ws/jaxws/jbws1283/**
 




More information about the jbossws-commits mailing list