Author: andreasmyth
Date: Wed Sep  6 05:47:48 2006
New Revision: 440703

URL: http://svn.apache.org/viewvc?view=rev&rev=440703
Log:
Removed EndpointTest and ProxyTest - as they are now superseded by 
ClientServerTest.
Disabled ProviderClientServerTest (server fails to start up).

Removed:
    
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/jaxws/EndpointTest.java
    
incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/jaxws/ProxyTest.java
Modified:
    incubator/cxf/trunk/systests/pom.xml

Modified: incubator/cxf/trunk/systests/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/pom.xml?view=diff&rev=440703&r1=440702&r2=440703
==============================================================================
--- incubator/cxf/trunk/systests/pom.xml (original)
+++ incubator/cxf/trunk/systests/pom.xml Wed Sep  6 05:47:48 2006
@@ -151,6 +151,10 @@
                                 
<value>${basedir}/target/test-classes/logging.properties</value>
                             </property>
                         </systemProperties>
+                        <excludes>
+                            <exclude>**/*$*</exclude>
+                            <exclude>**/ProviderClientServer*</exclude>
+                        </excludes>
                     </configuration>
                 </plugin>
             </plugins>


Reply via email to