This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit b3a83fdea671e2bcf2b0a98e02a53a62afdc29c0
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu May 30 11:29:52 2024 +0100
tests - elm - disable unused test func
fix warnings
---
src/tests/elementary/elm_test_video.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/tests/elementary/elm_test_video.c b/src/tests/elementary/elm_test_video.c
index 0d372960ec..970908dffd 100644
--- a/src/tests/elementary/elm_test_video.c
+++ b/src/tests/elementary/elm_test_video.c
@@ -26,6 +26,7 @@ EFL_START_TEST(elm_video_legacy_type_check)
}
EFL_END_TEST
+/*
EFL_START_TEST(elm_atspi_role_get)
{
Evas_Object *win, *video;
@@ -40,6 +41,7 @@ EFL_START_TEST(elm_atspi_role_get)
}
EFL_END_TEST
+*/
void elm_test_video(TCase *tc)
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.