From: SukHyung, Kang Date: Mon, 15 Feb 2021 00:36:13 +0000 (+0900) Subject: [MediaKey][Non-ACR] Add comment in case that remote controller is not supported X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5adbbc41eb6ccaf293f3b97643804b7af4ecabfa;p=test%2Ftct%2Fcsharp%2Fapi.git [MediaKey][Non-ACR] Add comment in case that remote controller is not supported Change-Id: Icf182d65e7fc5d06a042d7c593b9b5f24f7a8353 Signed-off-by: SukHyung, Kang --- diff --git a/tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKey.cs b/tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKey.cs index 7fd72d8..02f3f72 100644 --- a/tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKey.cs +++ b/tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKey.cs @@ -42,7 +42,7 @@ namespace Tizen.System.Tests [Property("AUTHOR", "Inkyun Kil, inkyun.kil@samsung.com")] [Precondition(1, "[Mobile] Plug in the headset")] [Precondition(2, "[Wearable] Connect bluetooth headset")] - [Precondition(3, "[TV] Prepare a remote controller")] + [Precondition(3, "[TV] Prepare a remote controller. If the remote controller is not supported, please mark as PASS")] [Precondition(4, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(5, "Enter command \"sdb dlog | grep TCT\" to terminal")] [Step(1, "[Emulator] In the emualtor, generating the media key event is not supported. So, you cannot test this TC. Please mark as PASS.")] diff --git a/tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKeyEventArgs.cs b/tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKeyEventArgs.cs index acb6e08..e703d2b 100644 --- a/tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKeyEventArgs.cs +++ b/tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKeyEventArgs.cs @@ -52,7 +52,7 @@ namespace Tizen.System.Tests [Property("AUTHOR", "Inkyun Kil, inkyun.kil@samsung.com")] [Precondition(1, "[Mobile] Plug in the headset")] [Precondition(2, "[Wearable] Connect bluetooth headset")] - [Precondition(3, "[TV] Prepare a remote controller")] + [Precondition(3, "[TV] Prepare a remote controller. If the remote controller is not supported, please mark as PASS")] [Precondition(4, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(5, "Enter command \"sdb dlog | grep TCT\" to terminal")] [Step(1, "[Emulator] In the emualtor, generating the media key event is not supported. So, you cannot test this TC. Please mark as PASS.")] @@ -88,7 +88,7 @@ namespace Tizen.System.Tests [Property("AUTHOR", "Inkyun Kil, inkyun.kil@samsung.com")] [Precondition(1, "[Mobile] Plug in the headset")] [Precondition(2, "[Wearable] Connect bluetooth headset")] - [Precondition(3, "[TV] Prepare a remote controller")] + [Precondition(3, "[TV] Prepare a remote controller. If the remote controller is not supported, please mark as PASS")] [Precondition(4, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(5, "Enter command \"sdb dlog | grep TCT\" to terminal")] [Step(1, "[Emulator] In the emualtor, generating the media key event is not supported. So, you cannot test this TC. Please mark as PASS.")]