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/29 15:09:37 UTC

svn commit: r1152202 - in /cxf/branches/2.4.x-fixes: ./ common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java

Author: dkulp
Date: Fri Jul 29 13:09:37 2011
New Revision: 1152202

URL: http://svn.apache.org/viewvc?rev=1152202&view=rev
Log:
Merged revisions 1151921 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1151921 | dkulp | 2011-07-28 12:42:52 -0400 (Thu, 28 Jul 2011) | 1 line
  
  Remove a println
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java?rev=1152202&r1=1152201&r2=1152202&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java (original)
+++ cxf/branches/2.4.x-fixes/common/common/src/test/java/org/apache/cxf/staxutils/PartialXMLStreamReaderTest.java Fri Jul 29 13:09:37 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\" "