diff options
author | Henri Sara <henri.sara@itmill.com> | 2010-04-20 10:01:32 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2010-04-20 10:01:32 +0000 |
commit | 48ffa5ba7a087177550a0eaccb9d4d823f62bb6f (patch) | |
tree | f790d605e91ab44bf4caa39c4038b900b890d3a8 | |
parent | 4ae86dec22c0d6d284eb9b8d2ea1027673940b45 (diff) | |
download | vaadin-framework-48ffa5ba7a087177550a0eaccb9d4d823f62bb6f.tar.gz vaadin-framework-48ffa5ba7a087177550a0eaccb9d4d823f62bb6f.zip |
Run integration tests on Firefox 3.6, not 3.5
svn changeset:12685/svn branch:6.3
-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 af4e51b662..cfda8abf15 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -3,7 +3,7 @@ <project name="Test sampler deployment" basedir="." default="all">
<!-- Test with these browsers -->
- <property name="test_browsers" value="winxp-firefox35" />
+ <property name="test_browsers" value="winxp-firefox36" />
<!-- Target deploying demo.war -->
<property name="sshHost" value="rndtestlinux.office.itmill.com" />
|