[Device][Non-ACR][Change feature for led brightness] 70/260670/1
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 1 Jul 2021 01:43:14 +0000 (10:43 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 1 Jul 2021 01:47:13 +0000 (10:47 +0900)
Change-Id: If38227698ab786b79f8607e662c39efa979cd357
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSLedBrightnessChangedEventArgs.cs

index 29826db..70e812c 100755 (executable)
@@ -18,7 +18,7 @@ namespace Tizen.System.Tests
             LogUtils.Write(LogUtils.DEBUG, LogUtils.TAG, "Preconditions for each TEST");
             bool ret_value;
             bool value;
-            ret_value = Tizen.System.Information.TryGetValue<bool>("http://tizen.org/feature/led", out value);
+            ret_value = Tizen.System.Information.TryGetValue<bool>("http://tizen.org/feature/camera.back.flash", out value);
             if (ret_value == true && value == true)
             {
                 isSupport = 1;