diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-09-07 10:36:52 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-09-07 10:36:52 +0000 |
commit | b51fb68f04ee7297b585b9ec65d84bbf252f799e (patch) | |
tree | da48a314ae3eec7ff23f31904ccd49ad495061b0 /tests/integration_tests.xml | |
parent | 919d0469dba09b69cea7acfa676bb161c8ebb410 (diff) | |
download | vaadin-framework-b51fb68f04ee7297b585b9ec65d84bbf252f799e.tar.gz vaadin-framework-b51fb68f04ee7297b585b9ec65d84bbf252f799e.zip |
Updated tests for gateIn3 and liferay6
svn changeset:14740/svn branch:6.4
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index cefa152320..206048409b 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -255,12 +255,12 @@ </target>
<target name="integration-test-start-liferay-6">
- <sshexec host="${sshHost}" username="${user}" keyfile="${sshkey.file}" command="ant -f ${ant.hub} start-liferay-6.0.5" />
+ <sshexec host="${test.integration.server}" username="${user}" keyfile="${sshkey.file}" command="ant -f ${ant.hub} start-liferay-6.0.5" />
<copy file="integration-testscripts/integration-test-liferay-6.0.5.html" tofile="integration-testscripts/integration-test-liferay-6.0.5-sampler.html" overwrite="true" />
</target>
<target name="integration-test-stop-liferay-6">
- <sshexec host="${sshHost}" username="${user}" keyfile="${sshkey.file}" command="ant -f ${ant.hub} stop-liferay-6.0.5" />
+ <sshexec host="${test.integration.server}" username="${user}" keyfile="${sshkey.file}" command="ant -f ${ant.hub} stop-liferay-6.0.5" />
</target>
<target name="integration-test-start-gatein-3">
|