[capability][DPTTIZEN-2839, fix tc block issue] 27/145127/2
authoryuanzhongyuan <zy123.yuan@samsung.com>
Mon, 21 Aug 2017 10:11:57 +0000 (18:11 +0800)
committerzhongyuan yuan <zy123.yuan@samsung.com>
Mon, 21 Aug 2017 10:14:58 +0000 (10:14 +0000)
Change-Id: I7c900e1a4f6e28d70fb8307cd947e6621636a87a

mobile/tct-capability-tests/capability/support/caps.js
tv/tct-capability-tests/capability/support/caps.js
wearable/tct-capability-tests/capability/support/caps.js

index 86ed3d2adee29160e0b82422fbefa90b99abfa98..8a102366123a77ed3662885eace7c58c6576653d 100755 (executable)
@@ -52,7 +52,7 @@ function is_caps_supported_by_system_info(cap) {
     try {
         deviceCapabilities = tizen.systeminfo.getCapability(cap);
     } catch(e) {
-        assert_false(true, "tizen.systeminfo.getCapability() threw exception " + e.message);
+        //assert_false(true, "tizen.systeminfo.getCapability() threw exception " + e.message);
         return deviceCapabilities;
     }
      // return supported;
index 86ed3d2adee29160e0b82422fbefa90b99abfa98..8a102366123a77ed3662885eace7c58c6576653d 100755 (executable)
@@ -52,7 +52,7 @@ function is_caps_supported_by_system_info(cap) {
     try {
         deviceCapabilities = tizen.systeminfo.getCapability(cap);
     } catch(e) {
-        assert_false(true, "tizen.systeminfo.getCapability() threw exception " + e.message);
+        //assert_false(true, "tizen.systeminfo.getCapability() threw exception " + e.message);
         return deviceCapabilities;
     }
      // return supported;
index 86ed3d2adee29160e0b82422fbefa90b99abfa98..8a102366123a77ed3662885eace7c58c6576653d 100755 (executable)
@@ -52,7 +52,7 @@ function is_caps_supported_by_system_info(cap) {
     try {
         deviceCapabilities = tizen.systeminfo.getCapability(cap);
     } catch(e) {
-        assert_false(true, "tizen.systeminfo.getCapability() threw exception " + e.message);
+        //assert_false(true, "tizen.systeminfo.getCapability() threw exception " + e.message);
         return deviceCapabilities;
     }
      // return supported;