diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-01-12 09:30:38 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-01-12 09:30:38 +0200 |
commit | 0fff9b0fab8988136f138bb51739920043da4248 (patch) | |
tree | b8cf3ee521d62917b7886d116353eb360188157f /tests/integration_tests.xml | |
parent | de8d8f7b27e29de7edd34b3b189768669033fb29 (diff) | |
download | vaadin-framework-0fff9b0fab8988136f138bb51739920043da4248.tar.gz vaadin-framework-0fff9b0fab8988136f138bb51739920043da4248.zip |
Update integration tests to use ff9
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 b40549e500..60e4882044 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -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-firefox-latest" />
+ <property name="test_browsers" value="winxp-firefox9" />
<!-- Path to key file. Default value -->
<property name="sshkey.file" value="id_dsa" />
|