[common][systeminfo][delete 1 TC] 25/130425/1
authormengli.zhang <mengli.zhang@samsung.com>
Mon, 22 May 2017 20:49:13 +0000 (16:49 -0400)
committermengli.zhang <mengli.zhang@samsung.com>
Mon, 22 May 2017 20:49:25 +0000 (16:49 -0400)
Change-Id: I91b758d772c69c484fb79aeca5a08c41dad30757
Signed-off-by: mengli.zhang <mengli.zhang@samsung.com>
common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html [deleted file]
common/tct-systeminfo-tizen-tests/tests.full.xml
common/tct-systeminfo-tizen-tests/tests.xml

diff --git a/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html b/common/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html
deleted file mode 100755 (executable)
index 541ae1b..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-<!DOCTYPE html>
-<!--
-Copyright (c) 2014 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.
-
-Author:
-        Ran Wang <ran22.wang@samsung.com>
-
--->
-<html>
-<head>
-<title>SystemInfo_getCapability_calendar</title>
-<meta charset="utf-8"/>
-<script src="support/unitcommon.js"></script>
-<script src="support/systeminfo_common.js"></script>
-</head>
-<body>
-<div id="log"></div>
-<script>
-//==== TEST: SystemInfo_getCapability_calendar
-//==== LABEL Check if getCapability() method of SystemInfo with calendar attribute works properly
-//==== SPEC Tizen Web API:System:SystemInfo:getCapability M
-//==== SPEC_URL https://developer.tizen.org/dev-guide/2.2.0/org.tizen.web.appprogramming/html/guide/sys_guide/systeminfo.htm
-//==== PRIORITY P1
-//==== TEST_CRITERIA MR
-
-test(function () {
-    var deviceCapability = tizen.systeminfo.getCapability("http://tizen.org/feature/calendar");
-    assert_type(deviceCapability, "boolean", "deviceCapability should be a boolean");
-}, document.title);
-
-</script>
-</body>
-</html>
\ No newline at end of file
index 43750f2b21fe0f5f5c99f2c869898e0b2352ee88..1ac88f9e61cee31f5b629714eeb93f33dd955a4c 100755 (executable)
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check calendar of SystemInfoDeviceCapability has type Boolean." type="compliance" status="approved" component="TizenAPI/System/SystemInfo" execution_type="auto" priority="P1" id="SystemInfo_getCapability_calendar">
-        <description>
-          <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="SystemInfoDeviceCapability" usage="true" specification="SystemInfo" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systeminfo.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check contact of SystemInfoDeviceCapability has type Boolean." type="compliance" status="approved" component="TizenAPI/System/SystemInfo" execution_type="auto" priority="P1" id="SystemInfo_getCapability_contact">
         <description>
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_contact.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check calendar of SystemInfoDeviceCapability has type Boolean." type="compliance" status="approved" component="TizenAPI/System/SystemInfo" execution_type="auto" priority="P1" id="SystemInfo_getCapability_calendar">
-        <description>
-          <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="SystemInfoDeviceCapability" usage="true" specification="SystemInfo" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systeminfo.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check contact of SystemInfoDeviceCapability has type Boolean." type="compliance" status="approved" component="TizenAPI/System/SystemInfo" execution_type="auto" priority="P1" id="SystemInfo_getCapability_contact">
         <description>
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_contact.html</test_script_entry>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check calendar of SystemInfoDeviceCapability has type Boolean." type="compliance" status="approved" component="TizenAPI/System/SystemInfo" execution_type="auto" priority="P1" id="SystemInfo_getCapability_calendar">
-        <description>
-          <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html</test_script_entry>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="SystemInfoDeviceCapability" usage="true" specification="SystemInfo" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systeminfo.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
       <testcase purpose="Check contact of SystemInfoDeviceCapability has type Boolean." type="compliance" status="approved" component="TizenAPI/System/SystemInfo" execution_type="auto" priority="P1" id="SystemInfo_getCapability_contact">
         <description>
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_contact.html</test_script_entry>
index 9d05a33eb4ba3e4c31cab2c9c2739fd0cbc71418..436e38f4de38190152b6231a183ef4e9928c1d75 100755 (executable)
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_bookmark.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="TizenAPI/System/SystemInfo" execution_type="auto" id="SystemInfo_getCapability_calendar" priority="P1" purpose="Check calendar of SystemInfoDeviceCapability has type Boolean.">
-        <description>
-          <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="TizenAPI/System/SystemInfo" execution_type="auto" id="SystemInfo_getCapability_contact" priority="P1" purpose="Check contact of SystemInfoDeviceCapability has type Boolean.">
         <description>
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_contact.html</test_script_entry>
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_bookmark.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="TizenAPI/System/SystemInfo" execution_type="auto" id="SystemInfo_getCapability_calendar" priority="P1" purpose="Check calendar of SystemInfoDeviceCapability has type Boolean.">
-        <description>
-          <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="TizenAPI/System/SystemInfo" execution_type="auto" id="SystemInfo_getCapability_contact" priority="P1" purpose="Check contact of SystemInfoDeviceCapability has type Boolean.">
         <description>
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_contact.html</test_script_entry>
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_bookmark.html</test_script_entry>
         </description>
       </testcase>
-      <testcase component="TizenAPI/System/SystemInfo" execution_type="auto" id="SystemInfo_getCapability_calendar" priority="P1" purpose="Check calendar of SystemInfoDeviceCapability has type Boolean.">
-        <description>
-          <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_calendar.html</test_script_entry>
-        </description>
-      </testcase>
       <testcase component="TizenAPI/System/SystemInfo" execution_type="auto" id="SystemInfo_getCapability_contact" priority="P1" purpose="Check contact of SystemInfoDeviceCapability has type Boolean.">
         <description>
           <test_script_entry>/opt/tct-systeminfo-tizen-tests/systeminfo/SystemInfo_getCapability_contact.html</test_script_entry>