[hibernate-commits] Hibernate SVN: r12809 - trunk/HibernateExt/search.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Jul 24 05:53:54 EDT 2007


Author: hardy.ferentschik
Date: 2007-07-24 05:53:54 -0400 (Tue, 24 Jul 2007)
New Revision: 12809

Modified:
   trunk/HibernateExt/search/build.xml
Log:
Switched forkmode to perTest so that the JMS Slave/Master test both succeed.

Modified: trunk/HibernateExt/search/build.xml
===================================================================
--- trunk/HibernateExt/search/build.xml	2007-07-24 09:52:54 UTC (rev 12808)
+++ trunk/HibernateExt/search/build.xml	2007-07-24 09:53:54 UTC (rev 12809)
@@ -180,7 +180,7 @@
 
     <target name="junit" depends="compiletest, prepare-test-resources">
         <mkdir dir="test_output"/>
-        <junit forkmode="once" printsummary="yes" haltonfailure="yes">
+        <junit forkmode="perTest" printsummary="yes" haltonfailure="yes">
             <classpath>
                 <path path="${build.testresources.dir}"/>
                 <!-- dirset dir="${build.testresources.dir}">




More information about the hibernate-commits mailing list