Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 88357 invoked from network); 26 Jul 2007 12:09:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jul 2007 12:09:28 -0000 Received: (qmail 30926 invoked by uid 500); 26 Jul 2007 12:09:29 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 30802 invoked by uid 500); 26 Jul 2007 12:09:28 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 30792 invoked by uid 99); 26 Jul 2007 12:09:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 05:09:28 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jul 2007 05:09:26 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 7A48F1A981A; Thu, 26 Jul 2007 05:09:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r559787 - /incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java Date: Thu, 26 Jul 2007 12:09:05 -0000 To: cxf-commits@incubator.apache.org From: ffang@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070726120906.7A48F1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ffang Date: Thu Jul 26 05:09:02 2007 New Revision: 559787 URL: http://svn.apache.org/viewvc?view=rev&rev=559787 Log: disable AegisClientServerTest Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java Modified: incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java?view=diff&rev=559787&r1=559786&r2=559787 ============================================================================== --- incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java (original) +++ incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java Thu Jul 26 05:09:02 2007 @@ -34,6 +34,7 @@ import org.apache.cxf.interceptor.LoggingOutInterceptor; import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; public class AegisClientServerTest extends AbstractBusClientServerTestBase { @@ -45,6 +46,7 @@ } @Test + @Ignore public void testAegisClient() throws Exception { Bus bus = new SpringBusFactory().createBus(); bus.getInInterceptors().add(new LoggingInInterceptor());