diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-31 13:55:05 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-31 14:01:11 +0300 |
commit | 7f343ebc78bec7391d64dfc942409b3dbaa5d914 (patch) | |
tree | 0b27e3641596850280a5dd2a1932fb0b380ee394 /uitest/test.xml | |
parent | 913aa7f01417a22833ef326fbf8fe7b83a2086ee (diff) | |
download | vaadin-framework-7f343ebc78bec7391d64dfc942409b3dbaa5d914.tar.gz vaadin-framework-7f343ebc78bec7391d64dfc942409b3dbaa5d914.zip |
Fixed test file path
Diffstat (limited to 'uitest/test.xml')
-rw-r--r-- | uitest/test.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/uitest/test.xml b/uitest/test.xml index 5eea39f8c9..b65926ff5b 100644 --- a/uitest/test.xml +++ b/uitest/test.xml @@ -49,9 +49,8 @@ <!-- fileset containing all TestBench tests to run --> <fileset dir=".." id="html-test-files"> - <include name="tests/**/**.html" /> - <include name="src/com/vaadin/tests/**/**.html" /> - <exclude name="tests/integration-testscripts/**" /> + <include name="uitest/**/**.html" /> + <exclude name="uitest/integration-testscripts/**" /> </fileset> <!-- This target converts HTML tests files to java junit tests. One test file for each browser is created. --> |