Repository: cxf
Updated Branches:
  refs/heads/master e7fe2b7ec -> eb6ac325a


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

Branch: refs/heads/master
Commit: eb6ac325a167c583d96ce0fb678232dbc3496314
Parents: e7fe2b7
Author: Daniel Kulp <[email protected]>
Authored: Mon Mar 24 14:50:12 2014 -0400
Committer: Daniel Kulp <[email protected]>
Committed: Mon Mar 24 14:50:29 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/eb6ac325/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);
     }
 }

Reply via email to