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 05E9FCA46 for ; Wed, 6 Jun 2012 18:09:44 +0000 (UTC) Received: (qmail 69905 invoked by uid 500); 6 Jun 2012 18:09:43 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 69794 invoked by uid 500); 6 Jun 2012 18:09:43 -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 69787 invoked by uid 99); 6 Jun 2012 18:09:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2012 18:09:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2012 18:09:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9C2ED2388860; Wed, 6 Jun 2012 18:09:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1347015 - /cxf/branches/2.5.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSLoggingAtomPullSpringTest.java Date: Wed, 06 Jun 2012 18:09:22 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120606180922.9C2ED2388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Wed Jun 6 18:09:22 2012 New Revision: 1347015 URL: http://svn.apache.org/viewvc?rev=1347015&view=rev Log: Fix compile failure Modified: cxf/branches/2.5.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSLoggingAtomPullSpringTest.java Modified: cxf/branches/2.5.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSLoggingAtomPullSpringTest.java URL: http://svn.apache.org/viewvc/cxf/branches/2.5.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSLoggingAtomPullSpringTest.java?rev=1347015&r1=1347014&r2=1347015&view=diff ============================================================================== --- cxf/branches/2.5.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSLoggingAtomPullSpringTest.java (original) +++ cxf/branches/2.5.x-fixes/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/JAXRSLoggingAtomPullSpringTest.java Wed Jun 6 18:09:22 2012 @@ -46,14 +46,14 @@ import org.apache.cxf.management.web.log import org.apache.cxf.management.web.logging.ReadWriteLogStorage; import org.apache.cxf.management.web.logging.ReadableLogStorage; import org.apache.cxf.management.web.logging.atom.AtomPullServer; -import org.apache.cxf.testutil.common.AbstractClientServerTestBase; +import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Ignore; import org.junit.Test; -public class JAXRSLoggingAtomPullSpringTest extends AbstractClientServerTestBase { +public class JAXRSLoggingAtomPullSpringTest extends AbstractBusClientServerTestBase { public static final int PORT = SpringServer.PORT; private static JAXBContext context;