Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D0B618A0D for ; Wed, 9 Dec 2015 20:00:50 +0000 (UTC) Received: (qmail 48345 invoked by uid 500); 9 Dec 2015 20:00:50 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 48287 invoked by uid 500); 9 Dec 2015 20:00:50 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 48278 invoked by uid 99); 9 Dec 2015 20:00:50 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 20:00:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E5629E0BB2; Wed, 9 Dec 2015 20:00:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ay@apache.org To: commits@cxf.apache.org Message-Id: <09535ade5cab43c4b028dec6afb6679f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: change RM12PolicyWsdlTest's launch mode to in-process Date: Wed, 9 Dec 2015 20:00:49 +0000 (UTC) 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 Authored: Wed Dec 9 21:00:38 2015 +0100 Committer: Akitoshi Yoshida 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