From: Mike Blumenkrantz Date: Tue, 22 Jan 2019 18:10:13 +0000 (-0500) Subject: tests/ecore: reenable ecore-audio play test X-Git-Tag: submit/tizen/20190128.112154~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d55ee90d0af02015f6c64f450e247020de3e26f9;p=platform%2Fupstream%2Fefl.git tests/ecore: reenable ecore-audio play test this seems to work now fix T4018 Reviewed-by: Stefan Schmidt Differential Revision: https://phab.enlightenment.org/D7723 --- diff --git a/src/tests/ecore/ecore_test_ecore_audio.c b/src/tests/ecore/ecore_test_ecore_audio.c index 0537014..c90d575 100644 --- a/src/tests/ecore/ecore_test_ecore_audio.c +++ b/src/tests/ecore/ecore_test_ecore_audio.c @@ -22,7 +22,7 @@ static void _looped_cb(void *data EINA_UNUSED, const Efl_Event *event) } #ifdef HAVE_PULSE -#if 0 + static void _failed_cb(void *data, const Efl_Event *event EINA_UNUSED) { Eina_Bool *pulse_context_failed = data; @@ -83,7 +83,6 @@ EFL_START_TEST(ecore_test_ecore_audio_obj_pulse) } EFL_END_TEST #endif -#endif static Eina_Bool _quit(void *data EINA_UNUSED) { @@ -627,7 +626,7 @@ ecore_test_ecore_audio(TCase *tc) tcase_add_test(tc, ecore_test_ecore_audio_cleanup); #endif #ifdef HAVE_PULSE - //tcase_add_test(tc, ecore_test_ecore_audio_obj_pulse); + tcase_add_test(tc, ecore_test_ecore_audio_obj_pulse); #endif }