Change-Id: I6ffb0e14fedd00ca6a50f0f284dae1a7bab1c2d8
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";