You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2017/10/06 16:20:46 UTC

[cxf-fediz] branch 1.4.x-fixes updated: Minor fix

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


The following commit(s) were added to refs/heads/1.4.x-fixes by this push:
     new 0f9753e  Minor fix
0f9753e is described below

commit 0f9753ef27b181a44867dca0cc05a2e01523dde5
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Oct 6 17:20:40 2017 +0100

    Minor fix
---
 .../java/org/apache/cxf/fediz/integrationtests/AbstractTests.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 a400174..fa300b4 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
@@ -847,8 +847,8 @@ public abstract class AbstractTests {
             // expected
         }
 
-        webClient.close();
-        webClient2.close();
+        // webClient.close();
+        // webClient2.close();
 
     }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@cxf.apache.org" <co...@cxf.apache.org>'].