Revision: 5773 Author: [email protected] Date: Wed Jul 22 10:25:37 2009 Log: Turn on the batching of test cases.
Patch by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=5773 Modified: /trunk/common.ant.xml ======================================= --- /trunk/common.ant.xml Tue Jul 21 15:13:53 2009 +++ /trunk/common.ant.xml Wed Jul 22 10:25:37 2009 @@ -160,7 +160,7 @@ <macrodef name="gwt.junit"> <!-- TODO: make this more generic / refactor so it can be used from dev/core --> - <attribute name="test.args" default="-batch module" /> + <attribute name="test.args" default="" /> <attribute name="test.out" default="" /> <attribute name="test.reports" default="@{test.out}/reports" /> <attribute name="test.cases" default="" /> @@ -182,7 +182,7 @@ failureproperty="junit.failure" tempdir="@{test.out}" > <jvmarg line="${junit.platform.args}" /> <jvmarg line="-Xmx768m" /> - <sysproperty key="gwt.args" value="${junit.notheadless.arg} @{test.args}" /> + <sysproperty key="gwt.args" value="${junit.notheadless.arg} @{test.args} -batch module" /> <sysproperty key="java.awt.headless" value="${junit.headless}" /> <sysproperty key="gwt.devjar" value="${gwt.dev.staging.jar}" /> <classpath> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
