瀏覽代碼

Disable broken, non maintained Liferay 6EE test

Change-Id: Id13235325831577b5fe2b5c4cd3e24a6b88e3f44
tags/7.5.0.beta1
Artur Signell 9 年之前
父節點
當前提交
41d277f181
共有 1 個文件被更改,包括 0 次插入27 次删除
  1. 0
    27
      uitest/integration_tests.xml

+ 0
- 27
uitest/integration_tests.xml 查看文件

@@ -276,31 +276,6 @@
</antcall>
</target>

<target name="integration-test-liferay6ee">
<fileset dir="integration-testscripts" id="html-test-files" includes="Liferay-6EE/integration-test-liferay-6ee.html" />
<pathconvert pathsep=" " property="testfiles" refid="html-test-files" />

<antcall target="run-generic-integration-test">
<param name="startDelay" value="600" />
<param name="test_browsers" value="winxp-firefox17-esr" />
<param name="target-server" value="liferay6ee" />
</antcall>
</target>

<target name="integration-test-liferay6ee-theme">
<fileset dir="integration-testscripts" id="html-test-files" includes="Liferay-6/Liferay6-and-6EE-theme-deploy.html" />
<pathconvert pathsep=" " property="testfiles" refid="html-test-files" />

<fileset dir="integration-testscripts" id="html-theme-files" includes="Liferay-6EE/Liferay6EE-theme.html" />
<pathconvert pathsep=" " property="testfiles-theme" refid="html-theme-files" />

<antcall target="run-generic-integration-test">
<param name="startDelay" value="600" />
<param name="test_browsers" value="winxp-firefox17-esr" />
<param name="target-server" value="liferay6ee" />
</antcall>
</target>

<target name="integration-test-gatein3">
<fileset dir="integration-testscripts" id="html-test-files" includes="GateIn-3/integration-test-GateIn-3.1.0-portlet2.html" />
<pathconvert pathsep=" " property="testfiles" refid="html-test-files" />
@@ -400,9 +375,7 @@
</catch>
</antcontrib:trycatch>
<antcall target="integration-test-liferay6" />
<antcall target="integration-test-liferay6ee" />
<antcall target="integration-test-liferay6-theme" />
<antcall target="integration-test-liferay6ee-theme" />
<antcall target="integration-test-weblogicPortal" />
<antcall target="integration-test-liferay5" />
<antcall target="integration-test-weblogic10" />

Loading…
取消
儲存