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)