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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Feb 5 17:48:12 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-02-05 17:48:11 -0500 (Thu, 05 Feb 2009)
New Revision: 9244

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
   stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
Log:
enabling passing tests

Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2009-02-05 18:16:55 UTC (rev 9243)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2009-02-05 22:48:11 UTC (rev 9244)
@@ -17,7 +17,7 @@
   <!-- Properties -->
   <properties>
     <surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
-    <surefire.memory.args>-Xmx512m -XX:MaxPermSize=192m</surefire.memory.args>
+    <surefire.memory.args>-Xmx512m -XX:MaxPermSize=256m</surefire.memory.args>
     <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
     <test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
     <test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-02-05 18:16:55 UTC (rev 9243)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss500.txt	2009-02-05 22:48:11 UTC (rev 9244)
@@ -1,6 +1,3 @@
-# Won't Fix: [CXF-1261] Handler does not see XOP message properly
-org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
-
 # Exclude endpoints with AS42 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
@@ -56,26 +53,13 @@
 
 # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.*
 
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
-# [JBWS-2112] Cannot use CXF with endpoint API
-org/jboss/test/ws/jaxws/endpoint/**
-
 # [JBWS-2115] EJB client vehicle not sufficiently isolated
 org/jboss/test/ws/jaxws/jbws1581/**
 
-# [JBWS-2118] context-root in jboss.xml is ignored
-org/jboss/test/ws/jaxws/jbws1813/**
-
-# [JBWS-2119] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/jaxws/jbws1841/**
-
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
 
@@ -89,9 +73,6 @@
 # [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
 org/jboss/test/ws/jaxws/jbws1178/**
 
-# [JBWS-2384] NameAlreadyBoundException when more than one virtual host are specified in @WebContext(virtualHosts) annotation variable
-org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
-
 # [JBWS-2478] Investigate why WS-Security CXF tests are failing
 org/jboss/test/ws/jaxws/samples/wsse/**
 

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-05 18:16:55 UTC (rev 9243)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss510.txt	2009-02-05 22:48:11 UTC (rev 9244)
@@ -1,6 +1,3 @@
-# Won't Fix: [CXF-1261] Handler does not see XOP message properly
-org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
-
 # Exclude endpoints with AS42 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
@@ -56,26 +53,13 @@
 
 # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.*
 
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
-# [JBWS-2112] Cannot use CXF with endpoint API
-org/jboss/test/ws/jaxws/endpoint/**
-
 # [JBWS-2115] EJB client vehicle not sufficiently isolated
 org/jboss/test/ws/jaxws/jbws1581/**
 
-# [JBWS-2118] context-root in jboss.xml is ignored
-org/jboss/test/ws/jaxws/jbws1813/**
-
-# [JBWS-2119] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/jaxws/jbws1841/**
-
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
 
@@ -89,9 +73,6 @@
 # [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
 org/jboss/test/ws/jaxws/jbws1178/**
 
-# [JBWS-2384] NameAlreadyBoundException when more than one virtual host are specified in @WebContext(virtualHosts) annotation variable
-org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
-
 # [JBWS-2478] Investigate why WS-Security CXF tests are failing
 org/jboss/test/ws/jaxws/samples/wsse/**
 

Modified: stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt
===================================================================
--- stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-05 18:16:55 UTC (rev 9243)
+++ stack/cxf/trunk/modules/testsuite/test-excludes-jboss600.txt	2009-02-05 22:48:11 UTC (rev 9244)
@@ -1,6 +1,3 @@
-# Won't Fix: [CXF-1261] Handler does not see XOP message properly
-org/jboss/test/ws/jaxws/samples/xop/doclit/XOPHandlerTestCase.*
-
 # Exclude endpoints with AS42 @SecurityDomain
 org/jboss/test/ws/jaxws/samples/securityDomain/SecureEndpointImpl.*
 
@@ -56,26 +53,13 @@
 
 # [EJBTHREE-1152] service-ref in ejb-jar.xml is ignored
 org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefEJBTestCase.*
-org/jboss/test/ws/jaxws/samples/serviceref/ServiceRefServletTestCase.*
 
 # [JBWS-1655] Add support for endpoint address rewriting
 org/jboss/test/ws/jaxws/jbws2150/**
 
-# [JBWS-1178] Multiple virtual host and soap:address problem
-org/jboss/test/ws/jaxws/jbws1178/**
-
-# [JBWS-2112] Cannot use CXF with endpoint API
-org/jboss/test/ws/jaxws/endpoint/**
-
 # [JBWS-2115] EJB client vehicle not sufficiently isolated
 org/jboss/test/ws/jaxws/jbws1581/**
 
-# [JBWS-2118] context-root in jboss.xml is ignored
-org/jboss/test/ws/jaxws/jbws1813/**
-
-# [JBWS-2119] WebServiceRef injection from DD doesn't work
-org/jboss/test/ws/jaxws/jbws1841/**
-
 # [JBWS-2165] Fix xop tests with maven build
 org/jboss/test/ws/jaxws/samples/xop/**
 
@@ -89,9 +73,6 @@
 # [JBWS-2227] Investigate why multiple virtual hosts test fails on CXF
 org/jboss/test/ws/jaxws/jbws1178/**
 
-# [JBWS-2384] NameAlreadyBoundException when more than one virtual host are specified in @WebContext(virtualHosts) annotation variable
-org/jboss/test/ws/jaxws/jbws981/JBWS981TestCase.*
-
 # [JBWS-2478] Investigate why WS-Security CXF tests are failing
 org/jboss/test/ws/jaxws/samples/wsse/**
 




More information about the jbossws-commits mailing list