Change-Id: Id4786b856fbfd4cf0a94e562ca0f8b99d5b41fc0
Signed-off-by: wei625.zhang <wei625.zhang@samsung.com>
assert_unreached("oncanceled should not be reached");
}),
oncompleted: t.step_func(function (id, fullPath) {
- expectedMimeType = "image/png";
+ expectedMimeType = "text/plain";
mimeType = tizen.download.getMIMEType(downloadId);
assert_equals(mimeType, expectedMimeType, "different MIMEType value from expected");
t.done();
var NOT_FOUND_ERR = 'NotFoundError';
var URL_LARGE = "http://download.tizen.org/tct/2.4/WEB_TCT/2.4_r1/web-tct_2.4_r1.zip";
-var URL_SMALL = "http://download.tizen.org/tct/tct-download-tizen-tests-image-lq.png";
+var URL_SMALL = "http://download.tizen.org/tools/README.txt";
var URL_BROKEN = "http://download.tizen.org/tct/not_existing_file";