sound: Support maintaining theme id list in parsing order
[platform/core/system/libsvi.git] / tests / test-feedback-internal.c
index bfb7f05..976fa6d 100644 (file)
@@ -426,6 +426,7 @@ static void test_get_sound_theme_ids_internal(void)
 
        for (index = 0; index < count_of_theme; index++)
        {
+               _D("Feedback type=Sound, sound theme id=%d is get", sound_theme_ids[index]);
                RESULT(feedback_set_theme_id_internal(FEEDBACK_TYPE_SOUND, sound_theme_ids[index]),
                        FEEDBACK_ERROR_NONE, "error none");
        }