[jboss-cvs] JBoss Messaging SVN: r5534 - trunk/tests/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 15 09:38:57 EST 2008


Author: jmesnil
Date: 2008-12-15 09:38:57 -0500 (Mon, 15 Dec 2008)
New Revision: 5534

Modified:
   trunk/tests/config/ConfigurationTest-config.xml
Log:
renamed <backup-connector> element to <backup-connector-ref>

this makes it clearer that the element does not define a connector but only references a connector already defined in a <connector> element.

Modified: trunk/tests/config/ConfigurationTest-config.xml
===================================================================
--- trunk/tests/config/ConfigurationTest-config.xml	2008-12-15 13:31:25 UTC (rev 5533)
+++ trunk/tests/config/ConfigurationTest-config.xml	2008-12-15 14:38:57 UTC (rev 5534)
@@ -27,7 +27,7 @@
          <param key="c_mykey3" value="60" type="Integer"/>
          <param key="c_mykey4" value="c_foovalue4" type="String"/>      
       </connector>
-      <backup-connector connector-name="backup-connector"/>
+      <backup-connector-ref connector-name="backup-connector"/>
       <acceptor>
          <factory-class>org.jboss.messaging.tests.unit.core.config.impl.TestAcceptorFactory1</factory-class>           
          <param key="a_mykey1" value="a_foovalue1" type="String"/>




More information about the jboss-cvs-commits mailing list