The following patch allows a user to specify which GWTTestCases under trunk/user/test should be executed by "ant test".  The user can specify a comma delimited list of filters via the gwt.junit.testcase.includes property.  If this property is not specified the default of "**/*Test.class" is used.  For example, to only run com.google.gwt.dev.jjs.test.CompilerTest, you would execute:

    ant test -Dgwt.junit.testcase.includes="com/google/gwt/dev/jjs/test/CompilerTest.class"

Patch by: mmendez
Review by: jat



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@673 8db76d5a-ed1c-0410-87a9-c151d255dfc7
2 files changed