Browse Source

#8342 Test using Firefox 10

svn changeset:22876/svn branch:6.7
tags/7.0.0.alpha2
Artur Signell 12 years ago
parent
commit
dec81152ae
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      tests/integration_tests.xml
  2. 1
    1
      tests/test.xml

+ 1
- 1
tests/integration_tests.xml View File

@@ -9,7 +9,7 @@
<fail unless="test.integration.antfile" message="test.integration.antfile must be set for integration tests to run" />

<!-- Test with these browsers -->
<property name="test_browsers" value="winxp-firefox9" />
<property name="test_browsers" value="winxp-firefox10" />

<!-- Path to key file. Default value -->
<property name="sshkey.file" value="id_dsa" />

+ 1
- 1
tests/test.xml View File

@@ -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-firefox9,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-firefox10,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" />


Loading…
Cancel
Save