the protocol is correct or not. This test case checks callback results only.
It should be recovered after Upstream adds handling of protocols. */
//Eina_Bool ret = ecore_file_download(URL_BAD, DST, completion_cb, progress_cb, NULL, NULL);
- ecore_file_download(URL_BAD, DST, completion_cb, progress_cb, NULL, NULL);
+ Eina_Bool ret = ecore_file_download(URL_BAD, DST, completion_cb, progress_cb, NULL, NULL);
if (call_check == 200)
{
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed..(%d), (%d)", __FILE__, __LINE__, ret, call_check);