Author: dkulp
Date: Mon Jul 16 21:17:33 2012
New Revision: 1362264
URL: http://svn.apache.org/viewvc?rev=1362264&view=rev
Log:
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.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
Modified:
cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java?rev=1362264&r1=1362263&r2=1362264&view=diff
==============================================================================
---
cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
(original)
+++
cxf/branches/2.6.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/jaxws/SchemaValidationClientServerTest.java
Mon Jul 16 21:17:33 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));
}