Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 23fa55ff6 -> 0678d530b
change RM12PolicyWsdlTest's launch mode to in-process Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0678d530 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0678d530 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0678d530 Branch: refs/heads/3.0.x-fixes Commit: 0678d530bfa83b7722603dae131d187c3e2a43f0 Parents: 23fa55f Author: Akitoshi Yoshida <[email protected]> Authored: Wed Dec 9 21:00:38 2015 +0100 Committer: Akitoshi Yoshida <[email protected]> Committed: Wed Dec 9 21:01:50 2015 +0100 ---------------------------------------------------------------------- .../java/org/apache/cxf/systest/ws/policy/RM12PolicyWsdlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/0678d530/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/RM12PolicyWsdlTest.java ---------------------------------------------------------------------- diff --git a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/RM12PolicyWsdlTest.java b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/RM12PolicyWsdlTest.java index f86b2f9..e1b9191 100644 --- a/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/RM12PolicyWsdlTest.java +++ b/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/policy/RM12PolicyWsdlTest.java @@ -69,7 +69,7 @@ public class RM12PolicyWsdlTest extends RMPolicyWsdlTestBase { @BeforeClass public static void startServers() throws Exception { TestUtil.getNewPortNumber("decoupled"); - assertTrue("server did not launch correctly", launchServer(Server.class, false)); + assertTrue("server did not launch correctly", launchServer(Server.class, true)); } @Test
