[common][appcontrol][Reference application(Browser) is removed so we can't test this... 65/240165/1
authorwei625.zhang <wei625.zhang@samsung.com>
Tue, 4 Aug 2020 21:26:21 +0000 (05:26 +0800)
committerwei625.zhang <wei625.zhang@samsung.com>
Tue, 4 Aug 2020 21:30:25 +0000 (05:30 +0800)
Change-Id: I14e32ad16f9d926fdba8e8e1ee93b2e57134b36d
Signed-off-by: wei625.zhang <wei625.zhang@samsung.com>
common/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html [deleted file]
common/tct-appcontrol-tizen-tests/tests.full.xml
common/tct-appcontrol-tizen-tests/tests.xml

diff --git a/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html b/common/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html
deleted file mode 100755 (executable)
index ee75fb8..0000000
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2013 Samsung Electronics Co., Ltd.
-
-Licensed under the Apache License, Version 2.0 (the License);
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
-    http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-
-
-Authors:
-        Piotr Szydelko <p.szydelko@samsung.com>
-        JungHyuk, Park <junghyuk.park@samsung.com>
-
--->
-<html>
-<head>
-<title>AppControl_browse_webpage</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-<script src="support/appcontrol_common.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: AppControl_browse_webpage
-//==== LABEL Check if application for browsing webpage is available (file, http and https)
-//==== PRIORITY P1
-//==== SPEC Tizen Web API:Application:Application:ApplicationManager:findAppControl M
-//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
-//==== TEST_CRITERIA MR
-
-var t = async_test(document.title), appcontrol1, appcontrol2;
-
-t.step(function () {
-    // Use case: Browse a web page
-
-    // operation: http://tizen.org/appcontrol/operation/view
-    // uri: http
-    appcontrol1 = new tizen.ApplicationControl(
-        "http://tizen.org/appcontrol/operation/view",
-        TEST_URL_HTTP);
-
-    // operation: http://tizen.org/appcontrol/operation/view
-    // uri: https
-    appcontrol2 = new tizen.ApplicationControl(
-        "http://tizen.org/appcontrol/operation/view",
-        TEST_URL_HTTPS);
-
-    checkAppControls(t, [appcontrol1, appcontrol2]);
-});
-
-</script>
-</body>
-</html>
index c1e11be192d7ce9b35ae56982d8fb1103f3e9903..d79614c57d138a4804c3a824465f361212353f9e 100755 (executable)
@@ -3,18 +3,6 @@
 <test_definition>
   <suite category="Tizen Web Device APIs" extension="crosswalk" name="tct-appcontrol-tizen-tests">
     <set name="AppControl" type="js">
-      <testcase purpose="Check if application for browsing webpage is available (file, http and https)" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="AppControl_browse_webpage">
-        <description>
-          <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="ApplicationManager" element_type="method" element_name="findAppControl" specification="Application" section="Application" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check if application for playing a sound is available (aac, amr, mid, mp3, wac)" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="AppControl_play_sound">
         <description>
           <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html</test_script_entry>
index 40364eb7b11cec2deffa571524d4b1710b3abacf..83797d69196b5e1651b9047d0f8a6f56670d616e 100755 (executable)
@@ -4,13 +4,9 @@
   <suite category="Tizen Web Device APIs" extension="crosswalk" name="tct-appcontrol-tizen-tests">
     <set name="AppControl_mobile" type="js">
     <capabilities>
-        <capability name="http://tizen.org/feature/profile"><value>MOBILE_FULL</value></capability>
+        <capability name="http://tizen.org/feature/profile"><value>MOBILE</value></capability>
       </capabilities>
-      <testcase purpose="Check if application for browsing webpage is available (file, http and https)" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="AppControl_browse_webpage">
-        <description>
-          <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_browse_webpage.html</test_script_entry>
-        </description>
-      </testcase>
+      
       <testcase purpose="Check if application for playing a sound is available (aac, amr, mid, mp3, wac)" component="TizenAPI/Application/Application" execution_type="auto" priority="P1" id="AppControl_play_sound">
         <description>
           <test_script_entry>/opt/tct-appcontrol-tizen-tests/appcontrol/AppControl_play_sound.html</test_script_entry>