[Download][NON-ACR][Change the url for pause test] 36/174236/1
authorSeonah Moon <seonah1.moon@samsung.com>
Thu, 29 Mar 2018 07:38:25 +0000 (16:38 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Thu, 29 Mar 2018 07:39:31 +0000 (16:39 +0900)
In proxy environment, the url is redirected to wrong server.
(www.sample-videos.com)

Change-Id: Ie692237a178c27b1777bf9e5fa90549c5ed43091
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
tct-suite-vs/Tizen.Download.Tests/testcase/TSRequest.cs

index dc2a4e4..4be0ff7 100755 (executable)
@@ -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";