diff options
author | Artur Signell <artur.signell@itmill.com> | 2011-01-13 11:47:42 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2011-01-13 11:47:42 +0000 |
commit | 8be05826b108aee42ee775dbc7b9ddcae17c5766 (patch) | |
tree | 29c53f266dcbf04add75b8ac7019a05388b78b3c /tests/test.xml | |
parent | 90e36ebcfd06e1dc36d6e507858d87c6d20620e1 (diff) | |
download | vaadin-framework-8be05826b108aee42ee775dbc7b9ddcae17c5766.tar.gz vaadin-framework-8be05826b108aee42ee775dbc7b9ddcae17c5766.zip |
Run sampler test in the beginning also...
svn changeset:16874/svn branch:6.5
Diffstat (limited to 'tests/test.xml')
-rw-r--r-- | tests/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.xml b/tests/test.xml index 5a789fdd3b..ed22dec25c 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -140,7 +140,7 @@ <!-- 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="**/wysiwyg*.java" /> + <include name="**/sampler*.java" /> <include name="**/reindeer*.java" /> <include name="**/runo*.java" /> <include name="**/demop*.java" /> |