ecore: Fix download test.
authorLauro Moura <lauromoura@expertisesolutions.com.br>
Tue, 30 Jul 2019 19:22:03 +0000 (15:22 -0400)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 5 Aug 2019 02:05:22 +0000 (11:05 +0900)
commit1f663ff6aa35e9cc3cc1dcbb2899eed10a2a2e15
treeacb299c2f5264a119c7292dcc14958c9a942f4c4
parent627eb17f1db5013b54f19312b86f09da988be01a
ecore: Fix download test.

Summary:
After ecore_main_loop_quit() changes, calling it from outside the main
loop does not make the next iteration of the main loop quit, causing the
original version of the test to deadlock.

Also update the function documentation about it.

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, felipealmeida, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9448
src/lib/ecore/Ecore_Common.h
src/tests/ecore/ecore_test_ecore_file.c