diff options
author | Leif Åstrand <leif@vaadin.com> | 2014-12-18 18:30:09 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2014-12-18 18:30:09 +0200 |
commit | e3d0fbbab68f9ef8642a975741d9f576993b1f38 (patch) | |
tree | 5711a31c5af1d3773a86b4d25c9f8064aa435ecc /uitest/test.xml | |
parent | 434fb5bf5cf62490686367e9193b7898077bbd44 (diff) | |
parent | 68eec666b55c42b4a55235c00bc78f6212eb2062 (diff) | |
download | vaadin-framework-e3d0fbbab68f9ef8642a975741d9f576993b1f38.tar.gz vaadin-framework-e3d0fbbab68f9ef8642a975741d9f576993b1f38.zip |
Merge remote-tracking branch 'origin/master' into grid
Change-Id: Ic7629f9cedb3c948edf4f63c678ca499e3d52805
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> |