aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.xml
diff options
context:
space:
mode:
authorMikael Grankvist <mikael.grankvist@itmill.com>2009-12-14 13:09:58 +0000
committerMikael Grankvist <mikael.grankvist@itmill.com>2009-12-14 13:09:58 +0000
commitfa6962e40a2dd1e0d3842da2016ed0854e95efdb (patch)
treeda38aba4f920089bdcc3032485397cce05b4deda /tests/integration_tests.xml
parent3bd3924495386753afe47a15ec047837b5fa4c90 (diff)
downloadvaadin-framework-fa6962e40a2dd1e0d3842da2016ed0854e95efdb.tar.gz
vaadin-framework-fa6962e40a2dd1e0d3842da2016ed0854e95efdb.zip
Moved target upload-demo before get-lock.
svn changeset:10284/svn branch:6.2
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r--tests/integration_tests.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml
index 0ad9b5e034..d1473768f4 100644
--- a/tests/integration_tests.xml
+++ b/tests/integration_tests.xml
@@ -350,12 +350,12 @@
<!-- Upload demo, clean error screenshots and test deployment on all servers -->
<target name="all">
+ <antcall target="upload-demo" />
<echo>Getting lock</echo>
<antcall target="get-lock" />
<echo>Got lock</echo>
<trycatch property="tried">
<try>
- <antcall target="upload-demo" />
<antcall target="tomcat4" />
<antcall target="tomcat5" />
<antcall target="tomcat6" />