[common][tct-sensor-tizen-tests][DPTTIZEN-2976 Modify TC] 87/166087/1
authorxy.qian <xy.qian@samsung.com>
Sat, 6 Jan 2018 05:50:56 +0000 (13:50 +0800)
committerxy.qian <xy.qian@samsung.com>
Sat, 6 Jan 2018 05:50:56 +0000 (13:50 +0800)
Change-Id: I4e7b948fde4ca1bf81cf825f182a99e6df2dba84
Signed-off-by: xy.qian <xy.qian@samsung.com>
common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_resolution_attribute.html

index 4b480ec580b525e765ed898bdfefe86ba96db936..37b6737783f55abdeda0ea8a01359e4485801883 100755 (executable)
@@ -48,7 +48,7 @@ t.step(function () {
     availableSensor = tizen.sensorservice.getDefaultSensor(availableSensorTypes[0]);
 
     onsuccessCB = t.step_func(function (hardwareInfo) {
-        check_readonly(hardwareInfo, "resolution", hardwareInfo.resolution, "number", 1);
+        check_readonly(hardwareInfo, "resolution", hardwareInfo.resolution, "number", hardwareInfo.resolution/2);
         t.done();
     });
 
@@ -61,4 +61,4 @@ t.step(function () {
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>