diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-01 13:52:24 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-01 13:52:24 +0000 |
commit | f53c8e61fdb01a09aabfaff9b141daf09d8646c5 (patch) | |
tree | a9fe5ac4bfa7a4174b29f2a91955da091884e56a /tests/integration_tests.xml | |
parent | 1bdc1366d7280c18e266e0868a9131042cbbea8e (diff) | |
download | vaadin-framework-f53c8e61fdb01a09aabfaff9b141daf09d8646c5.tar.gz vaadin-framework-f53c8e61fdb01a09aabfaff9b141daf09d8646c5.zip |
Fixed: execute integration tests with Chrome
svn changeset:20066/svn branch:6.7
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 4db01932f6..763bb8d848 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" />
+ <property name="test_browsers" value="winxp-googlechrome-stable" />
<!-- Path to key file. Default value -->
<property name="sshkey.file" value="id_dsa" />
|