diff options
author | Xavi Artigas <xavierartigas@yahoo.es> | 2018-04-03 13:27:30 +0200 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2018-04-24 09:03:24 -0700 |
commit | 9dcc31ed4a987001101177341a2e1b47a3806d6b (patch) | |
tree | f76d95e3025db2ee1bb7681937d23b385ad3a31d /src/tests/elementary/elm_test_win.c | |
parent | 65ee277a6674dcad9c938b8b0ac9b56520105fc4 (diff) |
Efl.Access.Object (from Efl.Access)
Ref https://phab.enlightenment.org/T6847
Reviewed-by: Cedric Bail <cedric@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/tests/elementary/elm_test_win.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/elementary/elm_test_win.c b/src/tests/elementary/elm_test_win.c index c7ef94a74e..311b16bc64 100644 --- a/src/tests/elementary/elm_test_win.c +++ b/src/tests/elementary/elm_test_win.c | |||
@@ -2,7 +2,7 @@ | |||
2 | # include "elementary_config.h" | 2 | # include "elementary_config.h" |
3 | #endif | 3 | #endif |
4 | 4 | ||
5 | #define EFL_ACCESS_BETA | 5 | #define EFL_ACCESS_OBJECT_BETA |
6 | #define EFL_ACCESS_COMPONENT_BETA | 6 | #define EFL_ACCESS_COMPONENT_BETA |
7 | #define EFL_ACCESS_COMPONENT_PROTECTED | 7 | #define EFL_ACCESS_COMPONENT_PROTECTED |
8 | #define EFL_CANVAS_SCENE_BETA | 8 | #define EFL_CANVAS_SCENE_BETA |
@@ -88,7 +88,7 @@ EFL_START_TEST (elm_atspi_role_get) | |||
88 | 88 | ||
89 | win = elm_win_add(NULL, "win", ELM_WIN_BASIC); | 89 | win = elm_win_add(NULL, "win", ELM_WIN_BASIC); |
90 | 90 | ||
91 | role = efl_access_role_get(win); | 91 | role = efl_access_object_role_get(win); |
92 | 92 | ||
93 | ck_assert(role == EFL_ACCESS_ROLE_WINDOW); | 93 | ck_assert(role == EFL_ACCESS_ROLE_WINDOW); |
94 | 94 | ||