tests/ecore: reenable ecore-audio play test

this seems to work now

fix T4018

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D7723
This commit is contained in:
Mike Blumenkrantz 2019-01-22 13:10:13 -05:00 committed by Stefan Schmidt
parent cea392390f
commit 5d1d76574c
1 changed files with 2 additions and 3 deletions

View File

@ -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
}