From: yuanzhongyuan Date: Tue, 27 Jun 2017 02:05:46 +0000 (+0800) Subject: [wearable][capability][fix 2 tc issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a355b3f6989c07d0b3656579a60a4edbf4dc62cb;p=test%2Ftct%2Fweb%2Fapi.git [wearable][capability][fix 2 tc issue] Change-Id: Ibff1410535d38546238b7082ac76b66ea536cf94 --- diff --git a/wearable/tct-capability-tests/capability/unsupported_sensor_magnetometer.html b/wearable/tct-capability-tests/capability/unsupported_sensor_magnetometer.html index fc93b54ea..ca9388972 100755 --- a/wearable/tct-capability-tests/capability/unsupported_sensor_magnetometer.html +++ b/wearable/tct-capability-tests/capability/unsupported_sensor_magnetometer.html @@ -41,7 +41,7 @@ Authors: assert_throws({ name: "NotSupportedError" }, function () { - tizen.sensorservice.getDefaultSensor("PRESSURE"); + tizen.sensorservice.getDefaultSensor("MAGNETIC"); }); } } diff --git a/wearable/tct-capability-tests/capability/unsupported_sensor_ultraviolet.html b/wearable/tct-capability-tests/capability/unsupported_sensor_ultraviolet.html index 653a359c8..3396a19da 100755 --- a/wearable/tct-capability-tests/capability/unsupported_sensor_ultraviolet.html +++ b/wearable/tct-capability-tests/capability/unsupported_sensor_ultraviolet.html @@ -41,7 +41,7 @@ Authors: assert_throws({ name: "NotSupportedError" }, function () { - tizen.sensorservice.getDefaultSensor("PRESSURE"); + tizen.sensorservice.getDefaultSensor("ULTRAVIOLET"); }); } }