diff options
Diffstat (limited to 'src/tests/elementary/elm_test_mapbuf.c')
-rw-r--r-- | src/tests/elementary/elm_test_mapbuf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/elementary/elm_test_mapbuf.c b/src/tests/elementary/elm_test_mapbuf.c index bf4c1e6a7b..9a1111d1b9 100644 --- a/src/tests/elementary/elm_test_mapbuf.c +++ b/src/tests/elementary/elm_test_mapbuf.c @@ -11,7 +11,7 @@ EFL_START_TEST (elm_mapbuf_legacy_type_check) Evas_Object *win, *mapbuf; const char *type; - win = elm_win_add(NULL, "mapbuf", ELM_WIN_BASIC); + win = win_add(NULL, "mapbuf", ELM_WIN_BASIC); mapbuf = elm_mapbuf_add(win); @@ -31,7 +31,7 @@ EFL_START_TEST (elm_atspi_role_get) Evas_Object *win, *mapbuf; Efl_Access_Role role; - win = elm_win_add(NULL, "mapbuf", ELM_WIN_BASIC); + win = win_add(NULL, "mapbuf", ELM_WIN_BASIC); mapbuf = elm_mapbuf_add(win); role = efl_access_object_role_get(mapbuf); |