Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 30751 invoked from network); 22 Jun 2009 22:00:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 22:00:36 -0000 Received: (qmail 14849 invoked by uid 500); 22 Jun 2009 22:00:47 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 14818 invoked by uid 500); 22 Jun 2009 22:00:47 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 14809 invoked by uid 99); 22 Jun 2009 22:00:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 22:00:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 22 Jun 2009 22:00:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BAE8A23888CF; Mon, 22 Jun 2009 22:00:25 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r787420 - /activemq/sandbox/activemq-flow/activemq-openwire/src/test/java/org/apache/activemq/legacy/openwireprotocol/BrokerTest.java Date: Mon, 22 Jun 2009 22:00:25 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090622220025.BAE8A23888CF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Mon Jun 22 22:00:25 2009 New Revision: 787420 URL: http://svn.apache.org/viewvc?rev=787420&view=rev Log: fixing imports. Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/test/java/org/apache/activemq/legacy/openwireprotocol/BrokerTest.java Modified: activemq/sandbox/activemq-flow/activemq-openwire/src/test/java/org/apache/activemq/legacy/openwireprotocol/BrokerTest.java URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-openwire/src/test/java/org/apache/activemq/legacy/openwireprotocol/BrokerTest.java?rev=787420&r1=787419&r2=787420&view=diff ============================================================================== --- activemq/sandbox/activemq-flow/activemq-openwire/src/test/java/org/apache/activemq/legacy/openwireprotocol/BrokerTest.java (original) +++ activemq/sandbox/activemq-flow/activemq-openwire/src/test/java/org/apache/activemq/legacy/openwireprotocol/BrokerTest.java Mon Jun 22 22:00:25 2009 @@ -35,8 +35,6 @@ import org.apache.activemq.command.ProducerInfo; import org.apache.activemq.command.SessionInfo; -import com.sun.org.apache.xml.internal.serializer.utils.Messages; - public class BrokerTest extends BrokerTestSupport { public ActiveMQDestination destination;