This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit ca3f9c49d8392576cea48fc2c7379636a992aec6
Author: Colm O hEigeartaigh <cohei...@apache.org>
AuthorDate: Mon Jun 18 11:14:44 2018 +0100

    Fixing tests with JDK7
---
 .../test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java
 
b/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java
index 5bad8b5..087ac24 100644
--- 
a/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java
+++ 
b/systests/tests/src/test/java/org/apache/cxf/fediz/integrationtests/AbstractTests.java
@@ -881,7 +881,7 @@ public abstract class AbstractTests {
             Assert.assertTrue(401 == ex.getStatusCode() || 403 == 
ex.getStatusCode());
         }
 
-        webClient.close();
+        // webClient.close();
     }
 
     @org.junit.Test

-- 
To stop receiving notification emails like this one, please contact
cohei...@apache.org.

Reply via email to