[hornetq-commits] JBoss hornetq SVN: r11497 - branches/HORNETQ-720_Replication/tests/integration-tests.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 10 09:33:53 EDT 2011


Author: borges
Date: 2011-10-10 09:33:52 -0400 (Mon, 10 Oct 2011)
New Revision: 11497

Modified:
   branches/HORNETQ-720_Replication/tests/integration-tests/pom.xml
Log:
run all integration tests

Modified: branches/HORNETQ-720_Replication/tests/integration-tests/pom.xml
===================================================================
--- branches/HORNETQ-720_Replication/tests/integration-tests/pom.xml	2011-10-07 12:28:01 UTC (rev 11496)
+++ branches/HORNETQ-720_Replication/tests/integration-tests/pom.xml	2011-10-10 13:33:52 UTC (rev 11497)
@@ -103,14 +103,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <skipTests>${skipIntegrationTests}</skipTests>
-               <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>
-               </excludes>
-               <argLine>-Djava.library.path=${user.dir}/distribution/hornetq/src/main/resources/bin</argLine>
+              <argLine>-Djava.library.path=${user.dir}/distribution/hornetq/src/main/resources/bin</argLine>
             </configuration>
          </plugin>
       </plugins>



More information about the hornetq-commits mailing list