Browse Source

Integration tests should be run with Firefox 17 ESR instead of Firefox 11 #11494"

Change-Id: I232cc1ad329a1ac00ff23b6c629418838af6102c
tags/7.1.0.beta1
John Ahlroos 11 years ago
parent
commit
ccec229966
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      uitest/integration_tests.xml

+ 1
- 1
uitest/integration_tests.xml View File

@@ -13,7 +13,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-firefox11" />
<property name="test_browsers" value="winxp-firefox17-esr" />

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

Loading…
Cancel
Save