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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 12 14:07:40 EDT 2011


Author: ataylor
Date: 2011-10-12 14:07:38 -0400 (Wed, 12 Oct 2011)
New Revision: 11527

Modified:
   trunk/tests/integration-tests/pom.xml
Log:
commented out replication tests part 3

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2011-10-12 14:24:04 UTC (rev 11526)
+++ trunk/tests/integration-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
@@ -122,7 +122,7 @@
                   <exclude>**/failover/remote/**.java</exclude>
                   <exclude>**/Replicated*.java</exclude>
                   <excluse>**/replication/**.java</excluse>
-                  <exclude>**/Replicated**.java</exclude>
+                  <exclude>**/*Replicated**.java</exclude>
                </excludes>
                <argLine>-Djava.library.path=${user.dir}/distribution/hornetq/src/main/resources/bin</argLine>
             </configuration>



More information about the hornetq-commits mailing list