summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2017-11-29 11:47:43 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2017-11-29 11:47:43 +0900
commit6946ff631876ee8c1e034a3eb4e8d7e552ef6153 (patch)
tree919f63efd48446fde4faf0ed896b12190ad45038
parentedc6ee86800d45e081fd6e18311ad9befed1fcc1 (diff)
downloadefl-6946ff631876ee8c1e034a3eb4e8d7e552ef6153.tar.gz
test: Adjust eo flag for popup test cases
-rw-r--r--src/bin/elementary/test.c10
1 files 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);