[jbossws-commits] JBossWS SVN: r14322 - in stack/native/trunk: modules/testsuite and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon May 9 07:21:10 EDT 2011


Author: richard.opalka at jboss.com
Date: 2011-05-09 07:21:10 -0400 (Mon, 09 May 2011)
New Revision: 14322

Modified:
   stack/native/trunk/modules/testsuite/pom.xml
   stack/native/trunk/pom.xml
Log:
[JBWS-3289] refactoring test support classes to shared-testsuite SVN module

Modified: stack/native/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/native/trunk/modules/testsuite/pom.xml	2011-05-09 11:18:18 UTC (rev 14321)
+++ stack/native/trunk/modules/testsuite/pom.xml	2011-05-09 11:21:10 UTC (rev 14322)
@@ -52,6 +52,10 @@
       <artifactId>jbossws-common-tools</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.jboss.ws</groupId>
+      <artifactId>jbossws-shared-testsuite</artifactId>
+    </dependency>
+    <dependency>
       <groupId>gnu-getopt</groupId>
       <artifactId>getopt</artifactId>
       <version>1.0.13</version>
@@ -521,7 +525,7 @@
           <plugin>
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
-              <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${endorsed.dirs}</argLine>
+              <argLine>${surefire.jvm.args} ${surefire.jvm.management.args} -Djava.endorsed.dirs=${endorsed.dirs} -Dorg.jboss.wsf.spi.deployer.Deployer=org.jboss.wsf.test.DeployerJBoss6</argLine>
               <excludes>
                 <!--# UsernameTokenHTTPSTestCase requires keystore & trustore in jboss-web tomcat configuration-->
                 <exclude>org/jboss/test/ws/interop/nov2007/wsse/UsernameTokenHTTPSTestCase.*</exclude>

Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml	2011-05-09 11:18:18 UTC (rev 14321)
+++ stack/native/trunk/pom.xml	2011-05-09 11:21:10 UTC (rev 14322)
@@ -109,6 +109,11 @@
         <groupId>org.jboss.ws</groupId>
         <artifactId>jbossws-shared-testsuite</artifactId>
         <version>${jbossws.shared.testsuite.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.jboss.ws</groupId>
+        <artifactId>jbossws-shared-testsuite</artifactId>
+        <version>${jbossws.shared.testsuite.version}</version>
         <type>zip</type>
       </dependency>
       <dependency>



More information about the jbossws-commits mailing list