summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/integration_tests.xml6
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" />