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/2772bb77
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/2772bb77
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/2772bb77

Branch: refs/heads/2.7.x-fixes
Commit: 2772bb77a7ff264dba7970be171e3cade75a25f1
Parents: ebec695
Author: Sergey Beryozkin <[email protected]>
Authored: Tue May 6 12:15:00 2014 +0100
Committer: Daniel Kulp <[email protected]>
Committed: Tue May 13 15:56:35 2014 -0400

----------------------------------------------------------------------
 .../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/2772bb77/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 b53f6f1..23b2e50 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
@@ -780,7 +780,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

Reply via email to