[wearable][capability][fix 2 tc issue] 25/135825/1
authoryuanzhongyuan <zy123.yuan@samsung.com>
Tue, 27 Jun 2017 02:04:07 +0000 (10:04 +0800)
committeryuanzhongyuan <zy123.yuan@samsung.com>
Tue, 27 Jun 2017 02:04:07 +0000 (10:04 +0800)
Change-Id: If79280a9fb85e4963135d146da50071e364db26f

wearable/tct-capability-tests/capability/unsupported_sensor_magnetometer.html
wearable/tct-capability-tests/capability/unsupported_sensor_ultraviolet.html

index fc93b54ead5ccb8760e34caf3f24419714dcc9fd..ca9388972f6053891a15c6ecf4bead8f268e2444 100755 (executable)
@@ -41,7 +41,7 @@ Authors:
                         assert_throws({
                             name: "NotSupportedError"
                         }, function () {
-                            tizen.sensorservice.getDefaultSensor("PRESSURE");
+                            tizen.sensorservice.getDefaultSensor("MAGNETIC");
                         });
                     }
                 }
index 653a359c81d6de4f42f2a6398000eb0d8abc11ad..3396a19da1e0751bc3d440bf06de50fed5037976 100755 (executable)
@@ -41,7 +41,7 @@ Authors:
                         assert_throws({
                             name: "NotSupportedError"
                         }, function () {
-                            tizen.sensorservice.getDefaultSensor("PRESSURE");
+                            tizen.sensorservice.getDefaultSensor("ULTRAVIOLET");
                         });
                     }
                 }