xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=444a068c05f772a1c01cd965c8ed1e0c5035eabb
commit 444a068c05f772a1c01cd965c8ed1e0c5035eabb Author: Mike Blumenkrantz <zm...@samsung.com> Date: Mon Jul 29 12:16:55 2019 +0200 elm_test: fix anchor popup test Summary: this group name was wrongly changed by sed ref d4526f44b8c20010061c42a87ac0496796311afb Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: segfaultxavi, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9419 --- src/bin/elementary/test_ui_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/elementary/test_ui_popup.c b/src/bin/elementary/test_ui_popup.c index 6fa397234f..89a9f0ef1b 100644 --- a/src/bin/elementary/test_ui_popup.c +++ b/src/bin/elementary/test_ui_popup.c @@ -1009,7 +1009,7 @@ test_ui_anchor_popup(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void Eo *layout = efl_add(EFL_UI_LAYOUT_CLASS, win); snprintf(buf, sizeof(buf), "%s/objects/test.edj", elm_app_data_dir_get()); - efl_file_simple_load(layout, buf, "efl_ui_anchor_popup_layout"); + efl_file_simple_load(layout, buf, "efl_ui_popup_anchor_layout"); efl_gfx_hint_weight_set(layout, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); efl_content_set(win, layout); --