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/02/07 23:43:58 UTC

svn commit: r504725 - /incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/jaxws/ClientServerTest.java

Author: dkulp
Date: Wed Feb  7 14:43:57 2007
New Revision: 504725

URL: http://svn.apache.org/viewvc?view=rev&rev=504725
Log:
I accidentally left the server in non-forking mode for the systest.

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

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=504725&r1=504724&r2=504725
==============================================================================
--- 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 Wed Feb  7 14:43:57 2007
@@ -81,7 +81,7 @@
         TestSuite suite = new TestSuite(ClientServerTest.class);
         return new ClientServerSetupBase(suite) {
                 public void startServers() throws Exception {                    
-                    assertTrue("server did not launch correctly", launchServer(Server.class, true));
+                    assertTrue("server did not launch correctly", launchServer(Server.class));
                 }
                 public void setUp() throws Exception {
                     // set up configuration to enable schema validation