tests/ecore: reenable ecore-audio play test
authorMike Blumenkrantz <zmike@samsung.com>
Tue, 22 Jan 2019 18:10:13 +0000 (13:10 -0500)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 24 Jan 2019 05:20:19 +0000 (14:20 +0900)
this seems to work now

fix T4018

Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D7723

src/tests/ecore/ecore_test_ecore_audio.c

index 0537014..c90d575 100644 (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
 }