raster pushed a commit to branch v-1.26.0. http://git.enlightenment.org/core/efl.git/commit/?id=553c418b103f38c5e9cfed0affd6ec0cead42fcd
commit 553c418b103f38c5e9cfed0affd6ec0cead42fcd Author: Carsten Haitzler <[email protected]> Date: Tue Jan 4 14:06:49 2022 +0000 elm test - disabble elm mpa focus tes - map widget is disabled ,map is broken - it has been for ages so its been disabled, disable in test. --- src/tests/elementary/elm_test_widget_focus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/elementary/elm_test_widget_focus.c b/src/tests/elementary/elm_test_widget_focus.c index d11fe67fd1..f1b964260e 100644 --- a/src/tests/elementary/elm_test_widget_focus.c +++ b/src/tests/elementary/elm_test_widget_focus.c @@ -135,7 +135,7 @@ static const Simple_Test_Widget simple_widgets[] = { {elm_colorselector_add, "colorselector"}, {_custom_colorselector_add, "colorselector2"}, {elm_slideshow_add, "slideshow"}, - {elm_map_add, "map"}, +// {elm_map_add, "map"}, {NULL, NULL}, }; --
