Reviewers: Lex, jat,

Description:
Minor (but significant!) typo from r5094... Passes on my XP box, at
least.

Please review this at http://gwt-code-reviews.appspot.com/47821

Affected files:
   user/build.xml


Index: user/build.xml
===================================================================
--- user/build.xml      (revision 5751)
+++ user/build.xml      (working copy)
@@ -153,7 +153,7 @@
    </target>

    <target name="test.noserver" depends="compile, compile.tests"  
description="Run noserver hosted-mode tests for this project.">
-    <gwt.junit test.args="${test.args}"  
test.out="${junit.out}/${build.host.platform}-noserver-mode"  
test.cases="default.noserver.tests">
+    <gwt.junit test.args="${test.args} -noserver"  
test.out="${junit.out}/${build.host.platform}-noserver-mode"  
test.cases="default.noserver.tests">
        <extraclasspaths>
          <path refid="test.extraclasspath" />
        </extraclasspaths>



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

Reply via email to