Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 2a2ad32d6 -> 939374043


Fixing the 3.0.x build failure


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/93937404
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/93937404
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/93937404

Branch: refs/heads/3.0.x-fixes
Commit: 939374043d7f5f3d59d3c4589d9901871d76a69f
Parents: 2a2ad32
Author: Sergey Beryozkin <[email protected]>
Authored: Fri Aug 21 21:31:57 2015 +0100
Committer: Sergey Beryozkin <[email protected]>
Committed: Fri Aug 21 21:31:57 2015 +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/93937404/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 ba9115a..5e987fb 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
@@ -1808,7 +1808,7 @@ public class JAXRSClientServerBookTest extends 
AbstractBusClientServerTestBase {
     @Test
     public void testEmptyResponseProxyNullable() {
         BookStore store = JAXRSClientFactory.create("http://localhost:"; + 
PORT, BookStore.class);
-        WebClient.getConfig(store).getInInterceptors().add(new 
ReplaceStatusInterceptor());
+        WebClient.getConfig(store).getInInterceptors().add(new 
BookServer.ReplaceStatusInterceptor());
         assertNull(store.getEmptyBookNullable());
     }
     

Reply via email to