Revision: 6464
Author: jlaba...@google.com
Date: Mon Oct 26 10:25:56 2009
Log: Exluding BrowserManagerTest from the dev tests.  It is brought when we  
compile the user files (we need to compile hello sample for dev tests)  
because BrowserManagerTest is actually in user/src, not user/test.

Patch by: jlabanca
Review by: kprobst


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

Modified:
  /trunk/dev/build.xml

=======================================
--- /trunk/dev/build.xml        Mon Oct 26 09:31:34 2009
+++ /trunk/dev/build.xml        Mon Oct 26 10:25:56 2009
@@ -6,7 +6,8 @@

    <property name="alldeps.jar" location="${project.build}/alldeps.jar" />
    <property name="gwt.junit.testcase.dev.core.includes"  
value="**/com/google/**/*Test.class" />
-  <property name="gwt.junit.testcase.dev.core.excludes" value="" />
+  <!-- BrowserManagerTest is brought in from user and is not instantiable.  
-->
+  <property name="gwt.junit.testcase.dev.core.excludes"  
value="**/BrowserManagerTest.class" />

    <target name="clean" description="Cleans this project's intermediate and  
output files">
      <delete dir="${project.build}" failonerror="false" />

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

Reply via email to