diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2009-11-25 12:02:50 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2009-11-25 12:02:50 +0000 |
commit | 4120d75bcb20873c64459abadfa586f2e75d7d8e (patch) | |
tree | 35e86be0abe226ae084a3fbb4b8940dcaec6591b /tests/integration_tests.xml | |
parent | 23eb95af9780447222934d1ded4e013d6a90cd48 (diff) | |
download | vaadin-framework-4120d75bcb20873c64459abadfa586f2e75d7d8e.tar.gz vaadin-framework-4120d75bcb20873c64459abadfa586f2e75d7d8e.zip |
Fixed liferay integration test copy.
svn changeset:10014/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 c36e482d22..f276f592f6 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -171,7 +171,7 @@ <target name="start-liferay">
<sshexec host="${sshHost}" username="${user}" keyfile="${sshkey.file}" command="ant -f ${ant.hub} start-liferay-5.2.3" />
- <copy file="integration-testscripts/sampler_deployment_liferay.tpl" tofile="integration-testscripts/integration-test-liferay-5.2.3-sampler.html" overwrite="true" />
+ <copy file="integration-testscripts/sampler_deployment_liferay.html" tofile="integration-testscripts/integration-test-liferay-5.2.3-sampler.html" overwrite="true" />
</target>
<target name="stop-liferay">
|