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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 6 03:02:54 EDT 2011


Author: alessio.soldano at jboss.com
Date: 2011-06-06 03:02:52 -0400 (Mon, 06 Jun 2011)
New Revision: 14469

Modified:
   stack/cxf/trunk/modules/testsuite/pom.xml
Log:
[JBWS-2941] Enabling tests


Modified: stack/cxf/trunk/modules/testsuite/pom.xml
===================================================================
--- stack/cxf/trunk/modules/testsuite/pom.xml	2011-06-04 10:37:17 UTC (rev 14468)
+++ stack/cxf/trunk/modules/testsuite/pom.xml	2011-06-06 07:02:52 UTC (rev 14469)
@@ -112,6 +112,11 @@
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.littleshoot</groupId>
+      <artifactId>littleproxy</artifactId>
+      <version>0.4</version>
+    </dependency>
   </dependencies>
 
   <!-- Build -->
@@ -651,12 +656,6 @@
               <execution>
                 <id>default-testCompile</id>
                 <phase>test-compile</phase>
-                <configuration>
-                  <testExcludes>
-                    <!-- # [JBWS-2941] HTTP Proxy authentication for JBossWS Web Service clients -->
-                    <exclude>org/jboss/test/ws/jaxws/cxf/httpproxy/**</exclude>
-                  </testExcludes>
-                </configuration>
                 <goals>
                   <goal>testCompile</goal>
                 </goals>
@@ -806,12 +805,6 @@
               <execution>
                 <id>default-testCompile</id>
                 <phase>test-compile</phase>
-                <configuration>
-                  <testExcludes>
-                    <!-- # [JBWS-2941] HTTP Proxy authentication for JBossWS Web Service clients -->
-                    <exclude>org/jboss/test/ws/jaxws/cxf/httpproxy/**</exclude>
-                  </testExcludes>
-                </configuration>
                 <goals>
                   <goal>testCompile</goal>
                 </goals>
@@ -925,8 +918,6 @@
                     <exclude>org/jboss/test/ws/jaxws/samples/securityDomain/**</exclude>
                     <!-- @SecurityDomain missing -->
                     <exclude>org/jboss/test/ws/jaxws/samples/wsseEJB/EjbEndpointImpl*</exclude>
-                    <!-- # [JBWS-2941] HTTP Proxy authentication for JBossWS Web Service clients -->
-                    <exclude>org/jboss/test/ws/jaxws/cxf/httpproxy/**</exclude>
                   </testExcludes>
                 </configuration>
                 <goals>
@@ -1055,9 +1046,6 @@
                  <!-- # [JBWS-3249] Restore UsernameAuthorizationCustomFileTestCase on AS7 -->
                  <exclude>org/jboss/test/ws/jaxws/samples/wsse/UsernameAuthorizationCustomFileTestCase*</exclude>
 
-                 <!-- # [JBWS-2941] HTTP Proxy authentication for JBossWS Web Service clients -->
-                 <exclude>org/jboss/test/ws/jaxws/cxf/httpproxy/**</exclude>
-
                  <!-- # [JBWS-3306] No XPathFactory implementation found by a JAXWS client on AS7 -->
                  <exclude>org/jboss/test/ws/jaxws/samples/exception/ExceptionServletTestCase*</exclude>
 



More information about the jbossws-commits mailing list