ecore_con: reinit ecore_con after complete shutdown so that suite ecore_con_shutdown...
authorCedric BAIL <cedric@osg.samsung.com>
Fri, 30 Nov 2018 23:44:43 +0000 (15:44 -0800)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 18 Dec 2018 04:15:18 +0000 (13:15 +0900)
Differential Revision: https://phab.enlightenment.org/D7399

src/tests/ecore_con/ecore_con_test_ecore_con.c

index 81eb079b3b02f18dcdc41fe944ac5bac3f4a6745..a0e532be39c9a90cf0c3b6e4c1123b2cc920e8ea 100644 (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