diff options
author | Leif Åstrand <leif@vaadin.com> | 2011-11-11 09:52:25 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2011-11-11 09:52:25 +0200 |
commit | 7d7e06b90cd8860f0bd3bbfbf2c12be53183fd3f (patch) | |
tree | 402b75932b58cf69e2c688956318893cd36de288 /tests/integration_tests.xml | |
parent | f9634779efddad8233e0b31914fd3dd6eeb290d2 (diff) | |
download | vaadin-framework-7d7e06b90cd8860f0bd3bbfbf2c12be53183fd3f.tar.gz vaadin-framework-7d7e06b90cd8860f0bd3bbfbf2c12be53183fd3f.zip |
Run integration tests with Safari 5 instead of Firefox 3.6 (#7396)
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 71bd31efa6..2a420553b7 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -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-firefox36" />
+ <property name="test_browsers" value="winxp-safari5" />
<!-- Path to key file. Default value -->
<property name="sshkey.file" value="id_dsa" />
|