jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6946ff631876ee8c1e034a3eb4e8d7e552ef6153

commit 6946ff631876ee8c1e034a3eb4e8d7e552ef6153
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Wed Nov 29 11:47:43 2017 +0900

    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);

-- 


Reply via email to