You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2015/04/09 22:25:19 UTC

[2/2] cxf git commit: Fix test failure

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/d88cd9e4
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/d88cd9e4
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/d88cd9e4

Branch: refs/heads/master
Commit: d88cd9e42b798854d422fd3606cafdfc338ec83f
Parents: 1c7a34e
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Apr 9 16:25:04 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Apr 9 16:25:04 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/d88cd9e4/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);