]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove invalid fail condition
authorArtur Signell <artur@vaadin.com>
Tue, 3 Sep 2013 19:38:42 +0000 (22:38 +0300)
committerArtur Signell <artur@vaadin.com>
Tue, 3 Sep 2013 19:38:42 +0000 (22:38 +0300)
Change-Id: I45291730aac15e0d2f07e8a86368cd0b702f151e

uitest/integration_tests.xml

index e4b7fefdfcaf80313ee1885f84374f56f52aff87..6ba44a0d551a7efca054d83ae7d9a5d1eaa7ac01 100644 (file)
@@ -46,7 +46,6 @@
 
     <!-- Run basic integration test test -->
     <target name="legacy-integration-test">
-        <fail unless="html-test-files">html-test-files must be defined</fail>
         <pathconvert pathsep=" " property="testfiles" refid="html-test-files" />
         <subant target="run-tests" failonerror="false" antfile="test.xml">
             <property name="com.vaadin.testbench.lib.dir" value="${com.vaadin.testbench.lib.dir}" />