Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCD851064C for ; Thu, 27 Feb 2014 09:52:34 +0000 (UTC) Received: (qmail 62553 invoked by uid 500); 27 Feb 2014 09:52:31 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 62340 invoked by uid 500); 27 Feb 2014 09:52:24 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 62325 invoked by uid 99); 27 Feb 2014 09:52:22 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 09:52:21 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 87C1D92E79A; Thu, 27 Feb 2014 09:52:21 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ay@apache.org To: commits@cxf.apache.org Message-Id: <4bba820080704facb90e15e59cfcb793@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: activate jaxrs websocket test (see CXF-5339) Date: Thu, 27 Feb 2014 09:52:21 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/master 4839273a8 -> 43df7e290 activate jaxrs websocket test (see CXF-5339) Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/43df7e29 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/43df7e29 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/43df7e29 Branch: refs/heads/master Commit: 43df7e290666cc5bd9e461176aa7e9b5d5d59940 Parents: 4839273 Author: Akitoshi Yoshida Authored: Thu Feb 27 10:51:30 2014 +0100 Committer: Akitoshi Yoshida Committed: Thu Feb 27 10:51:59 2014 +0100 ---------------------------------------------------------------------- .../systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/43df7e29/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java ---------------------------------------------------------------------- diff --git a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java index 64ca53e..3568a00 100644 --- a/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java +++ b/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/websocket/JAXRSClientServerWebSocketTest.java @@ -43,8 +43,6 @@ public class JAXRSClientServerWebSocketTest extends AbstractBusClientServerTestB } @Test - // seems to cause PermGen issue to another systests/jaxrs later in some system. the code under analysis - @org.junit.Ignore public void testBookWithWebSocket() throws Exception { String address = "ws://localhost:" + PORT + "/bookstore";