summaryrefslogtreecommitdiffstats
path: root/tests/test.xml
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-11-09 13:38:12 +0000
committerArtur Signell <artur.signell@itmill.com>2010-11-09 13:38:12 +0000
commit09a0691240ac651f35c392138b2b1def0432ce1a (patch)
tree38d5097d4b9a7df36b40cb13fdabaa77319f0749 /tests/test.xml
parenta824e434af3051a44f08d3184462f1492ebb5dc3 (diff)
downloadvaadin-framework-09a0691240ac651f35c392138b2b1def0432ce1a.tar.gz
vaadin-framework-09a0691240ac651f35c392138b2b1def0432ce1a.zip
Added browser strings for Linux and Mac. Still using only windows for testing
svn changeset:15931/svn branch:6.5
Diffstat (limited to 'tests/test.xml')
-rw-r--r--tests/test.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/test.xml b/tests/test.xml
index 998cd3cc25..5be9228862 100644
--- a/tests/test.xml
+++ b/tests/test.xml
@@ -5,8 +5,12 @@
<!-- Configuration -->
<!-- ================================================================== -->
<!-- Browsers to use for testing -->
- <property name="browsers" value="winxp-ie6,winxp-ie7,winxp-ie8,winxp-firefox36,winxp-firefox4beta,winxp-safari4,winxp-safari5,winxp-googlechrome7,winxp-opera1060" />
+ <property name="browsers-windows" value="winxp-ie6,winxp-ie7,winxp-ie8,winxp-firefox36,winxp-firefox4beta,winxp-safari4,winxp-safari5,winxp-googlechrome7,winxp-opera1060" />
+ <property name="browsers-linux" value="linux-firefox3,linux-opera10,linux-googlechrome7" />
+ <property name="browsers-mac" value="osx-firefox3,osx-opera10,osx-googlechrome7,osx-safari4,osx-safari5" />
+ <property name="browsers" value="${browsers-windows}" />
+
<!-- Screen shot base directory -->
<fail unless="com.vaadin.testbench.screenshot.directory" message="The 'com.vaadin.testbench.screenshot.directory' property must be defined." />