[Download][NON-ACR][Change the directory path for the temporary file] 01/177901/1
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 4 May 2018 08:16:05 +0000 (17:16 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 4 May 2018 08:16:10 +0000 (17:16 +0900)
Change-Id: I7bd6c9a75cc628a02ec4e3edce3069ad6d5801f8

tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs

index 4be0ff7..65c63b7 100755 (executable)
@@ -1115,10 +1115,9 @@ namespace Tizen.Content.Download.Tests
             /* TEST CODE */
             try
             {
-                string tempFilePath = "/opt/usr";
                 req = new Tizen.Content.Download.Request(url);
                 Assert.IsNotNull(req, "Request object should not be null after initializing");
-                req.SetTemporaryFilePath(tempFilePath);
+                req.SetTemporaryFilePath(destinationPath);
                 req.Dispose();
                 Tizen.Log.Info("Tizen.Content.Download", "TC Completed");
             }