Author: ay
Date: Thu Apr 4 11:23:40 2013
New Revision: 1464451
URL: http://svn.apache.org/r1464451
Log:
Merged revisions 1464110 via svn merge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1464110 | ay | 2013-04-03 19:10:12 +0200 (Wed, 03 Apr 2013) | 1 line
[CXF-4941] WS-RM related faults do not contain the correct addressing action
........
Modified:
cxf/branches/2.7.x-fixes/ (props changed)
cxf/branches/2.7.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMInInterceptorTest.java
Propchange: cxf/branches/2.7.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.7.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMInInterceptorTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMInInterceptorTest.java?rev=1464451&r1=1464450&r2=1464451&view=diff
==============================================================================
---
cxf/branches/2.7.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMInInterceptorTest.java
(original)
+++
cxf/branches/2.7.x-fixes/rt/ws/rm/src/test/java/org/apache/cxf/ws/rm/RMInInterceptorTest.java
Thu Apr 4 11:23:40 2013
@@ -342,6 +342,8 @@ public class RMInInterceptorTest extends
@Test
public void testProcessInvalidMessageOnFault() throws SequenceFault,
RMException {
interceptor = new RMInInterceptor();
+ manager = control.createMock(RMManager.class);
+ interceptor.setManager(manager);
Message message = control.createMock(Message.class);
Exchange exchange = control.createMock(Exchange.class);