On Wed, Aug 4, 2010 at 11:25 PM, Enlightenment SVN <[email protected]> wrote: > Log: > Add missing ecore_{init,shutdown} to bell test > > > Author: lucas > Date: 2010-08-04 19:25:50 -0700 (Wed, 04 Aug 2010) > New Revision: 50829 > > Modified: > trunk/ecore/src/tests/ecore_test_ecore.c > > Modified: trunk/ecore/src/tests/ecore_test_ecore.c > =================================================================== > --- trunk/ecore/src/tests/ecore_test_ecore.c 2010-08-05 00:50:43 UTC (rev > 50828) > +++ trunk/ecore/src/tests/ecore_test_ecore.c 2010-08-05 02:25:50 UTC (rev > 50829) > @@ -346,6 +346,7 @@ > START_TEST(ecore_test_ecore_x_bell) > { > int ret = 0, i; > + ecore_init(); > ecore_x_init(NULL); > > printf("You should hear 3 beeps now.\n"); > @@ -357,6 +358,7 @@ > sleep(1); > } > ecore_x_shutdown(); > + ecore_shutdown();
this is wrong as you're not using any of ecore directly, just ecore_x. Probably ecore_x is missing ecore_init()/shutdown() -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
