summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@itmill.com>2010-05-31 09:20:54 +0000
committerHenri Sara <henri.sara@itmill.com>2010-05-31 09:20:54 +0000
commit70046c9491a25d85cb59586362b57e868c4d0632 (patch)
tree869aa05770aaaa0e5a1dafe34bf2dc29e06d6a9c /tests
parent227fdefa3f2d6b8ae177298a64994805194ef4f8 (diff)
downloadvaadin-framework-70046c9491a25d85cb59586362b57e868c4d0632.tar.gz
vaadin-framework-70046c9491a25d85cb59586362b57e868c4d0632.zip
Removed obsolete ant target from integration test ant script
svn changeset:13429/svn branch:6.3
Diffstat (limited to 'tests')
-rw-r--r--tests/integration_tests.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml
index c8438eec03..bda74864ad 100644
--- a/tests/integration_tests.xml
+++ b/tests/integration_tests.xml
@@ -413,11 +413,4 @@
<target name="integration-test-clean">
<sshexec host="${sshHost}" username="${user}" keyfile="${sshkey.file}" command="ant -f ${ant.hub} clean" />
</target>
-
- <!-- Remove old screenshots if any -->
- <target name="clean-old">
- <subant target="remove-error-screens">
- <fileset dir="." includes="test.xml" />
- </subant>
- </target>
</project> \ No newline at end of file