elm: Fix make check (change in atspi role of MBE)

See da5ba14664
Ref D4925
This commit is contained in:
Jean-Philippe Andre 2017-06-15 10:16:53 +09:00
parent 79e8444c91
commit fdc70f138f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ START_TEST (elm_atspi_role_get)
multibuttonentry = elm_multibuttonentry_add(win);
role = elm_interface_atspi_accessible_role_get(multibuttonentry);
ck_assert(role == ELM_ATSPI_ROLE_ENTRY);
ck_assert_int_eq(role, ELM_ATSPI_ROLE_PANEL);
elm_shutdown();
}