Author: dkulp Date: Mon Nov 22 18:44:04 2010 New Revision: 1037830 URL: http://svn.apache.org/viewvc?rev=1037830&view=rev Log: Merged revisions 1037806 via svnmerge from https://svn.apache.org/repos/asf/cxf/branches/2.3.x-fixes
................ r1037806 | dkulp | 2010-11-22 13:04:55 -0500 (Mon, 22 Nov 2010) | 9 lines Merged revisions 1037793 via svnmerge from https://svn.apache.org/repos/asf/cxf/trunk ........ r1037793 | dkulp | 2010-11-22 12:36:35 -0500 (Mon, 22 Nov 2010) | 1 line Remove a printStackTrace ........ ................ 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/DispatchClientServerWithHugeResponseTest.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/DispatchClientServerWithHugeResponseTest.java URL: http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java?rev=1037830&r1=1037829&r2=1037830&view=diff ============================================================================== --- cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java (original) +++ cxf/branches/2.2.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java Mon Nov 22 18:44:04 2010 @@ -122,7 +122,6 @@ public class DispatchClientServerWithHug fail("We should not have encountered a timeout, " + "should get some exception tell me stackoverflow"); } catch (Throwable e) { - e.printStackTrace(); assertTrue(e.getCause() instanceof StackOverflowError); }
