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 2011/07/28 18:42:52 UTC

svn commit: r1151921 - /cxf/trunk/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java

Author: dkulp
Date: Thu Jul 28 16:42:52 2011
New Revision: 1151921

URL: http://svn.apache.org/viewvc?rev=1151921&view=rev
Log:
Remove a println

Modified:
    cxf/trunk/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java

Modified: cxf/trunk/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java
URL: http://svn.apache.org/viewvc/cxf/trunk/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java?rev=1151921&r1=1151920&r2=1151921&view=diff
==============================================================================
--- cxf/trunk/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java (original)
+++ cxf/trunk/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java Thu Jul 28 16:42:52 2011
@@ -69,8 +69,6 @@ public class PartialXMLStreamReaderTest 
         writer.flush();
         String value = bos.toString();
         
-        System.out.println("value: " + value);
-        
         assertTrue(("<soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\">"
                 + "<soap:Header>"
                 + "<ns2:SoapHeaderIn xmlns=\"http://cxf.apache.org/transform/test\" "