diff options
-rw-r--r-- | uitest/integration_tests.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index 1e040b04f7..d9945a9a45 100644 --- a/uitest/integration_tests.xml +++ b/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" /> |