summaryrefslogtreecommitdiffstats
path: root/tests/test.xml
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2010-12-03 11:07:25 +0000
committerArtur Signell <artur.signell@itmill.com>2010-12-03 11:07:25 +0000
commit6db494fd2ab6ae989aae1e7a064a85adf5a29e31 (patch)
tree6da84f62c2a5014b79b69e26969f60cca9d0b469 /tests/test.xml
parent3a1a16f65a2f8164695fc3d78bd6549e14fad6cc (diff)
downloadvaadin-framework-6db494fd2ab6ae989aae1e7a064a85adf5a29e31.tar.gz
vaadin-framework-6db494fd2ab6ae989aae1e7a064a85adf5a29e31.zip
#6103 - Update tests to use Chrome 8
svn changeset:16299/svn branch:6.5
Diffstat (limited to 'tests/test.xml')
-rw-r--r--tests/test.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test.xml b/tests/test.xml
index 5be9228862..78dd529723 100644
--- a/tests/test.xml
+++ b/tests/test.xml
@@ -5,12 +5,12 @@
<!-- Configuration -->
<!-- ================================================================== -->
<!-- Browsers to use for testing -->
- <property name="browsers-windows" value="winxp-ie6,winxp-ie7,winxp-ie8,winxp-firefox36,winxp-firefox4beta,winxp-safari4,winxp-safari5,winxp-googlechrome7,winxp-opera1060" />
- <property name="browsers-linux" value="linux-firefox3,linux-opera10,linux-googlechrome7" />
- <property name="browsers-mac" value="osx-firefox3,osx-opera10,osx-googlechrome7,osx-safari4,osx-safari5" />
+ <property name="browsers-windows" value="winxp-ie6,winxp-ie7,winxp-ie8,winxp-firefox36,winxp-firefox4beta,winxp-safari4,winxp-safari5,winxp-googlechrome8,winxp-opera1060" />
+ <property name="browsers-linux" value="linux-firefox3,linux-opera10,linux-googlechrome8" />
+ <property name="browsers-mac" value="osx-firefox3,osx-opera10,osx-googlechrome8,osx-safari4,osx-safari5" />
<property name="browsers" value="${browsers-windows}" />
-
+
<!-- Screen shot base directory -->
<fail unless="com.vaadin.testbench.screenshot.directory" message="The 'com.vaadin.testbench.screenshot.directory' property must be defined." />
@@ -180,7 +180,7 @@
<!-- ================================================================== -->
<!-- The default target. -->
- <target name="run-and-clean-up" depends="check-parameters,remove-error-screens,run-tests,remove-temp-testclasses" if="server.start.succeeded">
+ <target name="run-and-clean-up" depends="check-parameters,remove-error-screens,run-tests" if="server.start.succeeded">
</target>
<!-- Also starts the server. -->