Revision: 6220
Author: amitman...@google.com
Date: Fri Sep 25 16:33:38 2009
Log: Turning off the batch mode for test.hosted and test.web targets
since batching currently does not honor the @DoNotRunWith annotation.

Patch by: amitmanjhi


http://code.google.com/p/google-web-toolkit/source/detail?r=6220

Modified:
  /branches/farewellSwt/user/build.xml

=======================================
--- /branches/farewellSwt/user/build.xml        Mon Sep 21 15:06:15 2009
+++ /branches/farewellSwt/user/build.xml        Fri Sep 25 16:33:38 2009
@@ -142,7 +142,7 @@
      <property name="gwt.junit.testcase.hosted.includes"  
value="${gwt.junit.testcase.includes}" />
      <property name="gwt.junit.testcase.hosted.excludes"  
value="${gwt.junit.testcase.excludes}" />
      <fileset id="test.hosted.tests" dir="${javac.junit.out}"  
includes="${gwt.junit.testcase.hosted.includes}"  
excludes="${gwt.junit.testcase.hosted.excludes}" />
-    <gwt.junit test.args="${test.args} -batch module"  
test.out="${junit.out}/${build.host.platform}-hosted-mode"  
test.cases="test.hosted.tests" >
+    <gwt.junit test.args="${test.args}"  
test.out="${junit.out}/${build.host.platform}-hosted-mode"  
test.cases="test.hosted.tests" >
        <extraclasspaths>
          <path refid="test.extraclasspath" />
        </extraclasspaths>
@@ -165,7 +165,7 @@

    <target name="test.web" depends="compile, compile.tests"  
description="Run only web-mode tests for this project.">
      <fileset id="test.web.tests" dir="${javac.junit.out}"  
includes="${gwt.junit.testcase.web.includes}"  
excludes="${gwt.junit.testcase.web.excludes}" />
-    <gwt.junit test.args="${test.args} -out www -web -batch module"  
test.out="${junit.out}/${build.host.platform}-web-mode"  
test.cases="test.web.tests">
+    <gwt.junit test.args="${test.args} -out www -web"  
test.out="${junit.out}/${build.host.platform}-web-mode"  
test.cases="test.web.tests">
        <extraclasspaths>
          <path refid="test.extraclasspath" />
        </extraclasspaths>

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to