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 A6C28E1E8 for ; Wed, 29 May 2013 09:16:44 +0000 (UTC) Received: (qmail 6190 invoked by uid 500); 29 May 2013 09:16:44 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 6141 invoked by uid 500); 29 May 2013 09:16:44 -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 6120 invoked by uid 99); 29 May 2013 09:16:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 09:16:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 May 2013 09:16:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2402923889ED; Wed, 29 May 2013 09:16:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1487419 - in /cxf/branches/2.6.x-fixes: ./ systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java Date: Wed, 29 May 2013 09:16:23 -0000 To: commits@cxf.apache.org From: ema@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130529091623.2402923889ED@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ema Date: Wed May 29 09:16:22 2013 New Revision: 1487419 URL: http://svn.apache.org/r1487419 Log: Merged revisions 1487416 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes ................ r1487416 | ema | 2013-05-29 17:14:59 +0800 (Wed, 29 May 2013) | 9 lines Merged revisions 1487415 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1487415 | ema | 2013-05-29 17:11:07 +0800 (Wed, 29 May 2013) | 1 line [CXF-5045]:add the missed line in previous commit ........ ................ Modified: cxf/branches/2.6.x-fixes/ (props changed) cxf/branches/2.6.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java Propchange: cxf/branches/2.6.x-fixes/ ------------------------------------------------------------------------------ Merged /cxf/branches/2.7.x-fixes:r1487416 Merged /cxf/trunk:r1487415 Propchange: cxf/branches/2.6.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.6.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java?rev=1487419&r1=1487418&r2=1487419&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java (original) +++ cxf/branches/2.6.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java Wed May 29 09:16:22 2013 @@ -153,6 +153,7 @@ public class WSAClientServerTest extends .put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY, "http://localhost:" + PORT2 + "/jaxws/soap12/add"); port.addNumbers(1, 2); + fail("expected SOAPFaultException"); } catch (SOAPFaultException e) { assertTrue("expected non-anonymous required message", e.getMessage().contains("Found anonymous address but non-anonymous required"));