]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed test file path
authorArtur Signell <artur@vaadin.com>
Fri, 31 Aug 2012 10:55:05 +0000 (13:55 +0300)
committerArtur Signell <artur@vaadin.com>
Fri, 31 Aug 2012 11:01:11 +0000 (14:01 +0300)
uitest/test.xml

index 5eea39f8c94d499542a5f6738417dd0a9b58fe08..b65926ff5bdd45c2f4f4e1e71806664f5dd1daff 100644 (file)
@@ -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. -->