[UTC][url-download][Non-ACR][Change the test url] 26/247726/1
authorSeonah Moon <seonah1.moon@samsung.com>
Mon, 2 Nov 2020 05:53:51 +0000 (14:53 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Mon, 16 Nov 2020 02:23:20 +0000 (11:23 +0900)
The url(http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png)
is removed from the server.

Change-Id: I578f246b842a073ff92f33d834f93e4d9669db37

12 files changed:
src/utc/url-download/utc-download-cancel.c
src/utc/url-download/utc-download-common.h
src/utc/url-download/utc-download-get-content-name.c
src/utc/url-download/utc-download-get-content-size.c
src/utc/url-download/utc-download-get-downloaded-file-path.c
src/utc/url-download/utc-download-get-etag.c
src/utc/url-download/utc-download-get-http-status.c
src/utc/url-download/utc-download-get-mime-type.c
src/utc/url-download/utc-download-get-temp-path.c
src/utc/url-download/utc-download-pause.c
src/utc/url-download/utc-download-set-temp-file-path.c
src/utc/url-download/utc-download-start.c

index 70aeff252068ffd12bc5210215e19cdc1ddacc86..1de91e24dd8725feec1b04125f83f6687dc1b7e1 100755 (executable)
@@ -22,8 +22,6 @@
 
 //& set: utc-download-cancel
 
-#define TEST_URL "http://download.tizen.org/tct/2.2.1/Manual/Native_TBT_2.2.1_User_Guide_v1.0.pdf"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index 1fcf1cd4939a11128a23fc64d4fdb6e09f353509..e2b28703d98e5bf8839ad302c5c8d49892041b35 100755 (executable)
@@ -29,6 +29,8 @@
 #define WIFI_DIRECT_FEATURE "tizen.org/feature/network.wifi.direct"
 #define API_NAMESPACE       "URL_DOWNLOAD_UTC"
 
+#define TEST_URL "http://download.tizen.org/tct/2.2.1/Manual/Native_TBT_2.2.1_User_Guide_v1.0.pdf"
+
 typedef enum {
        DOWNLOAD_SUPPORTED_FEATURE_DOWNLOAD = 0,
        DOWNLOAD_SUPPORTED_FEATURE_TELEPHONY,
index 2eacc9b80de057e39eb8a758108e95b2f99426f3..7ad98f2f89c6ba0538d82c30468d8d4c1556b8aa 100755 (executable)
@@ -21,8 +21,6 @@
 
 //& set: utc-download-get-content-name
 
-#define TEST_URL "http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index e45129de817e639f6fc7794c7a5222df841b6b74..37400ef3d346729ea00f944f2ed21f84449edb25 100755 (executable)
@@ -21,8 +21,6 @@
 
 //& set: utc-download-get-content-size
 
-#define TEST_URL "http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId;
 
index c942b998ee7c8058627a72f5f3794ea8a6874688..b0e5d9311e5d4c180ad2e73feb6402f0f55c57ee 100755 (executable)
@@ -21,8 +21,6 @@
 
 //& set: utc-download-get-downloaded-file-path
 
-#define TEST_URL "http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index 073843b9aebcf83788162d9ea9050dbc6191cc12..159524890496b6688b61383728046510d0da05ba 100755 (executable)
@@ -21,8 +21,6 @@
 
 //& set: utc-download-get-etag
 
-#define TEST_URL "http://download.tizen.org/tct/2.2.1/Manual/Native_TBT_2.2.1_User_Guide_v1.0.pdf"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index 789ba12a646c5c2ac7f202d12445892f8c2f3598..f69130a6516fd61051ae82c35cc5ff6f7840bd48 100755 (executable)
@@ -21,8 +21,6 @@
 
 //& set: utc-download-get-http-status
 
-#define TEST_URL "http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index 23036a580649ecea0c98dec5f747fecde312f4ea..cf9ac3ffcd1ce06ee14dc7800763ca2b28b3c3bd 100755 (executable)
@@ -21,8 +21,6 @@
 
 //& set: utc-download-get-mime-type
 
-#define TEST_URL "http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index 08ccd9abc9eb46fb1e7194ad5bb812880c83e240..fbef9595461b13674feca3f8f5fc49d5c9a41dc1 100755 (executable)
@@ -21,8 +21,6 @@
 
 //& set: utc-download-get-temp-path
 
-#define TEST_URL "http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index b4cf801f9780e8fb3b843cf88e8277599db7760f..ec1f027d71b9396c65784337646199294a050fc7 100755 (executable)
@@ -22,8 +22,6 @@
 
 //& set: utc-download-pause
 
-#define TEST_URL "http://download.tizen.org/tct/2.3/2.3_r1/NATIVE_TCT/Tizen2.3_TBT_User_Guide.pdf"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index c4a5a14145e7111ffa0e9f908e3f2c3e6c69895f..b16f8783f5c43289b9cfb0256279321c56149e03 100755 (executable)
@@ -27,8 +27,6 @@
 
 //& set: utc-download-set-temp-file-path
 
-#define TEST_URL "http://download.tizen.org/tct/2.2.1/Manual/Native_TBT_2.2.1_User_Guide_v1.0.pdf"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;
 
index 0bb0d7349462057750dbc3f4d96e5adf05b3d229..b84f0da3bb02f59e5d1162ecbb05f7632f0c4c74 100755 (executable)
@@ -21,8 +21,6 @@
 
 //& set: utc-download-start
 
-#define TEST_URL "http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png"
-
 static GMainLoop* gloop = NULL;
 static guint gTimeoutId = -1;