tests: actually run the main loop properly to be able to enter in idle state.
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 16 Jan 2015 13:29:23 +0000 (14:29 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Fri, 16 Jan 2015 13:31:57 +0000 (14:31 +0100)
commitf176c1589ccfc518858978a7f08735db7911b130
tree1f3c6b692a856122d7325c8c1fbb0ebc977e2c20
parent8a4d75e8798bc2fdda4899b2722fe0f5b5cf30cb
tests: actually run the main loop properly to be able to enter in idle state.

Note that the iterate function will never trigger the idler that are registered
in Ecore. That's by definition. I changed the code to actually use the full
main loop and trigger the change detection on idle enterer. That should be enough
for Elementary as all idler should logically affect the visual aspect of something
at some point and exit idle.

Thanks marcel-hollerbach@t-online.de for helping me debug this issue.
src/tests/elm_test_helper.c