summaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.xml
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2011-08-03 08:06:27 +0000
committerHenri Sara <henri.sara@itmill.com>2011-08-03 08:06:27 +0000
commita99850a634538407823cb896ce8fa49a097f1605 (patch)
treee6222a766eccec79134a611380b88f39f59ad91f /tests/integration_tests.xml
parent493f179c254a873a7a7ddf36f2a642c9386028da (diff)
downloadvaadin-framework-a99850a634538407823cb896ce8fa49a097f1605.tar.gz
vaadin-framework-a99850a634538407823cb896ce8fa49a097f1605.zip
#7266 eliminate use of Sampler in GateIn integration test, related new screenshots
svn changeset:20092/svn branch:6.7
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r--tests/integration_tests.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml
index e665213e12..b82ad07a14 100644
--- a/tests/integration_tests.xml
+++ b/tests/integration_tests.xml
@@ -279,7 +279,7 @@
</target>
<target name="integration-test-gatein-3">
- <fileset dir="integration-testscripts" id="html-test-files" includes="GateIn-3/integration-test-GateIn-3.1.0-sampler.html" />
+ <fileset dir="integration-testscripts" id="html-test-files" includes="GateIn-3/integration-test-GateIn-3.1.0-addressbook.html" />
<pathconvert pathsep=" " property="test-gatein" refid="html-test-files" />
<subant target="run-tests" failonerror="false" antfile="test.xml">
@@ -290,6 +290,7 @@
<property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-gatein}" />
<property name="test-output-dir" value="../build/integration-test-output" />
+ <property name="retries" value="0" />
<fileset dir="." includes="test.xml" />
</subant>