diff options
Diffstat (limited to 'tests/integration_tests.xml')
-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> |