Author: [email protected]
Date: Fri Apr 24 11:03:25 2009
New Revision: 5280
Modified:
trunk/user/build.xml
Log:
Fixing the duplicate emma test drivers: only test.hosted.emma remains, not
the implicit emma test in test.hosted. Its output is (correctly)
$os-hosted-mode-emma, not $os-hosted-mode.
Review by: amitmanjhi
Modified: trunk/user/build.xml
==============================================================================
--- trunk/user/build.xml (original)
+++ trunk/user/build.xml Fri Apr 24 11:03:25 2009
@@ -110,7 +110,7 @@
</target>
<target name="test.hosted.emma" depends="compile, compile.tests"
description="Run all hosted-mode tests in emma mode.">
- <gwt.junit test.args="${test.args}"
test.out="${junit.out}/${build.host.platform}-hosted-mode"
test.cases="default.hosted.emma.tests" >
+ <gwt.junit test.args="${test.args}"
test.out="${junit.out}/${build.host.platform}-hosted-mode-emma"
test.cases="default.hosted.emma.tests" >
<extraclasspaths>
<pathelement location="${gwt.build}/out/dev/core/bin-test" />
<pathelement location="${gwt.tools.redist}/emma/emma.jar" />
@@ -122,12 +122,6 @@
<gwt.junit test.args="${test.args}"
test.out="${junit.out}/${build.host.platform}-hosted-mode"
test.cases="default.hosted.tests" >
<extraclasspaths>
<pathelement location="${gwt.build}/out/dev/core/bin-test" />
- </extraclasspaths>
- </gwt.junit>
- <gwt.junit test.args="${test.args}"
test.out="${junit.out}/${build.host.platform}-hosted-mode-emma"
test.cases="default.emma.tests" >
- <extraclasspaths>
- <pathelement location="${gwt.build}/out/dev/core/bin-test" />
- <pathelement location="${gwt.tools.redist}/emma/emma.jar" />
</extraclasspaths>
</gwt.junit>
</target>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---