diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-07-24 10:15:51 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-07-24 10:15:51 +0300 |
commit | 40f284b370399723479646262a6ebe6b48f79aff (patch) | |
tree | 7a6ba405f6467c6bb8788ec775e74bd9f42d525b | |
parent | 090855bd8c21415ed24e6c068b71156905d6845d (diff) | |
download | vaadin-framework-40f284b370399723479646262a6ebe6b48f79aff.tar.gz vaadin-framework-40f284b370399723479646262a6ebe6b48f79aff.zip |
Test exo and gatein with compatible browser supporting expectDialog
-rw-r--r-- | tests/integration_tests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 7f72758a37..e8e978c1ea 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -221,7 +221,7 @@ <pathconvert pathsep=" " property="testfiles" refid="html-test-files" /> <antcall target="run-generic-integration-test"> <param name="startDelay" value="600" /> - <param name="test_browsers" value="winxp-firefox36" /> + <param name="test_browsers" value="winxp-googlechrome19" /> <param name="target-server" value="gatein3" /> </antcall> </target> @@ -231,7 +231,7 @@ <pathconvert pathsep=" " property="testfiles" refid="html-test-files" /> <antcall target="run-generic-integration-test"> <param name="startDelay" value="600" /> - <param name="test_browsers" value="winxp-firefox36" /> + <param name="test_browsers" value="winxp-googlechrome19" /> <param name="target-server" value="exo3" /> </antcall> </target> |