[common][appcontrol][Reference application(Browser) is removed so we can't test this... 48/245548/1
authorqunfang.lin <qunfang.lin@samsung.com>
Mon, 12 Oct 2020 06:53:15 +0000 (14:53 +0800)
committerqunfang.lin <qunfang.lin@samsung.com>
Mon, 12 Oct 2020 06:54:35 +0000 (14:54 +0800)
Change-Id: I4f21383783f69f7fa75134d260339371ee2d00d4
Signed-off-by: qunfang.lin <qunfang.lin@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 99e7b376d262decd3b97012eb28aeeef94894690..c4ded527f4f21a1982e3279fbe68d6db75a5d386 100755 (executable)
@@ -6,11 +6,6 @@
     <capabilities>
         <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>