summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-09-23 12:56:11 +0200
committerXavi Artigas <xavierartigas@yahoo.es>2019-09-23 12:57:22 +0200
commit696627ffcd980fa0bbf1d59da6a14b11965d57f0 (patch)
tree96156909fbc6dfc57ae1cbb9aaf9b24204cd8300
parent5ff0c3cc15879d58f356237d94d831eb409000c8 (diff)
downloadefl-696627ffcd980fa0bbf1d59da6a14b11965d57f0.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 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);