Repository: cxf Updated Branches: refs/heads/2.7.x-fixes 3198290d2 -> 9af4c47a6
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/fb67d7ea Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fb67d7ea Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fb67d7ea Branch: refs/heads/2.7.x-fixes Commit: fb67d7ea3110154bf35d976f7ab9ccfd875114b7 Parents: 3198290 Author: Daniel Kulp <[email protected]> Authored: Mon Mar 24 14:50:12 2014 -0400 Committer: Daniel Kulp <[email protected]> Committed: Mon Mar 24 15:06:05 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/fb67d7ea/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); } }
