[jbossws-commits] JBossWS SVN: r7457 - stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 10 11:16:43 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-06-10 11:16:43 -0400 (Tue, 10 Jun 2008)
New Revision: 7457

Modified:
   stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss422.txt
   stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss423.txt
   stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss500.txt
   stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss501.txt
Log:
[JBWS-2075] sorting excludes alphanumerically

Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss422.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss422.txt	2008-06-10 14:50:43 UTC (rev 7456)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss422.txt	2008-06-10 15:16:43 UTC (rev 7457)
@@ -1,16 +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-1674] Fix @WebServiceRef with Metro
-org/jboss/test/ws/jaxws/samples/webserviceref/**
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
 
 # [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/**
 
@@ -65,11 +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/**
-
-# [JBWS-2162] wsprovide for maven build
-org/jboss/test/ws/jaxws/smoke/tools/**

Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss423.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss423.txt	2008-06-10 14:50:43 UTC (rev 7456)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss423.txt	2008-06-10 15:16:43 UTC (rev 7457)
@@ -5,12 +5,15 @@
 # Exclude endpoints with AS5 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointAS5Impl.*
 
-# [JBWS-1674] Fix @WebServiceRef with Metro
-org/jboss/test/ws/jaxws/samples/webserviceref/**
+# UsernameTestCase requires keystore & trustore in jboss-web tomcat configuration
+org/jboss/test/ws/jaxws/samples/wsse/UsernameTestCase.*
 
 # [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/**
 
@@ -65,12 +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-2165] Fix xop tests with maven build
-org/jboss/test/ws/jaxws/samples/xop/**
-
 # [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/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss500.txt	2008-06-10 14:50:43 UTC (rev 7456)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss500.txt	2008-06-10 15:16:43 UTC (rev 7457)
@@ -1,10 +1,13 @@
 #
-# $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.*
 
@@ -68,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-2162] wsprovide for maven build
-org/jboss/test/ws/jaxws/smoke/tools/**

Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss501.txt
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss501.txt	2008-06-10 14:50:43 UTC (rev 7456)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss501.txt	2008-06-10 15:16:43 UTC (rev 7457)
@@ -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.*
 
@@ -17,10 +24,6 @@
 # [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/**
 
@@ -75,14 +78,11 @@
 # [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/**
 
-# [JBWS-2162] wsprovide for maven build
-org/jboss/test/ws/jaxws/smoke/tools/**
-
 # [JBWS-2194] request requires HTTP authentication: Unauthorized
 org/jboss/test/ws/jaxws/samples/context/WebServiceContextEJBTestCase.*




More information about the jbossws-commits mailing list