From dc094698f999d9739ab59a6d282f720fa26fcb56 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Fri, 4 May 2018 17:16:05 +0900 Subject: [PATCH] [Download][NON-ACR][Change the directory path for the temporary file] Change-Id: I7bd6c9a75cc628a02ec4e3edce3069ad6d5801f8 --- tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs b/tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs index 4be0ff7..65c63b7 100755 --- a/tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs +++ b/tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs @@ -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"); } -- 2.7.4