You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2013/05/29 11:17:33 UTC

svn commit: r1487420 - in /cxf/branches/2.5.x-fixes: ./ systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java

Author: ema
Date: Wed May 29 09:17:33 2013
New Revision: 1487420

URL: http://svn.apache.org/r1487420
Log:
Merged revisions 1487419 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/branches/2.6.x-fixes

................
  r1487419 | ema | 2013-05-29 17:16:22 +0800 (Wed, 29 May 2013) | 16 lines
  
  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.5.x-fixes/   (props changed)
    cxf/branches/2.5.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java

Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
  Merged /cxf/branches/2.7.x-fixes:r1487416
  Merged /cxf/trunk:r1487415
  Merged /cxf/branches/2.6.x-fixes:r1487419

Propchange: cxf/branches/2.5.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.5.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.5.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java?rev=1487420&r1=1487419&r2=1487420&view=diff
==============================================================================
--- cxf/branches/2.5.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java (original)
+++ cxf/branches/2.5.x-fixes/systests/ws-specs/src/test/java/org/apache/cxf/systest/ws/addr_feature/WSAClientServerTest.java Wed May 29 09:17:33 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"));