summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--uitest/test.xml5
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. -->