aboutsummaryrefslogtreecommitdiffstats
path: root/uitest/test.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-08-31 12:01:04 +0300
committerArtur Signell <artur@vaadin.com>2012-08-31 12:01:20 +0300
commit2f50bb8f0eeacd72b1434aec729f2dc1530da902 (patch)
tree6e8bf377f58f19bd46d42d22508a271ceeb7b9d2 /uitest/test.xml
parent1544c711166ade7b4ec5130a4c7f3ff4b2a864f2 (diff)
downloadvaadin-framework-2f50bb8f0eeacd72b1434aec729f2dc1530da902.tar.gz
vaadin-framework-2f50bb8f0eeacd72b1434aec729f2dc1530da902.zip
Fixed test file path
Diffstat (limited to 'uitest/test.xml')
-rw-r--r--uitest/test.xml2
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>