xartigas pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=696627ffcd980fa0bbf1d59da6a14b11965d57f0
commit 696627ffcd980fa0bbf1d59da6a14b11965d57f0 Author: Mike Blumenkrantz <zm...@samsung.com> Date: Mon Sep 23 12:56:11 2019 +0200 elm_test: mark image_zoomable test as non-legacy Reviewers: segfaultxavi Reviewed By: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10053 --- src/bin/elementary/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/elementary/test.c b/src/bin/elementary/test.c index 27abd2656d..bf90382bd4 100644 --- a/src/bin/elementary/test.c +++ b/src/bin/elementary/test.c @@ -860,7 +860,7 @@ add_tests: ADD_TEST(NULL, "Images", "Photocam", test_photocam); ADD_TEST(NULL, "Images", "Photocam Remote", test_photocam_remote); ADD_TEST(NULL, "Images", "Photocam Icon", test_photocam_icon); - ADD_TEST(NULL, "Images", "Image Zoomable animation", test_image_zoomable_animated); + ADD_TEST_EO(NULL, "Images", "Image Zoomable animation", test_image_zoomable_animated); ADD_TEST(NULL, "Images", "Photo", test_photo); ADD_TEST(NULL, "Images", "Thumb", test_thumb); ADD_TEST(NULL, "Images", "Image", test_image); --