ecore_con: reinit ecore_con after complete shutdown so that suite ecore_con_shutdown doesn't complain.

Differential Revision: https://phab.enlightenment.org/D7399
This commit is contained in:
Cedric BAIL 2018-11-30 15:44:43 -08:00 committed by Christopher Michael
parent 6e9a045d7d
commit bcc59fd98f
1 changed files with 2 additions and 0 deletions

View File

@ -491,6 +491,8 @@ EFL_START_TEST(ecore_test_ecore_con_shutdown_bef_init)
ret = ecore_con_shutdown();
fail_if(ret != 0);
ecore_con_init();
}
EFL_END_TEST