[jbosscache-commits] JBoss Cache SVN: r4892 - core/branches/1.4.X.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Dec 20 08:55:40 EST 2007


Author: manik.surtani at jboss.com
Date: 2007-12-20 08:55:39 -0500 (Thu, 20 Dec 2007)
New Revision: 4892

Modified:
   core/branches/1.4.X/build.xml
Log:
JUnit maxmem not adhered to with some unit tests

Modified: core/branches/1.4.X/build.xml
===================================================================
--- core/branches/1.4.X/build.xml	2007-12-20 03:30:36 UTC (rev 4891)
+++ core/branches/1.4.X/build.xml	2007-12-20 13:55:39 UTC (rev 4892)
@@ -536,7 +536,7 @@
 
    <target name="functionaltests" depends="compile,test-jar,unittests-init"
            description="Runs all non-AOP functional tests">
-      <junit printsummary="yes" timeout="${junit.timeout}" fork="yes" maxmemory="256m">
+      <junit printsummary="yes" timeout="${junit.timeout}" fork="yes" maxmemory="${junit.maxmem}">
          <classpath refid="library.classpath"/>
          <classpath refid="output.classpath"/>
          <jvmarg value="-Dbind.address=${bind.address}"/>




More information about the jbosscache-commits mailing list