Explorar el Código

Disable broken, non maintained Liferay 6EE test

Change-Id: Id13235325831577b5fe2b5c4cd3e24a6b88e3f44
tags/7.5.0.beta1
Artur Signell hace 9 años
padre
commit
41d277f181
Se han modificado 1 ficheros con 0 adiciones y 27 borrados
  1. 0
    27
      uitest/integration_tests.xml

+ 0
- 27
uitest/integration_tests.xml Ver fichero

@@ -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" />

Cargando…
Cancelar
Guardar