From 1e251cf7ece1f8f52a2d9b8ce501ae2704dbe431 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Mon, 2 Jul 2018 14:12:25 +0900 Subject: [PATCH] [Storage][Non-ACR][Modify manual TC description] Change-Id: I1c37550c40632158013b17a19497ecabbb89fbeb Signed-off-by: Hyotaek Shim --- tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs b/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs index 96ef84b..475931d 100644 --- a/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs +++ b/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs @@ -30,14 +30,16 @@ namespace Tizen.System.Tests [Test] [Category("P1")] [Description("Tests if we get callback for StorageStateChanged events")] - [Property("SPEC", "Tizen.System.Storage.StorageStateChanged A")] + [Property("SPEC", "Tizen.System.Storage.StorageStateChanged E")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Dinesh Dwivedi, dinesh.d@samsung.com")] - [Precondition(1, "Insert SD Card or USB.")] + [Precondition(1, "[Emulator] Attach the SD card. The menu is here in Control Panel > SD Card > Click \"Attach\".")] + [Precondition(2, "[Target(TM1, Artik, etc.)] Insert an SD card or USB memory stick.")] [Step(1, "Click run TC")] - [Step(2, "Remove SD card or USB")] - [Step(3, "If you don't get \"pass\", please press fail.")] + [Step(2, "[Emulator] Detach the SD card. The menu is here in Control Panel > SD Card > Click \"Detach\".")] + [Step(3, "[Target(TM1, Artik, etc.)] Remove the SD card or USB memory stick")] + [Step(4, "If you don't get \"pass\", please press fail.")] public static async Task StorageStateChanged_CHECK_SDCARD_EVENT() { string profile; @@ -53,7 +55,7 @@ namespace Tizen.System.Tests if (is_mobile) { - Assert.IsNotEmpty(storages, "SD Card is not inserted"); + Assert.IsNotEmpty(storages, "SD card is not inserted"); // TEST CODE bool unmountableStateAchieved = false; -- 2.7.4