]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed test file path
authorArtur Signell <artur@vaadin.com>
Fri, 31 Aug 2012 09:01:04 +0000 (12:01 +0300)
committerArtur Signell <artur@vaadin.com>
Fri, 31 Aug 2012 09:01:20 +0000 (12:01 +0300)
uitest/test.xml

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