aboutsummaryrefslogtreecommitdiffstats
path: root/tests/integration_tests.xml
diff options
context:
space:
mode:
authorMikael Grankvist <mikael.grankvist@itmill.com>2010-09-07 10:36:52 +0000
committerMikael Grankvist <mikael.grankvist@itmill.com>2010-09-07 10:36:52 +0000
commitb51fb68f04ee7297b585b9ec65d84bbf252f799e (patch)
treeda48a314ae3eec7ff23f31904ccd49ad495061b0 /tests/integration_tests.xml
parent919d0469dba09b69cea7acfa676bb161c8ebb410 (diff)
downloadvaadin-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.xml4
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">