summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cp.michael@samsung.com>2020-01-09 10:54:58 -0500
committerChristopher Michael <cp.michael@samsung.com>2020-01-09 10:54:58 -0500
commit83a291604399351a4c92da539eb6754c083b9360 (patch)
treeb6ee0b195dc44d0063a9f421da63aad2b6319209
parent64dacb3d07f6ed74a53e4e38c25e27ebd9bfb6f7 (diff)
downloadefl-83a291604399351a4c92da539eb6754c083b9360.tar.gz
tests/ecore_wl2: Remove test the ecore_wl2_window_output_find
This function is internal to EFL so does not need a test case ref T8016
-rw-r--r--src/tests/ecore_wl2/ecore_wl2_test_window.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/tests/ecore_wl2/ecore_wl2_test_window.c b/src/tests/ecore_wl2/ecore_wl2_test_window.c
index b3ed5a7cb6..ca843730af 100644
--- a/src/tests/ecore_wl2/ecore_wl2_test_window.c
+++ b/src/tests/ecore_wl2/ecore_wl2_test_window.c
@@ -84,23 +84,6 @@ EFL_START_TEST(wl2_window_rotation)
}
EFL_END_TEST
-EFL_START_TEST(wl2_window_output_find)
-{
- Ecore_Wl2_Display *disp;
- Ecore_Wl2_Window *win;
- Ecore_Wl2_Output *out;
-
- disp = _display_connect();
- ck_assert(disp != NULL);
-
- win = _window_create(disp);
- ck_assert(win != NULL);
-
- out = ecore_wl2_window_output_find(win);
- ck_assert(out != NULL);
-}
-EFL_END_TEST
-
EFL_START_TEST(wl2_window_aux_hints_supported_get)
{
Ecore_Wl2_Display *disp;
@@ -520,7 +503,6 @@ ecore_wl2_test_window(TCase *tc)
tcase_add_test(tc, wl2_window_new);
tcase_add_test(tc, wl2_window_surface_test);
tcase_add_test(tc, wl2_window_rotation);
- tcase_add_test(tc, wl2_window_output_find);
if (getenv("E_START"))
tcase_add_test(tc, wl2_window_aux_hints_supported_get);
tcase_add_test(tc, wl2_window_display_get);