Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 46617e66b -> 624bb36e4


Fix test failure


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/624bb36e
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/624bb36e
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/624bb36e

Branch: refs/heads/3.0.x-fixes
Commit: 624bb36e46cfd47f4443245ba476ac96e41e0877
Parents: 46617e6
Author: Daniel Kulp <[email protected]>
Authored: Thu Apr 9 16:25:04 2015 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Mon Apr 13 16:02:05 2015 -0400

----------------------------------------------------------------------
 .../src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/624bb36e/systests/uncategorized/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
----------------------------------------------------------------------
diff --git 
a/systests/uncategorized/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
 
b/systests/uncategorized/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
index e6d62cb..78a1864 100644
--- 
a/systests/uncategorized/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
+++ 
b/systests/uncategorized/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
@@ -239,6 +239,7 @@ public class MtomServerTest extends 
AbstractBusClientServerTestBase {
                     Conduit backChannel = 
message.getDestination().getBackChannel(message);
 
                     MessageImpl res = new MessageImpl();
+                    ex.setOutMessage(res);
                     res.put(Message.CONTENT_TYPE, "text/xml");
                     backChannel.prepare(res);
 

Reply via email to