ecore_main_loop_quit() in err_completion_cb() and call ecore_main_loop_begin() was wrong.
previously, when the do_quit flag has been set as 1 and after ecore_main_loop_begin() has been ignored.
So it works. but now the implement has been changed(check the begin, quit count.)
Change-Id: I25f9fc1d14786f4c6a86e94330ebe38e16cc824e
{
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed..status=%d", __FILE__, __LINE__, status);
}
- ecore_main_loop_quit();
}
static int
}
ecore_file_download_abort(job);
- ecore_main_loop_begin();
res = ecore_file_remove(dest_name);
if(res != EINA_TRUE)
{
ck_abort_msg("[TEST_FAIL]:: %s[%d] : Test has failed..", __FILE__, __LINE__);
}
ecore_file_download_abort_all();
- ecore_main_loop_begin();
res = ecore_file_remove(dest_name);
if(res != EINA_TRUE)
{