Repository: cxf Updated Branches: refs/heads/2.6.x-fixes 4b524eadf -> 1e73a27ab
Remove a System.out write in the tests Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/86b1f1b8 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/86b1f1b8 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/86b1f1b8 Branch: refs/heads/2.6.x-fixes Commit: 86b1f1b882958a096b0fe8149d9c60a7d46aaa57 Parents: 4b524ea Author: Daniel Kulp <[email protected]> Authored: Mon Mar 24 14:50:12 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Mar 24 15:14:36 2014 -0400 ---------------------------------------------------------------------- .../org/apache/cxf/binding/soap/saaj/SAAJOutInterceptorTest.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/86b1f1b8/rt/bindings/soap/src/test/java/org/apache/cxf/binding/soap/saaj/SAAJOutInterceptorTest.java ---------------------------------------------------------------------- diff --git a/rt/bindings/soap/src/test/java/org/apache/cxf/binding/soap/saaj/SAAJOutInterceptorTest.java b/rt/bindings/soap/src/test/java/org/apache/cxf/binding/soap/saaj/SAAJOutInterceptorTest.java index 145c5f8..938c245 100644 --- a/rt/bindings/soap/src/test/java/org/apache/cxf/binding/soap/saaj/SAAJOutInterceptorTest.java +++ b/rt/bindings/soap/src/test/java/org/apache/cxf/binding/soap/saaj/SAAJOutInterceptorTest.java @@ -76,6 +76,5 @@ public class SAAJOutInterceptorTest extends TestBase { soapMessage.setContent(XMLStreamWriter.class, writer); soi.handleMessage(soapMessage); - m.writeTo(System.out); } }
