diff options
author | Artur Signell <artur.signell@itmill.com> | 2012-01-17 15:31:58 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2012-01-17 15:31:58 +0000 |
commit | a2c034e7b8039fab2b2da06aee0540d08ab11b54 (patch) | |
tree | 925ef9df9eac3b7a1ae515532ed3aa7498e9935e /tests/integration_tests.xml | |
parent | 8ef6c40e9fbc198157ddd4528801caaf752c9bbd (diff) | |
download | vaadin-framework-a2c034e7b8039fab2b2da06aee0540d08ab11b54.tar.gz vaadin-framework-a2c034e7b8039fab2b2da06aee0540d08ab11b54.zip |
#8272 Test automatically using WebLogic 12
svn changeset:22673/svn branch:6.7
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 fa8defd14e..67e5786b44 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -268,15 +268,15 @@ <param name="target-server" value="weblogic10" />
</antcall>
</target>
-
+
<target name="integration-test-weblogic12">
<antcall target="run-generic-integration-test">
- <param name="startDelay" value="600" />
<param name="target-port" value="7001" />
<param name="target-server" value="weblogic12" />
</antcall>
</target>
-
+
+
<target name="integration-test-weblogicPortal">
<fileset dir="integration-testscripts" id="html-test-files" includes="weblogic-portal/integration-test-WebLogic-Portal-10.3.2-portlet2.html" />
<pathconvert pathsep=" " property="testfiles" refid="html-test-files" />
|