You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/03/23 08:38:18 UTC

svn commit: r521611 - in /incubator/cxf/trunk/systests: pom.xml src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java

Author: dkulp
Date: Fri Mar 23 00:38:17 2007
New Revision: 521611

URL: http://svn.apache.org/viewvc?view=rev&rev=521611
Log:
Remove system scope dependency and the ignore the test that uses it.

Modified:
    incubator/cxf/trunk/systests/pom.xml
    incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java

Modified: incubator/cxf/trunk/systests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=diff&rev=521611&r1=521610&r2=521611
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Fri Mar 23 00:38:17 2007
@@ -200,14 +200,6 @@
             <scope>test</scope>
         </dependency>
 
-    	<dependency>
-      	   <groupId>sun.jdk</groupId>
-      	   <artifactId>tools</artifactId>
-      	   <version>1.5.0</version>
-           <scope>system</scope>
-           <systemPath>${java.home}/../lib/tools.jar</systemPath>
-        </dependency>
-
         <dependency>
             <groupId>rhino</groupId>
             <artifactId>js</artifactId>

Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java?view=diff&rev=521611&r1=521610&r2=521611
==============================================================================
--- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java (original)
+++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java Fri Mar 23 00:38:17 2007
@@ -705,6 +705,7 @@
     }
     
     @Test
+    @Ignore
     public void testDynamicClientFactory()  {
         URL wsdl = getClass().getResource("/wsdl/hello_world.wsdl");
         assertNotNull(wsdl);