diff options
author | Artur Signell <artur.signell@itmill.com> | 2010-09-06 13:34:13 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2010-09-06 13:34:13 +0000 |
commit | dbd0f0c6d973498390076696fc8de4c6ab423bbf (patch) | |
tree | 757dbec39296f142d12850707cf5aae2e626a643 /tests/integration_tests.xml | |
parent | e69207f0c8102d83a44c57f220b6057169ebfed9 (diff) | |
download | vaadin-framework-dbd0f0c6d973498390076696fc8de4c6ab423bbf.tar.gz vaadin-framework-dbd0f0c6d973498390076696fc8de4c6ab423bbf.zip |
Use new integration test server
svn changeset:14725/svn branch:6.4
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 5903afda1c..6e4406fdf1 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -6,7 +6,7 @@ <property name="test_browsers" value="winxp-firefox36" />
<!-- Target deploying demo.war -->
- <property name="sshHost" value="rndtestlinux.office.itmill.com" />
+ <property name="sshHost" value="vaadin-integration-tests.intra.itmill.com" />
<!-- Path to key file -->
<property name="sshkey.file" value="id_rsa" />
@@ -21,8 +21,8 @@ <property name="deployment.url" value="http://${sshHost}:8080" />
<!-- ssh host values -->
- <property name="ant.hub" value="/home/rnd/deploy.xml" />
- <property name="user" value="rnd" />
+ <property name="ant.hub" value="/home/integration/deploy.xml" />
+ <property name="user" value="integration" />
<property name="passphrase" value="" />
<!-- add ant contrib -->
|