[common][privilege][TFDF-12047, remove convergence api case] 45/246245/2
authorqunfang.lin <qunfang.lin@samsung.com>
Tue, 27 Oct 2020 08:09:41 +0000 (16:09 +0800)
committerQunfang Lin <qunfang.lin@samsung.com>
Tue, 27 Oct 2020 08:46:09 +0000 (08:46 +0000)
-delete 1 tc

Change-Id: I42a6896d4fc3401773f76e016c5c4d9b72990358
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
common/tct-privilege-tizen-tests/privilege/AppCommunicationService_start.html [deleted file]
common/tct-privilege-tizen-tests/tests.full.xml
common/tct-privilege-tizen-tests/tests.xml

diff --git a/common/tct-privilege-tizen-tests/privilege/AppCommunicationService_start.html b/common/tct-privilege-tizen-tests/privilege/AppCommunicationService_start.html
deleted file mode 100755 (executable)
index 789fb9f..0000000
+++ /dev/null
@@ -1,49 +0,0 @@
-<!DOCTYPE html>
-<!--
-
-Copyright (c) 2017 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:
-        Xiaoyan Qian <xy.qian@samsung.com>
-
--->
-<html>
-<head>
-<title>AppCommunicationService_start_check_privilege</title>
-<meta charset="utf-8">
-<script src="support/unitcommon.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: AppCommunicationService_start_check_privilege
-//==== LABEL Check if method AppCommunicationService::start() is forbidden without proper privilege
-//==== SPEC: Tizen Web API:Tizen Specification:Convergence:AppCommunicationService:start M
-//==== SPEC_URL TBD
-
-test(function () {
-    var service, channelInfo;
-    assert_throws({
-        name: "SecurityError"
-    }, function () {
-            channelInfo = new tizen.ConvergenceChannelInfo("PrivNegT00", "ChA");
-            service = new tizen.AppCommunicationServerService();
-            service.start(channelInfo, function () {});
-    });
-}, document.title);
-
-</script>
-</body>
-</html>
index 10f9f143bc8bd32ef8095a2b2822e0ab93bd3bac..8e7c353e30e9cc7eb3be912a7fc29f1951c473cd 100755 (executable)
         </specs>
       </testcase>
       </set>
-     <set name="Privilege_convergence" type="js">
-      <capabilities>
-        <capability name="http://tizen.org/feature/convergence.d2d"/>
-      </capabilities>
-      <testcase purpose="Check if method AppCommunicationService::start() is forbidden without proper privilege" type="compliance" status="approved" component="Tizen Device APIs/Tizen Specification/Convergence" execution_type="auto" priority="P2" id="AppCommunicationService_start_check_privilege">
-        <description>
-          <test_script_entry>/opt/tct-privilege-tizen-tests/privilege/AppCommunicationService_start.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="AppCommunicationService" element_type="method" element_name="start" specification="Convergence" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>TBD</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-     </set>
      <set name="Privilege_mobile" type="js">
       <capabilities>
         <capability name="http://tizen.org/feature/profile"><value>MOBILE_FULL</value></capability>
index a89ce10e9e8c88cb3015849f8f71f5bc4c48fbdc..979e8136863a74604f2fd349f857e8547028ca38 100755 (executable)
         </description>
       </testcase> -->
      </set>
-     <set name="Privilege_convergence" type="js">
-      <capabilities>
-        <capability name="http://tizen.org/feature/convergence.d2d"/>
-      </capabilities>
-      <testcase purpose="Check if method AppCommunicationService::start() is forbidden without proper privilege" component="Tizen Device APIs/Tizen Specification/Convergence" execution_type="auto" id="AppCommunicationService_start_check_privilege">
-        <description>
-          <test_script_entry>/opt/tct-privilege-tizen-tests/privilege/AppCommunicationService_start.html</test_script_entry>
-        </description>
-      </testcase>
-     </set>
      <set name="Privilege_mobile" type="js">
       <capabilities>
         <capability name="http://tizen.org/feature/profile"><value>MOBILE_FULL</value></capability>