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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 11 17:00:08 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-06-11 17:00:07 -0400 (Wed, 11 Jun 2008)
New Revision: 7499

Modified:
   stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml
   stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss501.txt
Log:
svn merge -r7461:7496 https://svn.jboss.org/repos/jbossws/stack/metro/trunk

Modified: stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml
===================================================================
--- stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml	2008-06-11 20:58:16 UTC (rev 7498)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/pom.xml	2008-06-11 21:00:07 UTC (rev 7499)
@@ -17,7 +17,8 @@
   <!-- Properties -->
   <properties>
     <surefire.security.args>-Djava.security.manager -Djava.security.policy=src/test/etc/tst.policy</surefire.security.args>
-    <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
+   <surefire.jdwp.args>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005</surefire.jdwp.args>
+    <surefire.gc.args>-XX:MaxPermSize=128m</surefire.gc.args>
     <test.archive.directory>${project.build.directory}/test-libs</test.archive.directory>
     <test.classes.directory>${project.build.directory}/test-classes</test.classes.directory>
     <test.resources.directory>${project.build.directory}/test-resources</test.resources.directory>
@@ -219,7 +220,7 @@
         </property>
       </activation>
       <properties>
-        <surefire.jvm.args>${surefire.security.args} ${surefire.jdwp.args}</surefire.jvm.args>
+        <surefire.jvm.args>${surefire.security.args} ${surefire.jdwp.args} ${surefire.gc.args}</surefire.jvm.args>
       </properties>
     </profile>
     <profile>
@@ -230,7 +231,7 @@
         </property>
       </activation>
       <properties>
-        <surefire.jvm.args>${surefire.security.args}</surefire.jvm.args>
+        <surefire.jvm.args>${surefire.security.args} ${surefire.gc.args}</surefire.jvm.args>
       </properties>
     </profile>
     

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-11 20:58:16 UTC (rev 7498)
+++ stack/metro/branches/jbossws-metro-3.0.2/modules/testsuite/test-excludes-jboss501.txt	2008-06-11 21:00:07 UTC (rev 7499)
@@ -78,8 +78,6 @@
 # [JBWS-2136] ClassCastException: com.sun.xml.ws.server.EndpointMessageContextImpl
 org/jboss/test/ws/jaxws/namespace/**
 
-# [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/**




More information about the jbossws-commits mailing list