summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ahlroos <john@vaadin.com>2013-04-23 15:46:15 +0300
committerVaadin Code Review <review@vaadin.com>2013-04-23 13:20:34 +0000
commitccec229966d6934694f99b7c0b70c2862f4915a6 (patch)
tree386b302b84cb2cdce6de5ca9de7c845837815a27
parent8700691bece5642617d0b031ebc6c5ab33a2118e (diff)
downloadvaadin-framework-ccec229966d6934694f99b7c0b70c2862f4915a6.tar.gz
vaadin-framework-ccec229966d6934694f99b7c0b70c2862f4915a6.zip
Integration tests should be run with Firefox 17 ESR instead of Firefox 11 #11494"
Change-Id: I232cc1ad329a1ac00ff23b6c629418838af6102c
-rw-r--r--uitest/integration_tests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml
index 60296ee8c3..cb96834307 100644
--- a/uitest/integration_tests.xml
+++ b/uitest/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-firefox11" />
+ <property name="test_browsers" value="winxp-firefox17-esr" />
<!-- Path to key file. Default value -->
<property name="sshkey.file" value="id_dsa" />