Browse Source

Test exo and gatein with compatible browser supporting expectDialog

tags/7.0.0.beta1
Leif Åstrand 12 years ago
parent
commit
40f284b370
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      tests/integration_tests.xml

+ 2
- 2
tests/integration_tests.xml View File

@@ -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>

Loading…
Cancel
Save