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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 14 08:28:11 EDT 2010


Author: timfox
Date: 2010-04-14 08:28:10 -0400 (Wed, 14 Apr 2010)
New Revision: 9113

Modified:
   trunk/build-hornetq.xml
Log:
fixed test mask

Modified: trunk/build-hornetq.xml
===================================================================
--- trunk/build-hornetq.xml	2010-04-14 12:26:06 UTC (rev 9112)
+++ trunk/build-hornetq.xml	2010-04-14 12:28:10 UTC (rev 9113)
@@ -161,7 +161,7 @@
    <property name="thirdparty.dir" value="thirdparty"/>
    <property name="test.build.dir" value="${test.dir}/build"/>
    <property name="test.src.dir" value="${test.dir}/src"/>
-   <property name="test-mask" value="DiscoveryTest"/>
+   <property name="test-mask" value="*Test"/>
    <property name="test.classes.dir" value="${test.build.dir}/classes"/>
    <property name="test.output.dir" value="${test.dir}/build"/>
    <property name="test.reports.dir" value="${test.output.dir}/reports"/>



More information about the hornetq-commits mailing list