diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-11 12:04:08 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-11 12:04:08 +0000 |
commit | 39605c944fd22517a661119bde527346e6d573d2 (patch) | |
tree | bd059ef4a61fc6ae8e7e2d6d2eec15f3b1645228 /tests/integration_tests.xml | |
parent | 3d96df462af4179e956fb541ce38869d01a41ce1 (diff) | |
download | vaadin-framework-39605c944fd22517a661119bde527346e6d573d2.tar.gz vaadin-framework-39605c944fd22517a661119bde527346e6d573d2.zip |
WebLogic portal integration test using a separate test portlet
svn changeset:20299/svn branch:6.7
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index f947059607..a525d5571b 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -278,7 +278,7 @@ </target>
<target name="integration-test-weblogic-portal">
- <fileset dir="integration-testscripts" id="html-test-files" includes="weblogic-portal/integration-test-WebLogic-Portal-10.3.2-addressbook.html" />
+ <fileset dir="integration-testscripts" id="html-test-files" includes="weblogic-portal/integration-test-WebLogic-Portal-10.3.2-portlet2.html" />
<pathconvert pathsep=" " property="test-weblogic" refid="html-test-files" />
<subant target="run-tests" failonerror="false" antfile="test.xml">
@@ -371,7 +371,8 @@ </target>
<target name="integration-test-start-weblogic-portal">
- <sshexec host="${test.integration.server}" username="${user}" keyfile="${sshkey.file}" command="ant -f ${ant.hub} start-weblogic-portal" />
+ <!-- Note the Vaadin 6.7+ target -->
+ <sshexec host="${test.integration.server}" username="${user}" keyfile="${sshkey.file}" command="ant -f ${ant.hub} start-weblogic-portal-67" />
</target>
<target name="integration-test-stop-weblogic-portal">
|