diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-09 11:21:30 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-09 11:21:30 +0000 |
commit | 78309b20a26209dab24001261c4d84347894e2e8 (patch) | |
tree | f2594a69e1b1d567516b098da4468d85e835b415 /tests/test.xml | |
parent | 2628f2cf0d392e703c97b89a4f12a8b0cc896b9a (diff) | |
download | vaadin-framework-78309b20a26209dab24001261c4d84347894e2e8.tar.gz vaadin-framework-78309b20a26209dab24001261c4d84347894e2e8.zip |
#7178 Remove AddressBook, reindeer and runo test scripts from Vaadin 6.7 - now in separate project
svn changeset:20222/svn branch:6.7
Diffstat (limited to 'tests/test.xml')
-rw-r--r-- | tests/test.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tests/test.xml b/tests/test.xml index b18f1142d3..b70e2acf2d 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -121,23 +121,14 @@ </target> <target name="run-tests" depends="compile-tests" if="server.start.succeeded"> - <!-- Long tests are prioritized to even out load at the end of the test run --> - <!-- If you are interested in certain tests they can temporarily be added here --> - <fileset dir="${test-output-dir}" id="priority-tests-fileset"> - <include name="**/reindeer*.java" /> - <include name="**/runo*.java" /> - </fileset> - - <fileset dir="${test-output-dir}" id="other-tests-fileset"> + <fileset dir="${test-output-dir}" id="tests-fileset"> <include name="**/**.java" /> </fileset> <for threadCount="50" parallel="true" keepgoing="true" param="target"> - <!-- A path element APPARENTLY removes duplicates and therefore this works. Could not find this documented anywhere... --> <path> - <fileset refid="priority-tests-fileset" /> - <fileset refid="other-tests-fileset" /> + <fileset refid="tests-fileset" /> </path> <sequential> <antcall target="execute-tests"> |