Revision: 6386 Author: [email protected] Date: Thu Oct 15 18:11:02 2009 Log: Fix incorrect test reference.
Patch by: jat Review by: jlabanca (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6386 Modified: /trunk/user/build.xml ======================================= --- /trunk/user/build.xml Wed Oct 14 17:59:39 2009 +++ /trunk/user/build.xml Thu Oct 15 18:11:02 2009 @@ -229,7 +229,7 @@ excludes="${gwt.junit.testcase.web.excludes}" /> <gwt.junit test.args="${test.args} -XdisableClassMetadata -out www -runStyle RemoteWeb:${gwt.hosts.web.remote} -batch module -precompile parallel" test.out="${junit.out}/nometa-remote" - test.cases="test.remoteweb.tests" > + test.cases="test.nometa.remote.tests" > <extraclasspaths> <path refid="test.extraclasspath" /> </extraclasspaths> --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
