Author: dkulp Date: Mon Nov 15 16:04:02 2010 New Revision: 1035329 URL: http://svn.apache.org/viewvc?rev=1035329&view=rev Log: Merged revisions 1035305 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes
................ r1035305 | dkulp | 2010-11-15 10:30:23 -0500 (Mon, 15 Nov 2010) | 9 lines Merged revisions 1035206 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1035206 | ffang | 2010-11-15 05:18:06 -0500 (Mon, 15 Nov 2010) | 1 line remove System.out from my previous commit ........ ................ Modified: cxf/branches/2.2.x-fixes/ (props changed) cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java Propchange: cxf/branches/2.2.x-fixes/ ------------------------------------------------------------------------------ Binary property 'svnmerge-integrated' - no diff available. Modified: cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java?rev=1035329&r1=1035328&r2=1035329&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java (original) +++ cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithMalformedResponseTest.java Mon Nov 15 16:04:02 2010 @@ -147,7 +147,6 @@ public class DispatchClientServerWithMal SOAPMessage reply = response.get(); replyBuffer = reply.getSOAPBody().getTextContent(); } catch (Exception e) { - System.out.println("the exception is :"); e.printStackTrace(); } }
