elm_web: this testcase now also works

This commit is contained in:
Marcel Hollerbach 2018-02-17 21:22:49 +01:00
parent 53a3d2403c
commit bfbe038921
1 changed files with 0 additions and 2 deletions

View File

@ -30,7 +30,6 @@ END_TEST
START_TEST (elm_atspi_role_get)
{
#if 0
Evas_Object *win, *web;
Efl_Access_Role role;
@ -43,7 +42,6 @@ START_TEST (elm_atspi_role_get)
ck_assert(role == EFL_ACCESS_ROLE_HTML_CONTAINER);
elm_shutdown();
#endif
}
END_TEST