diff options
author | Artur Signell <artur@vaadin.com> | 2014-12-18 13:26:19 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-18 11:30:37 +0000 |
commit | dd8521407bb873a12d2c57100d6af5941b61fd6b (patch) | |
tree | 2054e997bca221446122fe5c8a24367e89eabf97 /uitest/test.xml | |
parent | dac2d7ec49d0213ddd2977b9a3dc05c8366ff6b2 (diff) | |
download | vaadin-framework-dd8521407bb873a12d2c57100d6af5941b61fd6b.tar.gz vaadin-framework-dd8521407bb873a12d2c57100d6af5941b61fd6b.zip |
Move TB2 files to separate folder
This avoids running other HTML files as TB2 tests
Change-Id: I32445aeaeaf77f3a34771db6fa0d2eb40fc60ff7
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 2ee655ecf6..496e115c18 100644 --- a/uitest/test.xml +++ b/uitest/test.xml @@ -38,7 +38,7 @@ <!-- fileset containing all TestBench tests to run --> <fileset dir="${test.xml.dir}" id="html-test-files"> - <include name="src/**/*.html" /> + <include name="tb2/**/*.html" /> <exclude name="integration-testscripts/**/*.html" /> </fileset> |