summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-09-23 12:56:11 +0200
committerMike Blumenkrantz <zmike@samsung.com>2019-10-04 09:26:26 -0400
commitf0674a4b8560a6ca44c16c80414f91ab695376a0 (patch)
tree174e87ab08abc58f91eb80ada7d1bdbf6fdfdbf8
parent21441576df880972b6d5077dc286ac871463a063 (diff)
downloadefl-f0674a4b8560a6ca44c16c80414f91ab695376a0.tar.gz
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
-rw-r--r--src/bin/elementary/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/elementary/test.c b/src/bin/elementary/test.c
index f81af61ada..87e83ab967 100644
--- a/src/bin/elementary/test.c
+++ b/src/bin/elementary/test.c
@@ -805,7 +805,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);