From commits-return-15159-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Sun Dec 12 04:50:43 2010 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 78877 invoked from network); 12 Dec 2010 04:50:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Dec 2010 04:50:42 -0000 Received: (qmail 94377 invoked by uid 500); 12 Dec 2010 04:50:42 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 94311 invoked by uid 500); 12 Dec 2010 04:50:42 -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 94304 invoked by uid 99); 12 Dec 2010 04:50:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Dec 2010 04:50:42 +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; Sun, 12 Dec 2010 04:50:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E52892388A32; Sun, 12 Dec 2010 04:50:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1044765 - in /activemq/activemq-apollo/trunk/apollo-stomp/src/test: resources/activemq-stomp.xml resources/apollo-stomp.xml scala/org/apache/activemq/apollo/stomp/StompTest.scala Date: Sun, 12 Dec 2010 04:50:21 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101212045021.E52892388A32@eris.apache.org> Author: chirino Date: Sun Dec 12 04:50:21 2010 New Revision: 1044765 URL: http://svn.apache.org/viewvc?rev=1044765&view=rev Log: Rename test resource. Added: activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/apollo-stomp.xml - copied, changed from r1044764, activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/activemq-stomp.xml Removed: activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/activemq-stomp.xml Modified: activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/StompTest.scala Copied: activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/apollo-stomp.xml (from r1044764, activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/activemq-stomp.xml) URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/apollo-stomp.xml?p2=activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/apollo-stomp.xml&p1=activemq/activemq-apollo/trunk/apollo-stomp/src/test/resources/activemq-stomp.xml&r1=1044764&r2=1044765&rev=1044765&view=diff ============================================================================== (empty) Modified: activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/StompTest.scala URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/StompTest.scala?rev=1044765&r1=1044764&r2=1044765&view=diff ============================================================================== --- activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/StompTest.scala (original) +++ activemq/activemq-apollo/trunk/apollo-stomp/src/test/scala/org/apache/activemq/apollo/stomp/StompTest.scala Sun Dec 12 04:50:21 2010 @@ -27,7 +27,7 @@ class StompTestSupport extends FunSuiteS var broker: Broker = null var port = 0 - val broker_config_uri = "xml:classpath:activemq-stomp.xml" + val broker_config_uri = "xml:classpath:apollo-stomp.xml" override protected def beforeAll() = { info("Loading broker configuration from the classpath with URI: " + broker_config_uri)