From: Seonah Moon Date: Mon, 21 May 2018 01:41:02 +0000 (+0900) Subject: [Tizen.Download.Manual][Non-ACR][Change the destination path] X-Git-Tag: public_m1_final~20^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73c4b06f82bae4e710e94f033800443afd038972;p=test%2Ftct%2Fcsharp%2Fapi.git [Tizen.Download.Manual][Non-ACR][Change the destination path] Change-Id: Icc125995da8eb6e43f081592d12625e2f0ab7027 Signed-off-by: Seonah Moon --- diff --git a/tct-suite-vs/Tizen.Download.Manual.Tests/testcase/TSRequest.cs b/tct-suite-vs/Tizen.Download.Manual.Tests/testcase/TSRequest.cs index cd3f11b..45aac2f 100755 --- a/tct-suite-vs/Tizen.Download.Manual.Tests/testcase/TSRequest.cs +++ b/tct-suite-vs/Tizen.Download.Manual.Tests/testcase/TSRequest.cs @@ -41,7 +41,7 @@ namespace Tizen.Content.Download.Tests { Tizen.Log.Info(Globals.LogTag, "Init() - Precondition"); url = "http://static.campaign.naver.com/0/hangeul/2011/img/img_family.gif"; - destinationPath = "/opt/usr/home/owner/share/"; + destinationPath = "/opt/usr/home/owner/media/Downloads/"; bFlag = false; } @@ -106,7 +106,7 @@ namespace Tizen.Content.Download.Tests [Precondition(1, "Connect to Wifi or DataNetwork")] [Precondition(2, "Delete the file \"img_family.gif\" if it is already exist in the \"/opt/usr/home/owner/share\" directory in your device.")] [Step(1, "Click run TC")] - [Step(2, "After 5 seconds, check the \"/opt/usr/home/owner/share\" path in your device.")] + [Step(2, "After 5 seconds, check the \"/opt/usr/home/owner/media/Downloads\" path in your device.")] [Step(3, "If \"img_family.gif\" file is exist, then click on Pass else Fail")] public static async Task DestinationPath_READ_WRITE() {