[capability][DPTTIZEN-2839, fix tc block issue] 25/145125/2
authoryuanzhongyuan <zy123.yuan@samsung.com>
Mon, 21 Aug 2017 10:07:40 +0000 (18:07 +0800)
committerzhongyuan yuan <zy123.yuan@samsung.com>
Mon, 21 Aug 2017 10:14:31 +0000 (10:14 +0000)
Change-Id: I91fcfe5dd7cafb82768e1189631f2cec06b8bf9c

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;