From 96db10efd72b4a29be11a3714ee6ee872d3c3eb8 Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 29 Mar 2018 16:38:25 +0900 Subject: [PATCH] [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 --- tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.7.4