Author: dkulp Date: Tue Jul 17 13:40:49 2012 New Revision: 1362488 URL: http://svn.apache.org/viewvc?rev=1362488&view=rev Log: Merged revisions 1362264 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes
........ r1362264 | dkulp | 2012-07-16 17:17:33 -0400 (Mon, 16 Jul 2012) | 10 lines Merged revisions 1362261 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1362261 | dkulp | 2012-07-16 17:15:51 -0400 (Mon, 16 Jul 2012) | 2 lines Add a cleanup of the bus a test creates ........ ........ Modified: cxf/branches/2.5.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java Modified: cxf/branches/2.5.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java?rev=1362488&r1=1362487&r2=1362488&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java (original) +++ cxf/branches/2.5.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java Tue Jul 17 13:40:49 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)); }
