]> source.dussan.org Git - vaadin-framework.git/commitdiff
#4087 - require specification of location of reference screenshots
authorArtur Signell <artur.signell@itmill.com>
Tue, 26 Jan 2010 15:10:52 +0000 (15:10 +0000)
committerArtur Signell <artur.signell@itmill.com>
Tue, 26 Jan 2010 15:10:52 +0000 (15:10 +0000)
svn changeset:11016/svn branch:6.3

tests/test.xml

index 9c59d3d6ccd90f50fa0c16f622209336e93ffcee..f5da738f8434d1ddb1c98355745e8b825ef93979 100644 (file)
@@ -8,7 +8,7 @@
        <property name="browsers" value="winxp-ie6,winxp-ie7,winxp-ie8,winxp-firefox35,winxp-safari4,winxp-googlechrome3,winxp-opera10" />
        
        <!-- Screen shot base directory -->
-       <property name="com.vaadin.testbench.screenshot.directory" value="../tests/screenshots" />
+       <fail unless="com.vaadin.testbench.screenshot.directory" message="The 'com.vaadin.testbench.screenshot.directory' property must be defined." />
        
        <!-- Host running Testbench Hub -->
        <property name="com.vaadin.testbench.tester.host" value="192.168.1.44" />