[hornetq-commits] JBoss hornetq SVN: r10629 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed May 11 11:13:29 EDT 2011


Author: borges
Date: 2011-05-11 11:13:29 -0400 (Wed, 11 May 2011)
New Revision: 10629

Modified:
   trunk/pom.xml
Log:
Re-enable some test projects to run on Hudson

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-05-11 15:12:11 UTC (rev 10628)
+++ trunk/pom.xml	2011-05-11 15:13:29 UTC (rev 10629)
@@ -386,11 +386,11 @@
             <skipJmsTests>false</skipJmsTests>
             <skipJoramTests>false</skipJoramTests>
             <skipIntegrationTests>false</skipIntegrationTests>
-            <skipTimingTests>true</skipTimingTests>
+            <skipTimingTests>false</skipTimingTests>
+            <skipConcurrentTests>false</skipConcurrentTests>
             <skipStressTests>true</skipStressTests>
             <skipSoakTests>true</skipSoakTests>
             <skipPerformanceTests>true</skipPerformanceTests>
-            <skipConcurrentTests>true</skipConcurrentTests>
          </properties>
       </profile>
    </profiles>



More information about the hornetq-commits mailing list