Fixing failing tests
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/31c6342b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/31c6342b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/31c6342b Branch: refs/heads/3.0.x-fixes Commit: 31c6342bef1eb5921c247002a60a37b925c1059a Parents: faa49e0 Author: Colm O hEigeartaigh <[email protected]> Authored: Mon Jan 5 17:21:16 2015 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Mon Jan 5 17:21:16 2015 +0000 ---------------------------------------------------------------------- .../systest/dispatch/DispatchClientServerWithHugeResponseTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/31c6342b/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java ---------------------------------------------------------------------- diff --git a/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java b/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java index 658c074..3b955dc 100644 --- a/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java +++ b/systests/jaxws/src/test/java/org/apache/cxf/systest/dispatch/DispatchClientServerWithHugeResponseTest.java @@ -143,7 +143,7 @@ public class DispatchClientServerWithHugeResponseTest extends AbstractBusClientS } @Test - public void testThresholdfForSOAPMessageWithHugeResponse() throws Exception { + public void testThresholdfForSOAPMessageWithHugeResponse() throws Throwable { HugeResponseInterceptor hugeResponseInterceptor = new HugeResponseInterceptor(ResponseInterceptorType.ElementLevelThreshold); getBus().getInInterceptors().add(hugeResponseInterceptor);
