Repository: cxf
Updated Branches:
  refs/heads/master 90e0b97b2 -> 1162380ad


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

Branch: refs/heads/master
Commit: 1162380ade44b86086db5413759b2b0d5496df96
Parents: 90e0b97
Author: Akitoshi Yoshida <a...@apache.org>
Authored: Wed Dec 9 21:00:38 2015 +0100
Committer: Akitoshi Yoshida <a...@apache.org>
Committed: Wed Dec 9 21:00:38 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/1162380a/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