diff options
-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">
|