Author: sebawagner
Date: Sun Apr  1 15:57:53 2012
New Revision: 1308143

URL: http://svn.apache.org/viewvc?rev=1308143&view=rev
Log:
Fix JUnit test to allocate more memory by default when running via ANT

Modified:
    incubator/openmeetings/trunk/singlewebapp/build.xml

Modified: incubator/openmeetings/trunk/singlewebapp/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/build.xml?rev=1308143&r1=1308142&r2=1308143&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/build.xml (original)
+++ incubator/openmeetings/trunk/singlewebapp/build.xml Sun Apr  1 15:57:53 2012
@@ -601,7 +601,7 @@
                <mkdir dir="${junit.report.dir}" />
                <!-- property name="myclsp" refid="junit.classpath" />
                <echo message="${myclsp}" /-->
-               <junit printsummary="yes" dir="${junit.base.dir}" 
tempdir="${junit.base.dir}" fork="yes" forkmode="perBatch">
+               <junit maxmemory="1024m" printsummary="yes" 
dir="${junit.base.dir}" tempdir="${junit.base.dir}" fork="yes" 
forkmode="perBatch">
                        <classpath refid="junit.classpath" />
                        <jvmarg value="-Dred5.root=${red5.root}" />
                        <jvmarg value="-Dbasedir=${basedir}" />


Reply via email to