[Tizen.Download.Manual][Non-ACR][Change the destination path] 46/179646/1
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 21 May 2018 01:41:02 +0000 (10:41 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 21 May 2018 01:41:09 +0000 (10:41 +0900)
Change-Id: Icc125995da8eb6e43f081592d12625e2f0ab7027
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
tct-suite-vs/Tizen.Download.Manual.Tests/testcase/TSRequest.cs

index cd3f11b..45aac2f 100755 (executable)
@@ -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()
         {