Author: dkulp
Date: Mon Jul 16 21:15:51 2012
New Revision: 1362261

URL: http://svn.apache.org/viewvc?rev=1362261&view=rev
Log:
Add a cleanup of the bus a test creates

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

Modified: 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
URL: 
http://svn.apache.org/viewvc/cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java?rev=1362261&r1=1362260&r2=1362261&view=diff
==============================================================================
--- 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
 (original)
+++ 
cxf/trunk/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
 Mon Jul 16 21:15:51 2012
@@ -80,6 +80,7 @@ public class SchemaValidationClientServe
    
     @BeforeClass
     public static void startServers() throws Exception {
+        createStaticBus();
         assertTrue("server did not launch correctly", 
launchServer(Server.class, true));
     }
     


Reply via email to