Repository: cxf Updated Branches: refs/heads/master 17d844c86 -> 3da0b5c05
Fixing the test due to the latest Jetty adding some unexpected text in case of escaped eceptions Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/17c66755 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/17c66755 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/17c66755 Branch: refs/heads/master Commit: 17c66755fc2376920f9b20b8e28a8314ec0de0c0 Parents: 217cf55 Author: Sergey Beryozkin <[email protected]> Authored: Tue May 6 12:15:00 2014 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Tue May 6 12:15:00 2014 +0100 ---------------------------------------------------------------------- .../org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/17c66755/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java ---------------------------------------------------------------------- diff --git a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java index 34aad22..42abdc9 100644 --- a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java +++ b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSClientServerBookTest.java @@ -782,7 +782,7 @@ public class JAXRSClientServerBookTest extends AbstractBusClientServerTestBase { @Test public void testPropogateException() throws Exception { getAndCompare("http://localhost:" + PORT + "/bookstore/propagate-exception", - "", "application/xml", 500); + "Error: 500", "application/xml", 500); } @Test
