From: xy.qian Date: Sat, 6 Jan 2018 05:50:56 +0000 (+0800) Subject: [common][tct-sensor-tizen-tests][DPTTIZEN-2976 Modify TC] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f67b5fb55ebf1c199f96e5967563664b45f4095d;p=test%2Ftct%2Fweb%2Fapi.git [common][tct-sensor-tizen-tests][DPTTIZEN-2976 Modify TC] Change-Id: I4e7b948fde4ca1bf81cf825f182a99e6df2dba84 Signed-off-by: xy.qian --- diff --git a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_resolution_attribute.html b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_resolution_attribute.html index 4b480ec58..37b673778 100755 --- a/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_resolution_attribute.html +++ b/common/tct-sensor-tizen-tests/sensor/SensorHardwareInfo_resolution_attribute.html @@ -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 () { - \ No newline at end of file +