[hornetq-commits] JBoss hornetq SVN: r11605 - trunk/tests/integration-tests.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 26 10:16:00 EDT 2011


Author: borges
Date: 2011-10-26 10:15:59 -0400 (Wed, 26 Oct 2011)
New Revision: 11605

Modified:
   trunk/tests/integration-tests/pom.xml
Log:
Do not ignore replicated tests

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2011-10-26 12:14:51 UTC (rev 11604)
+++ trunk/tests/integration-tests/pom.xml	2011-10-26 14:15:59 UTC (rev 11605)
@@ -112,12 +112,6 @@
                <excludes>
                   <exclude>**/ReplicatedJMSFailoverTest.java</exclude>
                   <exclude>org/hornetq/tests/util/*.java</exclude>
-                  <!-- exclude some replication tests for now -->
-                  <exclude>**/cluster/failover/Remote*.java</exclude>
-                  <exclude>**/failover/remote/**.java</exclude>
-                  <exclude>**/Replicated*.java</exclude>
-                  <excluse>**/replication/**.java</excluse>
-                  <exclude>**/*Replicated**.java</exclude>
                </excludes>
                <argLine>-Djava.library.path=${user.dir}/distribution/hornetq/src/main/resources/bin -Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>



More information about the hornetq-commits mailing list