diff options
author | Artur Signell <artur@vaadin.com> | 2012-08-31 12:01:04 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-08-31 12:01:20 +0300 |
commit | 2f50bb8f0eeacd72b1434aec729f2dc1530da902 (patch) | |
tree | 6e8bf377f58f19bd46d42d22508a271ceeb7b9d2 /uitest/test.xml | |
parent | 1544c711166ade7b4ec5130a4c7f3ff4b2a864f2 (diff) | |
download | vaadin-framework-2f50bb8f0eeacd72b1434aec729f2dc1530da902.tar.gz vaadin-framework-2f50bb8f0eeacd72b1434aec729f2dc1530da902.zip |
Fixed test file path
Diffstat (limited to 'uitest/test.xml')
-rw-r--r-- | uitest/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/test.xml b/uitest/test.xml index 9b879ec789..5eea39f8c9 100644 --- a/uitest/test.xml +++ b/uitest/test.xml @@ -50,7 +50,7 @@ <!-- fileset containing all TestBench tests to run --> <fileset dir=".." id="html-test-files"> <include name="tests/**/**.html" /> - <include name="testbench/com/vaadin/tests/**/**.html" /> + <include name="src/com/vaadin/tests/**/**.html" /> <exclude name="tests/integration-testscripts/**" /> </fileset> |