From: Seonah Moon Date: Fri, 4 May 2018 08:16:05 +0000 (+0900) Subject: [Download][NON-ACR][Change the directory path for the temporary file] X-Git-Tag: public_m1_final~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc094698f999d9739ab59a6d282f720fa26fcb56;p=test%2Ftct%2Fcsharp%2Fapi.git [Download][NON-ACR][Change the directory path for the temporary file] Change-Id: I7bd6c9a75cc628a02ec4e3edce3069ad6d5801f8 --- 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"); }