]> source.dussan.org Git - vaadin-framework.git/commitdiff
Disable broken, non maintained Liferay 6EE test
authorArtur Signell <artur@vaadin.com>
Mon, 20 Apr 2015 17:10:07 +0000 (20:10 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 21 Apr 2015 08:05:14 +0000 (08:05 +0000)
Change-Id: Id13235325831577b5fe2b5c4cd3e24a6b88e3f44

uitest/integration_tests.xml

index 1e040b04f7fe807ff8d594992bb8ed0fba620aeb..d9945a9a45ec6e8170b29da607227eabb6be5a6d 100644 (file)
         </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" />
                 </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" />