Author: dkulp
Date: Mon Nov 22 18:04:55 2010
New Revision: 1037806
URL: http://svn.apache.org/viewvc?rev=1037806&view=rev
Log:
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.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java?rev=1037806&r1=1037805&r2=1037806&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java
(original)
+++
cxf/branches/2.3.x-fixes/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java
Mon Nov 22 18:04:55 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);
}