From: Seonah Moon Date: Thu, 29 Mar 2018 07:38:25 +0000 (+0900) Subject: [Download][NON-ACR][Change the url for pause test] X-Git-Tag: public_m1_final~94^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96db10efd72b4a29be11a3714ee6ee872d3c3eb8;p=test%2Ftct%2Fcsharp%2Fapi.git [Download][NON-ACR][Change the url for pause test] In proxy environment, the url is redirected to wrong server. (www.sample-videos.com) Change-Id: Ie692237a178c27b1777bf9e5fa90549c5ed43091 Signed-off-by: Seonah Moon --- diff --git a/tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs b/tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs index dc2a4e4..4be0ff7 100755 --- a/tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs +++ b/tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs @@ -49,7 +49,7 @@ namespace Tizen.Content.Download.Tests public static void Init() { LogUtils.Write(LogUtils.DEBUG, LogUtils.TAG , "Preconditions for each Test"); url = "http://static.campaign.naver.com/0/hangeul/2011/img/img_family.gif"; - url2 = "http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_5mb.mp4"; + url2 = "http://www.jschmidt-systemberatung.de/php-apps/RGraph/images/31120037-5mb.jpg"; emptyString = ""; destinationPath = "/tmp"; fileName = "TestCaseDownload";