Revert "tests: add test for elm_layout_text_set"

This reverts commit 0e027980f6.

Since D7888 breaks the backward compatibility, D7888 is going to be
reverted. This patch is based on D7888 so this patch is also required to
be reverted for now.
After a proper patch is applied instead of D7888, then this patch can be
submitted again.
This commit is contained in:
Jaehyun Cho 2019-03-13 19:25:36 +09:00
parent 62bea1701c
commit 6bf7f19d60
1 changed files with 0 additions and 13 deletions

View File

@ -70,22 +70,9 @@ EFL_START_TEST(elm_layout_test_swallows)
}
EFL_END_TEST
EFL_START_TEST(elm_layout_test_text_set)
{
Evas_Object *win, *layout;
win = win_add(NULL, "layout", ELM_WIN_BASIC);
layout = elm_layout_add(win);
ck_assert(!elm_layout_text_set(layout, "blahblah", "test"));
}
EFL_END_TEST
void elm_test_layout(TCase *tc)
{
tcase_add_test(tc, elm_layout_test_legacy_type_check);
tcase_add_test(tc, elm_atspi_role_get);
tcase_add_test(tc, elm_layout_test_swallows);
tcase_add_test(tc, elm_layout_test_text_set);
}