Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes ab20d3539 -> c2e09554a


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/c2e09554
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c2e09554
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c2e09554

Branch: refs/heads/3.1.x-fixes
Commit: c2e09554a1bd7e4b1e252baabf433ed7ae29dd05
Parents: ab20d35
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:16 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/c2e09554/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

Reply via email to