diff options
author | Artur Signell <artur.signell@itmill.com> | 2009-09-29 11:03:26 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2009-09-29 11:03:26 +0000 |
commit | 45da768738d67a346d5b56ccba1b89d783124c35 (patch) | |
tree | 28b13f83288c376f70dbd995c9fe63606d440b5d /tests/test.xml | |
parent | 58cccd205e8d783faad200e6dbe46a516937b4ca (diff) | |
download | vaadin-framework-45da768738d67a346d5b56ccba1b89d783124c35.tar.gz vaadin-framework-45da768738d67a346d5b56ccba1b89d783124c35.zip |
Fixed test cases, removed unnecessary test scripts, updated references images.
svn changeset:8982/svn branch:6.1
Diffstat (limited to 'tests/test.xml')
-rw-r--r-- | tests/test.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test.xml b/tests/test.xml index 1868d58f14..35b71aaa18 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -16,8 +16,9 @@ </path> <!-- fileset containing all tests to run --> - <fileset dir="../src/com/vaadin/tests" id="html-test-files"> - <include name="**/**.html" /> + <fileset dir=".." id="html-test-files"> + <include name="src/com/vaadin/tests/**/**.html" /> + <include name="tests/**/**.html" /> </fileset> <!-- This target converts HTML tests files to java junit tests. One test file for each browser is created. --> |