[Tizen.WebView][Non-ACR] Change test URL for download test 18/260118/1
authoryh106.jung <yh106.jung@samsung.com>
Mon, 21 Jun 2021 01:21:33 +0000 (10:21 +0900)
committeryh106.jung <yh106.jung@samsung.com>
Mon, 21 Jun 2021 01:28:08 +0000 (10:28 +0900)
This patch changes test URL for download test due to deletion of
previous content.

Change-Id: I203b6e350e1f4af764a44444cdc11ca2943d2db8
Signed-off-by: yh106.jung <yh106.jung@samsung.com>
tct-suite-vs/Tizen.WebView.Tests/testcase/support/WebViewCommon.cs

index 1ab8734..6e7acde 100755 (executable)
@@ -33,7 +33,7 @@ namespace Tizen.WebView.Tests
 
         public const string TestUrl = "https://www.tizen.org/";
         public const string TestUrlForError = "http://page_that_does_not_exist/";
-        public const string TestUrlForDownload = "http://download.tizen.org/sdk/samples/online/Native/MN_account-sample/MN_account-sample.zip";
+        public const string TestUrlForDownload = "http://download.tizen.org/sdk/samples/online/Native/MN_app-common/MN_app-common.zip";
         public const string TestUserAgent = "Mozilla/5.0 (Unknown; Linux armv7l) AppleWebKit/538.1 (KHTML, like Gecko) Version/5.0 Safari/538.1";
         public const string TestHtml = "<html><body onload='document.title=document.URL'></body></html>";
         public const string TestScript = "document.getElementById('getParaContent').innerHTML";