[Tizen.Sensor][TCSACR-377] Change feature of AutoRotationSensor 72/244572/3
authorMuHong Byun <mh.byun@samsung.com>
Tue, 22 Sep 2020 04:08:59 +0000 (13:08 +0900)
committerMuHong Byun <mh.byun@samsung.com>
Wed, 7 Oct 2020 06:37:22 +0000 (15:37 +0900)
Change feature from "http://tizen.org/feature/sensor.accelerometer" to
"http://tizen.org/feature/screen.auto_rotation"

Change-Id: Ifa548b725950b982e8df78408cfce4a3bfa0d8c7
Signed-off-by: MuHong Byun <mh.byun@samsung.com>
tct-suite-vs/Tizen.Sensor.Manual.Tests/testcase/TSAutoRotationSensor.cs
tct-suite-vs/Tizen.Sensor.Manual.Tests/testcase/TSAutoRotationSensorDataUpdatedEventArgs.cs
tct-suite-vs/Tizen.Sensor.Tests/testcase/TSAutoRotationSensor.cs

index d46249c..a6f94b0 100755 (executable)
@@ -13,7 +13,7 @@ namespace Tizen.Sensor.Tests
         [OneTimeSetUp]
         public void Init()
         {
-            _support = TSSensorHelper.CheckCapability("http://tizen.org/feature/sensor.accelerometer");
+            _support = TSSensorHelper.CheckCapability("http://tizen.org/feature/screen.auto_rotation");
         }
 
         [Test]
index 9b62ce7..1a5d32b 100755 (executable)
@@ -13,7 +13,7 @@ namespace Tizen.Sensor.Tests
         [OneTimeSetUp]
         public void Init()
         {
-            _support = TSSensorHelper.CheckCapability("http://tizen.org/feature/sensor.accelerometer");
+            _support = TSSensorHelper.CheckCapability("http://tizen.org/feature/screen.auto_rotation");
         }
 
         [Test]
index 00fd864..f7092ee 100755 (executable)
@@ -8,7 +8,7 @@ namespace Tizen.Sensor.Tests
     [Description("Testing Tizen.Sensor.AutoRotationSensor class")]
     public class AutoRotationSensorTests
     {
-        private static string AutoRotationSensorKey = "http://tizen.org/feature/sensor.accelerometer";
+        private static string AutoRotationSensorKey = "http://tizen.org/feature/screen.auto_rotation";
         private static bool support = false;
 
         private static bool CheckCapability()