[hornetq-commits] JBoss hornetq SVN: r11582 - in trunk: tests/unit-tests/src/test/resources and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 24 05:17:44 EDT 2011


Author: borges
Date: 2011-10-24 05:17:44 -0400 (Mon, 24 Oct 2011)
New Revision: 11582

Added:
   trunk/hornetq-core/src/test/resources/ConfigurationTest-defaults.xml
Removed:
   trunk/tests/unit-tests/src/test/resources/ConfigurationTest-defaults.xml
Log:
Move configuration file test resource from tests/unit-tests to hornet-core

Copied: trunk/hornetq-core/src/test/resources/ConfigurationTest-defaults.xml (from rev 11581, trunk/tests/unit-tests/src/test/resources/ConfigurationTest-defaults.xml)
===================================================================
--- trunk/hornetq-core/src/test/resources/ConfigurationTest-defaults.xml	                        (rev 0)
+++ trunk/hornetq-core/src/test/resources/ConfigurationTest-defaults.xml	2011-10-24 09:17:44 UTC (rev 11582)
@@ -0,0 +1,6 @@
+<configuration
+   xmlns="urn:hornetq" 
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xsi:schemaLocation="urn:hornetq ../../src/schemas/hornetq-configuration.xsd ">
+   <!-- just use the defaults -->
+</configuration>

Deleted: trunk/tests/unit-tests/src/test/resources/ConfigurationTest-defaults.xml
===================================================================
--- trunk/tests/unit-tests/src/test/resources/ConfigurationTest-defaults.xml	2011-10-24 09:15:20 UTC (rev 11581)
+++ trunk/tests/unit-tests/src/test/resources/ConfigurationTest-defaults.xml	2011-10-24 09:17:44 UTC (rev 11582)
@@ -1,6 +0,0 @@
-<configuration
-   xmlns="urn:hornetq" 
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xsi:schemaLocation="urn:hornetq ../../src/schemas/hornetq-configuration.xsd ">
-   <!-- just use the defaults -->
-</configuration>



More information about the hornetq-commits mailing list