[common][tct-sensor-tizen-tests][DPTTIZEN-2976 Modify TC] 86/166086/1
authorxy.qian <xy.qian@samsung.com>
Sat, 6 Jan 2018 05:47:45 +0000 (13:47 +0800)
committerxy.qian <xy.qian@samsung.com>
Sat, 6 Jan 2018 05:47:45 +0000 (13:47 +0800)
Change-Id: If4d2b49546585fd82f5b5229711ae5897fbcffee
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>