diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2009-12-14 13:09:58 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2009-12-14 13:09:58 +0000 |
commit | fa6962e40a2dd1e0d3842da2016ed0854e95efdb (patch) | |
tree | da38aba4f920089bdcc3032485397cce05b4deda /tests/integration_tests.xml | |
parent | 3bd3924495386753afe47a15ec047837b5fa4c90 (diff) | |
download | vaadin-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.xml | 2 |
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" />
|