From 06d6557d53964fd18b90d57e3c24c586ba127a5f Mon Sep 17 00:00:00 2001 From: Lukasz Stanislawski Date: Wed, 14 Jan 2015 14:49:41 +0100 Subject: [PATCH] Do not explicite include atspi headers. Summary: fixes make check failures on atspi tests. Reviewers: cedric Subscribers: seoz Maniphest Tasks: T2001 Differential Revision: https://phab.enlightenment.org/D1870 --- .../elementary/src/tests/elm_test_actionslider.c | 6 +----- legacy/elementary/src/tests/elm_test_atspi.c | 7 +------ legacy/elementary/src/tests/elm_test_bg.c | 6 +----- legacy/elementary/src/tests/elm_test_box.c | 6 +----- legacy/elementary/src/tests/elm_test_bubble.c | 6 +----- legacy/elementary/src/tests/elm_test_button.c | 14 +++----------- legacy/elementary/src/tests/elm_test_calendar.c | 6 +----- legacy/elementary/src/tests/elm_test_check.c | 5 +---- legacy/elementary/src/tests/elm_test_clock.c | 6 +----- .../elementary/src/tests/elm_test_colorselector.c | 5 +---- legacy/elementary/src/tests/elm_test_conformant.c | 6 +----- legacy/elementary/src/tests/elm_test_ctxpopup.c | 6 +----- legacy/elementary/src/tests/elm_test_datetime.c | 6 +----- legacy/elementary/src/tests/elm_test_dayselector.c | 6 +----- .../elementary/src/tests/elm_test_diskselector.c | 6 +----- legacy/elementary/src/tests/elm_test_entry.c | 9 ++------- .../elementary/src/tests/elm_test_fileselector.c | 5 +---- .../src/tests/elm_test_fileselector_button.c | 6 +----- .../src/tests/elm_test_fileselector_entry.c | 6 +----- legacy/elementary/src/tests/elm_test_flip.c | 5 +---- .../elementary/src/tests/elm_test_flipselector.c | 5 +---- legacy/elementary/src/tests/elm_test_frame.c | 5 +---- legacy/elementary/src/tests/elm_test_gengrid.c | 5 +---- legacy/elementary/src/tests/elm_test_genlist.c | 5 +---- legacy/elementary/src/tests/elm_test_glview.c | 5 +---- legacy/elementary/src/tests/elm_test_grid.c | 5 +---- legacy/elementary/src/tests/elm_test_hover.c | 5 +---- legacy/elementary/src/tests/elm_test_hoversel.c | 5 +---- legacy/elementary/src/tests/elm_test_icon.c | 5 +---- legacy/elementary/src/tests/elm_test_image.c | 5 +---- legacy/elementary/src/tests/elm_test_index.c | 5 +---- legacy/elementary/src/tests/elm_test_inwin.c | 5 +---- legacy/elementary/src/tests/elm_test_label.c | 5 +---- legacy/elementary/src/tests/elm_test_layout.c | 5 +---- legacy/elementary/src/tests/elm_test_list.c | 9 ++------- legacy/elementary/src/tests/elm_test_map.c | 5 +---- legacy/elementary/src/tests/elm_test_mapbuf.c | 5 +---- legacy/elementary/src/tests/elm_test_menu.c | 5 +---- .../src/tests/elm_test_multibuttonentry.c | 5 +---- legacy/elementary/src/tests/elm_test_naviframe.c | 5 +---- legacy/elementary/src/tests/elm_test_notify.c | 5 +---- legacy/elementary/src/tests/elm_test_panel.c | 5 +---- legacy/elementary/src/tests/elm_test_panes.c | 5 +---- legacy/elementary/src/tests/elm_test_photo.c | 5 +---- legacy/elementary/src/tests/elm_test_photocam.c | 5 +---- legacy/elementary/src/tests/elm_test_player.c | 5 +---- legacy/elementary/src/tests/elm_test_plug.c | 5 +---- legacy/elementary/src/tests/elm_test_popup.c | 5 +---- legacy/elementary/src/tests/elm_test_prefs.c | 5 +---- legacy/elementary/src/tests/elm_test_progressbar.c | 5 +---- legacy/elementary/src/tests/elm_test_radio.c | 5 +---- legacy/elementary/src/tests/elm_test_scroller.c | 5 +---- .../elementary/src/tests/elm_test_segmentcontrol.c | 5 +---- legacy/elementary/src/tests/elm_test_separator.c | 5 +---- legacy/elementary/src/tests/elm_test_slider.c | 5 +---- legacy/elementary/src/tests/elm_test_slideshow.c | 5 +---- legacy/elementary/src/tests/elm_test_spinner.c | 5 +---- legacy/elementary/src/tests/elm_test_table.c | 5 +---- legacy/elementary/src/tests/elm_test_thumb.c | 5 +---- legacy/elementary/src/tests/elm_test_toolbar.c | 5 +---- legacy/elementary/src/tests/elm_test_video.c | 5 +---- legacy/elementary/src/tests/elm_test_web.c | 5 +---- legacy/elementary/src/tests/elm_test_win.c | 9 ++------- 63 files changed, 68 insertions(+), 283 deletions(-) diff --git a/legacy/elementary/src/tests/elm_test_actionslider.c b/legacy/elementary/src/tests/elm_test_actionslider.c index 4974587f97..83c7bfcb4f 100644 --- a/legacy/elementary/src/tests/elm_test_actionslider.c +++ b/legacy/elementary/src/tests/elm_test_actionslider.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *actionslider; diff --git a/legacy/elementary/src/tests/elm_test_atspi.c b/legacy/elementary/src/tests/elm_test_atspi.c index 1e6bb69442..da616ff070 100644 --- a/legacy/elementary/src/tests/elm_test_atspi.c +++ b/legacy/elementary/src/tests/elm_test_atspi.c @@ -3,17 +3,12 @@ #endif #define ELM_INTERNAL_API_ARGESFSDFEFC +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_priv.h" #include "elm_suite.h" -#include "elm_atspi_app_object.eo.h" - -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - static Evas_Object *g_win, *g_btn, *g_bg; void generate_app(void) diff --git a/legacy/elementary/src/tests/elm_test_bg.c b/legacy/elementary/src/tests/elm_test_bg.c index 1d341db5d4..fd5e8d97ce 100644 --- a/legacy/elementary/src/tests/elm_test_bg.c +++ b/legacy/elementary/src/tests/elm_test_bg.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *bg; diff --git a/legacy/elementary/src/tests/elm_test_box.c b/legacy/elementary/src/tests/elm_test_box.c index eacfbae488..3f2808ca3f 100644 --- a/legacy/elementary/src/tests/elm_test_box.c +++ b/legacy/elementary/src/tests/elm_test_box.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *box; diff --git a/legacy/elementary/src/tests/elm_test_bubble.c b/legacy/elementary/src/tests/elm_test_bubble.c index e3f59fc1c7..f7bf36015d 100644 --- a/legacy/elementary/src/tests/elm_test_bubble.c +++ b/legacy/elementary/src/tests/elm_test_bubble.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *bubble; diff --git a/legacy/elementary/src/tests/elm_test_button.c b/legacy/elementary/src/tests/elm_test_button.c index f00408fb32..cef40908e3 100644 --- a/legacy/elementary/src/tests/elm_test_button.c +++ b/legacy/elementary/src/tests/elm_test_button.c @@ -2,20 +2,12 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED +#define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED +#define ELM_INTERFACE_ATSPI_ACTION_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - -#define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED -#include "elm_interface_atspi_component.eo.h" - -#define ELM_INTERFACE_ATSPI_ACTION_PROTECTED -#include "elm_interface_atspi_action.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *button; diff --git a/legacy/elementary/src/tests/elm_test_calendar.c b/legacy/elementary/src/tests/elm_test_calendar.c index 6366f6bb5f..714b3708ac 100644 --- a/legacy/elementary/src/tests/elm_test_calendar.c +++ b/legacy/elementary/src/tests/elm_test_calendar.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *calendar; diff --git a/legacy/elementary/src/tests/elm_test_check.c b/legacy/elementary/src/tests/elm_test_check.c index 5e1c17783d..8ff9caba21 100644 --- a/legacy/elementary/src/tests/elm_test_check.c +++ b/legacy/elementary/src/tests/elm_test_check.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_check_onoff_text) { Evas_Object *win, *check; diff --git a/legacy/elementary/src/tests/elm_test_clock.c b/legacy/elementary/src/tests/elm_test_clock.c index 4a7a602dd3..fdccab92e6 100644 --- a/legacy/elementary/src/tests/elm_test_clock.c +++ b/legacy/elementary/src/tests/elm_test_clock.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *clk; diff --git a/legacy/elementary/src/tests/elm_test_colorselector.c b/legacy/elementary/src/tests/elm_test_colorselector.c index d74a5f63c8..78c3abd03b 100644 --- a/legacy/elementary/src/tests/elm_test_colorselector.c +++ b/legacy/elementary/src/tests/elm_test_colorselector.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_colorselector_palette) { Evas_Object *win, *c; diff --git a/legacy/elementary/src/tests/elm_test_conformant.c b/legacy/elementary/src/tests/elm_test_conformant.c index 478569cf7d..1c96c138bf 100644 --- a/legacy/elementary/src/tests/elm_test_conformant.c +++ b/legacy/elementary/src/tests/elm_test_conformant.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *conformant; diff --git a/legacy/elementary/src/tests/elm_test_ctxpopup.c b/legacy/elementary/src/tests/elm_test_ctxpopup.c index cc744e6303..905530eddd 100644 --- a/legacy/elementary/src/tests/elm_test_ctxpopup.c +++ b/legacy/elementary/src/tests/elm_test_ctxpopup.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *ctxpopup; diff --git a/legacy/elementary/src/tests/elm_test_datetime.c b/legacy/elementary/src/tests/elm_test_datetime.c index 06128c1c1f..ce3ad1d9dd 100644 --- a/legacy/elementary/src/tests/elm_test_datetime.c +++ b/legacy/elementary/src/tests/elm_test_datetime.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *datetime; diff --git a/legacy/elementary/src/tests/elm_test_dayselector.c b/legacy/elementary/src/tests/elm_test_dayselector.c index 1eebfd0b37..c3e0fda47b 100644 --- a/legacy/elementary/src/tests/elm_test_dayselector.c +++ b/legacy/elementary/src/tests/elm_test_dayselector.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *dayselector; diff --git a/legacy/elementary/src/tests/elm_test_diskselector.c b/legacy/elementary/src/tests/elm_test_diskselector.c index e0296c483f..34fba23126 100644 --- a/legacy/elementary/src/tests/elm_test_diskselector.c +++ b/legacy/elementary/src/tests/elm_test_diskselector.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *diskselector; diff --git a/legacy/elementary/src/tests/elm_test_entry.c b/legacy/elementary/src/tests/elm_test_entry.c index 87e17e6f9d..f8c614b1a4 100644 --- a/legacy/elementary/src/tests/elm_test_entry.c +++ b/legacy/elementary/src/tests/elm_test_entry.c @@ -2,15 +2,10 @@ # include "elementary_config.h" #endif -#include -#include "elm_suite.h" - #define ELM_INTERFACE_ATSPI_TEXT_PROTECTED #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_text.h" -#include "elm_interface_atspi_text.eo.h" -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" +#include +#include "elm_suite.h" START_TEST (elm_entry_del) { diff --git a/legacy/elementary/src/tests/elm_test_fileselector.c b/legacy/elementary/src/tests/elm_test_fileselector.c index 11e52b18c8..cda9ed0f1d 100644 --- a/legacy/elementary/src/tests/elm_test_fileselector.c +++ b/legacy/elementary/src/tests/elm_test_fileselector.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_fileselector_button.c b/legacy/elementary/src/tests/elm_test_fileselector_button.c index a6c4774281..fab98ef9b0 100644 --- a/legacy/elementary/src/tests/elm_test_fileselector_button.c +++ b/legacy/elementary/src/tests/elm_test_fileselector_button.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *fs_button; diff --git a/legacy/elementary/src/tests/elm_test_fileselector_entry.c b/legacy/elementary/src/tests/elm_test_fileselector_entry.c index 0f02292453..5dedd89873 100644 --- a/legacy/elementary/src/tests/elm_test_fileselector_entry.c +++ b/legacy/elementary/src/tests/elm_test_fileselector_entry.c @@ -2,14 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - - START_TEST (elm_atspi_role_get) { Evas_Object *win, *fs_entry; diff --git a/legacy/elementary/src/tests/elm_test_flip.c b/legacy/elementary/src/tests/elm_test_flip.c index 1f2635c931..bd7d16f316 100644 --- a/legacy/elementary/src/tests/elm_test_flip.c +++ b/legacy/elementary/src/tests/elm_test_flip.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_flipselector.c b/legacy/elementary/src/tests/elm_test_flipselector.c index 2e9a0d9bf5..c14039f814 100644 --- a/legacy/elementary/src/tests/elm_test_flipselector.c +++ b/legacy/elementary/src/tests/elm_test_flipselector.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_frame.c b/legacy/elementary/src/tests/elm_test_frame.c index d3a6463ac4..2744e97aae 100644 --- a/legacy/elementary/src/tests/elm_test_frame.c +++ b/legacy/elementary/src/tests/elm_test_frame.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_gengrid.c b/legacy/elementary/src/tests/elm_test_gengrid.c index c3fc99effe..cd10fd7274 100644 --- a/legacy/elementary/src/tests/elm_test_gengrid.c +++ b/legacy/elementary/src/tests/elm_test_gengrid.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_genlist.c b/legacy/elementary/src/tests/elm_test_genlist.c index 9387e0bfbc..d3bb70d5ac 100644 --- a/legacy/elementary/src/tests/elm_test_genlist.c +++ b/legacy/elementary/src/tests/elm_test_genlist.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_glview.c b/legacy/elementary/src/tests/elm_test_glview.c index 1129c9dcc6..1ad462c5dc 100644 --- a/legacy/elementary/src/tests/elm_test_glview.c +++ b/legacy/elementary/src/tests/elm_test_glview.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_grid.c b/legacy/elementary/src/tests/elm_test_grid.c index bdacbb9a59..9f05261542 100644 --- a/legacy/elementary/src/tests/elm_test_grid.c +++ b/legacy/elementary/src/tests/elm_test_grid.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_hover.c b/legacy/elementary/src/tests/elm_test_hover.c index 4aafb2fef1..c7d4551400 100644 --- a/legacy/elementary/src/tests/elm_test_hover.c +++ b/legacy/elementary/src/tests/elm_test_hover.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_hoversel.c b/legacy/elementary/src/tests/elm_test_hoversel.c index d4f2757688..4bb6aafe34 100644 --- a/legacy/elementary/src/tests/elm_test_hoversel.c +++ b/legacy/elementary/src/tests/elm_test_hoversel.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_icon.c b/legacy/elementary/src/tests/elm_test_icon.c index 71525d0654..757e00d26a 100644 --- a/legacy/elementary/src/tests/elm_test_icon.c +++ b/legacy/elementary/src/tests/elm_test_icon.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_image.c b/legacy/elementary/src/tests/elm_test_image.c index c8db645d0f..a5f229b8e5 100644 --- a/legacy/elementary/src/tests/elm_test_image.c +++ b/legacy/elementary/src/tests/elm_test_image.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_index.c b/legacy/elementary/src/tests/elm_test_index.c index ad0655a80c..a07b76e926 100644 --- a/legacy/elementary/src/tests/elm_test_index.c +++ b/legacy/elementary/src/tests/elm_test_index.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_inwin.c b/legacy/elementary/src/tests/elm_test_inwin.c index f5693b73a3..a5bcfc7d28 100644 --- a/legacy/elementary/src/tests/elm_test_inwin.c +++ b/legacy/elementary/src/tests/elm_test_inwin.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_label.c b/legacy/elementary/src/tests/elm_test_label.c index e0f0e06dad..813ef2f7d1 100644 --- a/legacy/elementary/src/tests/elm_test_label.c +++ b/legacy/elementary/src/tests/elm_test_label.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_layout.c b/legacy/elementary/src/tests/elm_test_layout.c index 37f5cfd5e2..f1d45719e7 100644 --- a/legacy/elementary/src/tests/elm_test_layout.c +++ b/legacy/elementary/src/tests/elm_test_layout.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_list.c b/legacy/elementary/src/tests/elm_test_list.c index 0b86990d71..4578dd1b06 100644 --- a/legacy/elementary/src/tests/elm_test_list.c +++ b/legacy/elementary/src/tests/elm_test_list.c @@ -2,16 +2,11 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_SELECTION_PROTECTED +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_SELECTION_PROTECTED -#include "elm_interface_atspi_selection.eo.h" - -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - #if 0 // Skip following tests until Elm_Widget_Item will migrate to Eo infrastructure // and following features can be implemented diff --git a/legacy/elementary/src/tests/elm_test_map.c b/legacy/elementary/src/tests/elm_test_map.c index 80d4e94d14..81935d5051 100644 --- a/legacy/elementary/src/tests/elm_test_map.c +++ b/legacy/elementary/src/tests/elm_test_map.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_mapbuf.c b/legacy/elementary/src/tests/elm_test_mapbuf.c index e124481249..e9d571ac56 100644 --- a/legacy/elementary/src/tests/elm_test_mapbuf.c +++ b/legacy/elementary/src/tests/elm_test_mapbuf.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_menu.c b/legacy/elementary/src/tests/elm_test_menu.c index 49b124391a..1975db1eab 100644 --- a/legacy/elementary/src/tests/elm_test_menu.c +++ b/legacy/elementary/src/tests/elm_test_menu.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_multibuttonentry.c b/legacy/elementary/src/tests/elm_test_multibuttonentry.c index 390142d7cd..3c29ee374c 100644 --- a/legacy/elementary/src/tests/elm_test_multibuttonentry.c +++ b/legacy/elementary/src/tests/elm_test_multibuttonentry.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_naviframe.c b/legacy/elementary/src/tests/elm_test_naviframe.c index 8a5247081e..7e6844743c 100644 --- a/legacy/elementary/src/tests/elm_test_naviframe.c +++ b/legacy/elementary/src/tests/elm_test_naviframe.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_notify.c b/legacy/elementary/src/tests/elm_test_notify.c index e4c360cbe5..a213fa2ded 100644 --- a/legacy/elementary/src/tests/elm_test_notify.c +++ b/legacy/elementary/src/tests/elm_test_notify.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_panel.c b/legacy/elementary/src/tests/elm_test_panel.c index eef52cef77..2e34739f4a 100644 --- a/legacy/elementary/src/tests/elm_test_panel.c +++ b/legacy/elementary/src/tests/elm_test_panel.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_panes.c b/legacy/elementary/src/tests/elm_test_panes.c index c643dc4b07..fc286914f0 100644 --- a/legacy/elementary/src/tests/elm_test_panes.c +++ b/legacy/elementary/src/tests/elm_test_panes.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_photo.c b/legacy/elementary/src/tests/elm_test_photo.c index ab0342eba8..322c363cba 100644 --- a/legacy/elementary/src/tests/elm_test_photo.c +++ b/legacy/elementary/src/tests/elm_test_photo.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_photocam.c b/legacy/elementary/src/tests/elm_test_photocam.c index 4d1f445f16..f60604f347 100644 --- a/legacy/elementary/src/tests/elm_test_photocam.c +++ b/legacy/elementary/src/tests/elm_test_photocam.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_player.c b/legacy/elementary/src/tests/elm_test_player.c index 49400472b0..be62d89a69 100644 --- a/legacy/elementary/src/tests/elm_test_player.c +++ b/legacy/elementary/src/tests/elm_test_player.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_plug.c b/legacy/elementary/src/tests/elm_test_plug.c index 51ca61a6ff..c8ad289315 100644 --- a/legacy/elementary/src/tests/elm_test_plug.c +++ b/legacy/elementary/src/tests/elm_test_plug.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_popup.c b/legacy/elementary/src/tests/elm_test_popup.c index e85950e530..6da552a526 100644 --- a/legacy/elementary/src/tests/elm_test_popup.c +++ b/legacy/elementary/src/tests/elm_test_popup.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_prefs.c b/legacy/elementary/src/tests/elm_test_prefs.c index 8eb111226f..a4418450c0 100644 --- a/legacy/elementary/src/tests/elm_test_prefs.c +++ b/legacy/elementary/src/tests/elm_test_prefs.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_progressbar.c b/legacy/elementary/src/tests/elm_test_progressbar.c index 4f33dd85b5..fe6900a671 100644 --- a/legacy/elementary/src/tests/elm_test_progressbar.c +++ b/legacy/elementary/src/tests/elm_test_progressbar.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_radio.c b/legacy/elementary/src/tests/elm_test_radio.c index c31cea292f..c0a92a2d1f 100644 --- a/legacy/elementary/src/tests/elm_test_radio.c +++ b/legacy/elementary/src/tests/elm_test_radio.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_scroller.c b/legacy/elementary/src/tests/elm_test_scroller.c index 665ae56eb3..9ccbc41a49 100644 --- a/legacy/elementary/src/tests/elm_test_scroller.c +++ b/legacy/elementary/src/tests/elm_test_scroller.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_segmentcontrol.c b/legacy/elementary/src/tests/elm_test_segmentcontrol.c index 316ffbcc34..5c60feb3ab 100644 --- a/legacy/elementary/src/tests/elm_test_segmentcontrol.c +++ b/legacy/elementary/src/tests/elm_test_segmentcontrol.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_separator.c b/legacy/elementary/src/tests/elm_test_separator.c index 7133c434e2..869b8eee8a 100644 --- a/legacy/elementary/src/tests/elm_test_separator.c +++ b/legacy/elementary/src/tests/elm_test_separator.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_slider.c b/legacy/elementary/src/tests/elm_test_slider.c index 06d9b766c6..99874b9a4c 100644 --- a/legacy/elementary/src/tests/elm_test_slider.c +++ b/legacy/elementary/src/tests/elm_test_slider.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_slideshow.c b/legacy/elementary/src/tests/elm_test_slideshow.c index ef2ff8e229..fb2828f5c5 100644 --- a/legacy/elementary/src/tests/elm_test_slideshow.c +++ b/legacy/elementary/src/tests/elm_test_slideshow.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_spinner.c b/legacy/elementary/src/tests/elm_test_spinner.c index 5fa0bb8004..41049d2ed4 100644 --- a/legacy/elementary/src/tests/elm_test_spinner.c +++ b/legacy/elementary/src/tests/elm_test_spinner.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_table.c b/legacy/elementary/src/tests/elm_test_table.c index 95b76d4064..ad0d805902 100644 --- a/legacy/elementary/src/tests/elm_test_table.c +++ b/legacy/elementary/src/tests/elm_test_table.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_thumb.c b/legacy/elementary/src/tests/elm_test_thumb.c index 7d40c56263..68db163d07 100644 --- a/legacy/elementary/src/tests/elm_test_thumb.c +++ b/legacy/elementary/src/tests/elm_test_thumb.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_toolbar.c b/legacy/elementary/src/tests/elm_test_toolbar.c index cff47ad73e..7e4a6b5c78 100644 --- a/legacy/elementary/src/tests/elm_test_toolbar.c +++ b/legacy/elementary/src/tests/elm_test_toolbar.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_video.c b/legacy/elementary/src/tests/elm_test_video.c index 1e07e7f683..100feaa42f 100644 --- a/legacy/elementary/src/tests/elm_test_video.c +++ b/legacy/elementary/src/tests/elm_test_video.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_web.c b/legacy/elementary/src/tests/elm_test_web.c index 0557edd326..d1b8ea7652 100644 --- a/legacy/elementary/src/tests/elm_test_web.c +++ b/legacy/elementary/src/tests/elm_test_web.c @@ -2,13 +2,10 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - START_TEST (elm_atspi_role_get) { diff --git a/legacy/elementary/src/tests/elm_test_win.c b/legacy/elementary/src/tests/elm_test_win.c index 63558f8234..702d2c735e 100644 --- a/legacy/elementary/src/tests/elm_test_win.c +++ b/legacy/elementary/src/tests/elm_test_win.c @@ -2,16 +2,11 @@ # include "elementary_config.h" #endif +#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED +#define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED #include #include "elm_suite.h" -#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED -#include "elm_interface_atspi_accessible.h" -#include "elm_interface_atspi_accessible.eo.h" - -#define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED -#include "elm_interface_atspi_component.eo.h" - START_TEST (elm_atspi_role_get) {