From 6946ff631876ee8c1e034a3eb4e8d7e552ef6153 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 29 Nov 2017 11:47:43 +0900 Subject: [PATCH] test: Adjust eo flag for popup test cases --- src/bin/elementary/test.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/bin/elementary/test.c b/src/bin/elementary/test.c index ecdd52170e..f23b37d4ee 100644 --- a/src/bin/elementary/test.c +++ b/src/bin/elementary/test.c @@ -1047,11 +1047,11 @@ add_tests: ADD_TEST(NULL, "Popups", "Tooltip 3", test_tooltip3); ADD_TEST(NULL, "Popups", "Tooltip 4", test_tooltip4); ADD_TEST(NULL, "Popups", "Popup", test_popup); - ADD_TEST(NULL, "Popups", "UI.Popup", test_ui_popup); - ADD_TEST(NULL, "Popups", "UI.Popup.Alert", test_ui_popup_alert); - ADD_TEST(NULL, "Popups", "UI.Popup.Alert.Scroll", test_ui_popup_alert_scroll); - ADD_TEST(NULL, "Popups", "UI.Popup.Alert.Text", test_ui_popup_alert_text); - ADD_TEST(NULL, "Popups", "UI.Popup.Anchor", test_ui_popup_anchor); + ADD_TEST_EO(NULL, "Popups", "Efl.Ui.Popup", test_ui_popup); + ADD_TEST_EO(NULL, "Popups", "Efl.Ui.Popup.Alert", test_ui_popup_alert); + ADD_TEST_EO(NULL, "Popups", "Efl.Ui.Popup.Alert.Scroll", test_ui_popup_alert_scroll); + ADD_TEST_EO(NULL, "Popups", "Efl.Ui.Popup.Alert.Text", test_ui_popup_alert_text); + ADD_TEST_EO(NULL, "Popups", "Efl.Ui.Popup.Anchor", test_ui_popup_anchor); //------------------------------// ADD_TEST(NULL, "Times & Dates", "Calendar", test_calendar);