From 5adbbc41eb6ccaf293f3b97643804b7af4ecabfa Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Mon, 15 Feb 2021 09:36:13 +0900 Subject: [PATCH] [MediaKey][Non-ACR] Add comment in case that remote controller is not supported Change-Id: Icf182d65e7fc5d06a042d7c593b9b5f24f7a8353 Signed-off-by: SukHyung, Kang --- tct-suite-vs/Tizen.MediaKey.Manual.Tests/testcase/TSMediaKey.cs | 2 +- .../Tizen.MediaKey.Manual.Tests/testcase/TSMediaKeyEventArgs.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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.")] -- 2.7.4