[jbossws-commits] JBossWS SVN: r7461 - stack/metro/trunk/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 10 11:44:21 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-10 11:44:20 -0400 (Tue, 10 Jun 2008)
New Revision: 7461

Modified:
   stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
   stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBWS-2075] sync trunk with reviewed QA branch excludes

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt	2008-06-10 15:43:37 UTC (rev 7460)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss422.txt	2008-06-10 15:44:20 UTC (rev 7461)
@@ -1,20 +1,19 @@
 #
-# $Id: test-excludes.txt 3907 2007-07-17 12:55:40Z thomas.diesler at jboss.com $
+# $Id: test-excludes-jboss422.txt 3907 2007-07-17 12:55:40Z thomas.diesler at jboss.com $
 #
 
 # Exclude endpoints with AS5 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
 
-# [JBWS-1674] Fix @WebServiceRef with Metro
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-org/jboss/test/ws/jaxws/webserviceref/**
-
 # [JBWS-1673] Fix JAXR samples for Metro
 org/jboss/test/ws/jaxws/samples/jaxr/**
 
+# [JBWS-1674] Fix @WebServiceRef with Metro
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+
 # [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
 org/jboss/test/ws/jaxws/binding/**
 
@@ -42,9 +41,6 @@
 org/jboss/test/ws/jaxws/jbws860/**
 org/jboss/test/ws/jaxws/webfault/**
 
-# [JBWS-2013] Implement standard messge context properties
-org/jboss/test/ws/jaxws/jbws1190/**
-
 # [JBWS-2130] WebServiceException: null is not a valid service
 org/jboss/test/ws/jaxws/jbws1581/**
 org/jboss/test/ws/jaxws/jbws1841/**
@@ -61,6 +57,7 @@
 
 # [JBWS-2133] Failed to access the WSDL
 org/jboss/test/ws/jaxws/jbws1813/**
+org/jboss/test/ws/jaxws/jbws1190/**
 
 # [JBWS-2134] Fault string, and possibly fault code, not set
 org/jboss/test/ws/jaxws/jbws1815/**
@@ -71,10 +68,8 @@
 # [JBWS-2136] ClassCastException: com.sun.xml.ws.server.EndpointMessageContextImpl
 org/jboss/test/ws/jaxws/namespace/**
 
-# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
-org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+# [JBWS-2162] wsprovide for maven build
+org/jboss/test/ws/jaxws/smoke/tools/**
 
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
-
-

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt	2008-06-10 15:43:37 UTC (rev 7460)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss423.txt	2008-06-10 15:44:20 UTC (rev 7461)
@@ -5,16 +5,15 @@
 # Exclude endpoints with AS5 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
 
-# [JBWS-1674] Fix @WebServiceRef with Metro
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-org/jboss/test/ws/jaxws/webserviceref/**
-
 # [JBWS-1673] Fix JAXR samples for Metro
 org/jboss/test/ws/jaxws/samples/jaxr/**
 
+# [JBWS-1674] Fix @WebServiceRef with Metro
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+
 # [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
 org/jboss/test/ws/jaxws/binding/**
 
@@ -42,9 +41,6 @@
 org/jboss/test/ws/jaxws/jbws860/**
 org/jboss/test/ws/jaxws/webfault/**
 
-# [JBWS-2013] Implement standard messge context properties
-org/jboss/test/ws/jaxws/jbws1190/**
-
 # [JBWS-2130] WebServiceException: null is not a valid service
 org/jboss/test/ws/jaxws/jbws1581/**
 org/jboss/test/ws/jaxws/jbws1841/**
@@ -61,6 +57,7 @@
 
 # [JBWS-2133] Failed to access the WSDL
 org/jboss/test/ws/jaxws/jbws1813/**
+org/jboss/test/ws/jaxws/jbws1190/**
 
 # [JBWS-2134] Fault string, and possibly fault code, not set
 org/jboss/test/ws/jaxws/jbws1815/**
@@ -71,10 +68,8 @@
 # [JBWS-2136] ClassCastException: com.sun.xml.ws.server.EndpointMessageContextImpl
 org/jboss/test/ws/jaxws/namespace/**
 
-# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
-org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+# [JBWS-2162] wsprovide for maven build
+org/jboss/test/ws/jaxws/smoke/tools/**
 
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
-
-

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt	2008-06-10 15:43:37 UTC (rev 7460)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss500.txt	2008-06-10 15:44:20 UTC (rev 7461)
@@ -1,16 +1,16 @@
 #
-# $Id: test-excludes.txt 3907 2007-07-17 12:55:40Z thomas.diesler at jboss.com $
+# $Id: test-excludes-jboss500.txt 3907 2007-07-17 12:55:40Z thomas.diesler at jboss.com $
 #
 
 # Exclude endpoints with AS42 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+
 # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
 # [JBWS-1673] Fix JAXR samples for Metro
 org/jboss/test/ws/jaxws/samples/jaxr/**
 
@@ -41,9 +41,6 @@
 org/jboss/test/ws/jaxws/jbws860/**
 org/jboss/test/ws/jaxws/webfault/**
 
-# [JBWS-2013] Implement standard messge context properties
-org/jboss/test/ws/jaxws/jbws1190/**
-
 # [JBWS-2130] WebServiceException: null is not a valid service
 org/jboss/test/ws/jaxws/jbws1581/**
 org/jboss/test/ws/jaxws/jbws1841/**
@@ -60,6 +57,7 @@
 
 # [JBWS-2133] Failed to access the WSDL
 org/jboss/test/ws/jaxws/jbws1813/**
+org/jboss/test/ws/jaxws/jbws1190/**
 
 # [JBWS-2134] Fault string, and possibly fault code, not set
 org/jboss/test/ws/jaxws/jbws1815/**
@@ -73,11 +71,9 @@
 # [JBWS-2137] @WebWservice does not work with class isolation
 org/jboss/test/ws/jaxws/jbws1556/**
 
-# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
-org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+# [JBWS-2162] wsprovide for maven build
+org/jboss/test/ws/jaxws/smoke/tools/**
 
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
 
-# [JBWS-2177] Endorsed mechanism issue
-org/jboss/test/ws/jaxws/complex/**

Modified: stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt	2008-06-10 15:43:37 UTC (rev 7460)
+++ stack/metro/trunk/modules/testsuite/test-excludes-jboss501.txt	2008-06-10 15:44:20 UTC (rev 7461)
@@ -5,6 +5,13 @@
 # Exclude endpoints with AS42 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
+
+# TODO: Fix classpath to ClientLauncher
+org/jboss/test/ws/jaxws/samples/webserviceref/**
+org/jboss/test/ws/jaxws/webserviceref/**
+
 # [EJBTHREE-1150] WebServiceContext injection requires mapped-name
 org/jboss/test/ws/jaxws/samples/context/WebServiceContextJSETestCase.*
 
@@ -12,15 +19,11 @@
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
 
 # [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
+#org/jboss/test/ws/jaxws/jbws1178/**
 
 # [JBWS-1673] Fix JAXR samples for Metro
 org/jboss/test/ws/jaxws/samples/jaxr/**
 
-# TODO: Fix classpath to ClientLauncher
-org/jboss/test/ws/jaxws/samples/webserviceref/**
-org/jboss/test/ws/jaxws/webserviceref/**
-
 # [JBWS-2127] Cannot generate WSDL for binding "http://www.w3.org/2003/05/soap/bindings/HTTP/"
 org/jboss/test/ws/jaxws/binding/**
 
@@ -48,9 +51,6 @@
 org/jboss/test/ws/jaxws/jbws860/**
 org/jboss/test/ws/jaxws/webfault/**
 
-# [JBWS-2013] Implement standard messge context properties
-org/jboss/test/ws/jaxws/jbws1190/**
-
 # [JBWS-2130] WebServiceException: null is not a valid service
 org/jboss/test/ws/jaxws/jbws1581/**
 org/jboss/test/ws/jaxws/jbws1841/**
@@ -67,6 +67,7 @@
 
 # [JBWS-2133] Failed to access the WSDL
 org/jboss/test/ws/jaxws/jbws1813/**
+org/jboss/test/ws/jaxws/jbws1190/**
 
 # [JBWS-2134] Fault string, and possibly fault code, not set
 org/jboss/test/ws/jaxws/jbws1815/**
@@ -77,14 +78,11 @@
 # [JBWS-2136] ClassCastException: com.sun.xml.ws.server.EndpointMessageContextImpl
 org/jboss/test/ws/jaxws/namespace/**
 
-# [JBAS-5359] mapped-name is required for context of deployment
-org/jboss/test/ws/jaxws/jbws1611/**
+# [JBWS-2162] wsprovide for maven build
+org/jboss/test/ws/jaxws/smoke/tools/**
 
-# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
-org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
-
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
 
 # [JBWS-2194] request requires HTTP authentication: Unauthorized
-org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*
\ No newline at end of file
+org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*




More information about the jbossws-commits mailing list