[common][tct-sensor-tizen-tests][TNEXT-3184 TNEXT-3192 DPTTIZEN-2929 Modify TC due... 54/150354/2
authorxy.qian <xy.qian@samsung.com>
Fri, 15 Sep 2017 08:09:55 +0000 (16:09 +0800)
committerqian <xy.qian@samsung.com>
Fri, 15 Sep 2017 08:26:45 +0000 (08:26 +0000)
Change-Id: I03296b9676221d93de6400c8f5a9d1ba981fe91c
Signed-off-by: xy.qian <xy.qian@samsung.com>
common/tct-sensor-tizen-tests/sensor/Sensor_sensorType_attribute.html

index 5072c67bbaa8ce2b292cd8b314c2cac637d452e9..606768715d6d5a4d0a60a213d1c04ecaffd51da2 100755 (executable)
@@ -46,9 +46,9 @@ test(function () {
     availableSensor = tizen.sensorservice.getDefaultSensor(availableSensorTypes[0]);
 
     check_readonly(availableSensor, "sensorType", availableSensor.sensorType, "string", null);
-    assert_in_array(availableSensor.sensorType, ["LIGHT", "MAGNETIC", "PRESSURE", "PROXIMITY", "ULTRAVIOLET", "HRM_RAW", "GRAVITY", "GYROSCOPE", "GYROSCOPE_ROTATION_VECTOR"], "Incorrect value of type");
+    assert_in_array(availableSensor.sensorType, ["LIGHT", "MAGNETIC", "PRESSURE", "PROXIMITY", "ULTRAVIOLET", "HRM_RAW", "GRAVITY", "GYROSCOPE", "GYROSCOPE_ROTATION_VECTOR","LINEAR_ACCELERATION", "MAGNETIC_UNCALIBRATED", "GYROSCOPE_UNCALIBRATED", "ACCELERATION"], "Incorrect value of type");
 }, document.title);
 
 </script>
 </body>
-</html>
\ No newline at end of file
+</html>