diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-02 06:33:44 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-02 06:33:44 +0000 |
commit | 577d3578bd373a53e575bd6f90b7a8e879381588 (patch) | |
tree | 26131d734254c3bd43364c5f718d9003f9b40428 | |
parent | 04bcb028c3c2c692c65a8fc7aeb3cb912c34d2b6 (diff) | |
download | vaadin-framework-577d3578bd373a53e575bd6f90b7a8e879381588.tar.gz vaadin-framework-577d3578bd373a53e575bd6f90b7a8e879381588.zip |
Switch back to using Firefox 3.6 for integration tests until tests fixed
svn changeset:20071/svn branch:6.7
-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 763bb8d848..0bb9467444 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-googlechrome-stable" />
+ <property name="test_browsers" value="winxp-firefox36" />
<!-- Path to key file. Default value -->
<property name="sshkey.file" value="id_dsa" />
|