diff options
author | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-01-09 14:42:26 +0000 |
---|---|---|
committer | Johannes Dahlström <johannes.dahlstrom@vaadin.com> | 2012-01-09 14:42:26 +0000 |
commit | d90f3ed208c5b5f8f6580afa95f8f22125361c2b (patch) | |
tree | 3d48534cbb58747928796e6b0020326ac977846f /tests/test.xml | |
parent | dd786ffd3554828e91d4398bc9a3ce6e498f74b2 (diff) | |
download | vaadin-framework-d90f3ed208c5b5f8f6580afa95f8f22125361c2b.tar.gz vaadin-framework-d90f3ed208c5b5f8f6580afa95f8f22125361c2b.zip |
Add Firefox 9 and Chrome 16 to tested browsers, remove Firefox 4-8, Chrome 15
svn changeset:22557/svn branch:6.8
Diffstat (limited to 'tests/test.xml')
-rw-r--r-- | tests/test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.xml b/tests/test.xml index 46819970f8..f09c115fec 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -5,7 +5,7 @@ <!-- Configuration --> <!-- ================================================================== --> <!-- Browsers to use for testing --> - <property name="browsers-windows" value="winxp-ie6,winxp-ie7,winxp-ie8,win7-ie9,winxp-firefox36,winxp-firefox4,winxp-firefox5,winxp-firefox6,winxp-firefox7,winxp-firefox8,winxp-safari4,winxp-safari5,winxp-googlechrome13,winxp-googlechrome-stable,winxp-opera1060,winxp-opera11" /> + <property name="browsers-windows" value="winxp-ie6,winxp-ie7,winxp-ie8,win7-ie9,winxp-firefox36,winxp-firefox9,winxp-safari4,winxp-safari5,winxp-googlechrome13,winxp-googlechrome-stable,winxp-opera1060,winxp-opera11" /> <property name="browsers-linux" value="linux-firefox3,linux-opera10,linux-googlechrome8" /> <property name="browsers-mac" value="osx-firefox3,osx-opera10,osx-googlechrome8,osx-safari4,osx-safari5" /> |