From: xy.qian Date: Sat, 6 Jan 2018 05:47:45 +0000 (+0800) Subject: [common][tct-sensor-tizen-tests][DPTTIZEN-2976 Modify TC] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9caff41a545d2838ccb6b52ce0573b2c65aa0fca;p=test%2Ftct%2Fweb%2Fapi.git [common][tct-sensor-tizen-tests][DPTTIZEN-2976 Modify TC] Change-Id: If4d2b49546585fd82f5b5229711ae5897fbcffee 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 +