Do not explicite include atspi headers.
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Wed, 14 Jan 2015 13:49:41 +0000 (14:49 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 14 Jan 2015 14:15:47 +0000 (15:15 +0100)
Summary: fixes make check failures on atspi tests.

Reviewers: cedric

Subscribers: seoz

Maniphest Tasks: T2001

Differential Revision: https://phab.enlightenment.org/D1870

63 files changed:
src/tests/elm_test_actionslider.c
src/tests/elm_test_atspi.c
src/tests/elm_test_bg.c
src/tests/elm_test_box.c
src/tests/elm_test_bubble.c
src/tests/elm_test_button.c
src/tests/elm_test_calendar.c
src/tests/elm_test_check.c
src/tests/elm_test_clock.c
src/tests/elm_test_colorselector.c
src/tests/elm_test_conformant.c
src/tests/elm_test_ctxpopup.c
src/tests/elm_test_datetime.c
src/tests/elm_test_dayselector.c
src/tests/elm_test_diskselector.c
src/tests/elm_test_entry.c
src/tests/elm_test_fileselector.c
src/tests/elm_test_fileselector_button.c
src/tests/elm_test_fileselector_entry.c
src/tests/elm_test_flip.c
src/tests/elm_test_flipselector.c
src/tests/elm_test_frame.c
src/tests/elm_test_gengrid.c
src/tests/elm_test_genlist.c
src/tests/elm_test_glview.c
src/tests/elm_test_grid.c
src/tests/elm_test_hover.c
src/tests/elm_test_hoversel.c
src/tests/elm_test_icon.c
src/tests/elm_test_image.c
src/tests/elm_test_index.c
src/tests/elm_test_inwin.c
src/tests/elm_test_label.c
src/tests/elm_test_layout.c
src/tests/elm_test_list.c
src/tests/elm_test_map.c
src/tests/elm_test_mapbuf.c
src/tests/elm_test_menu.c
src/tests/elm_test_multibuttonentry.c
src/tests/elm_test_naviframe.c
src/tests/elm_test_notify.c
src/tests/elm_test_panel.c
src/tests/elm_test_panes.c
src/tests/elm_test_photo.c
src/tests/elm_test_photocam.c
src/tests/elm_test_player.c
src/tests/elm_test_plug.c
src/tests/elm_test_popup.c
src/tests/elm_test_prefs.c
src/tests/elm_test_progressbar.c
src/tests/elm_test_radio.c
src/tests/elm_test_scroller.c
src/tests/elm_test_segmentcontrol.c
src/tests/elm_test_separator.c
src/tests/elm_test_slider.c
src/tests/elm_test_slideshow.c
src/tests/elm_test_spinner.c
src/tests/elm_test_table.c
src/tests/elm_test_thumb.c
src/tests/elm_test_toolbar.c
src/tests/elm_test_video.c
src/tests/elm_test_web.c
src/tests/elm_test_win.c

index 4974587f973aabf1ffbacdfa628e934b2da8e1d2..83c7bfcb4f47b3a2ad7fa19de801a88857cdeda7 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 1e6bb694428cb9a0025f96861f4f4922e7938b43..da616ff070cd21f1b19f27b74ff6a611e0868ec3 100644 (file)
@@ -3,17 +3,12 @@
 #endif
 
 #define ELM_INTERNAL_API_ARGESFSDFEFC
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 
 #include <Elementary.h>
 #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)
index 1d341db5d40ec56825d093b2d722e7c44f7f990a..fd5e8d97cee33ed1a63d4b351d74509de963fb86 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index eacfbae488f14544077e934f02d6a38364364901..3f2808ca3fd6e2470f29d9d2afac135319833469 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index e3f59fc1c72311bd5552fef9709528036949b9f0..f7bf36015d58a3f764a6f91d15dd9c7cd83f13d9 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index f00408fb328d6c0f7cab2427bf50047bc091c855..cef40908e39be4150520d8ccf047131405f35797 100644 (file)
@@ -2,19 +2,11 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
-#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"
-
+#include <Elementary.h>
+#include "elm_suite.h"
 
 START_TEST (elm_atspi_role_get)
 {
index 6366f6bb5f3cc597f45b8ce954db519f4b042c09..714b3708acc8373cc774d59e8f532d22d4af63f2 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 5e1c17783d8ae3bd3645b9c1e51b0f66cf1bde77..8ff9caba21a8a7dcd9ae5a93a93ad5877f88f492 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 4a7a602dd39873de34cba1a9366e27802fa6372b..fdccab92e6e1991c9a5a645656797b93524b1eb3 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index d74a5f63c8ddc3e9c425b21989f6223ac90731ee..78c3abd03b4a78eafd3f95572ed3dd72cc9f2210 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 478569cf7dcc412753140f4e9d1a1330df3e5a50..1c96c138bf10533e33d9e9d40705fbbf96c300a6 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index cc744e6303d1e88d054759e3bdc03e7a3972d3ff..905530eddd34af0767e03b609ab34ee0dd262701 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 06128c1c1f1eda24e03ae6188b9e697ffa51ab42..ce3ad1d9ddafc36be404b02c1ff9f36750224b18 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 1eebfd0b37d7c968f4282fa1a6a8865a7be08a45..c3e0fda47be25aa6d48c0b0c14bc54ac1709f451 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index e0296c483f5de8f76f7fae144ef719a9c0f97339..34fba23126e8fbaabdbab29115c1ed8b756d7329 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 87e17e6f9d65ce1a3c50c74fb8f60fdac99d4b92..f8c614b1a4205a58d1cddf04b4cc07870ed2dbd0 100644 (file)
@@ -2,15 +2,10 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
-#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 <Elementary.h>
+#include "elm_suite.h"
 
 START_TEST (elm_entry_del)
 {
index 11e52b18c82eacc1f34e7db47916765a5f2b98ac..cda9ed0f1d84ab5af96b0f4e589d752f1d72759a 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index a6c477428172bebdaa16590e299db360d4aa9c89..fab98ef9b000ddfc5a8af429c3c2149dcd346261 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 0f02292453477864f95b8ce86b47b90c8ab63c3c..5dedd89873b11159b927fbcc87f6e6a01d777d9d 100644 (file)
@@ -2,14 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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;
index 1f2635c9310e1d2ade5ead56b2611b7414b8f040..bd7d16f316f5d41a527368ea1aa5246c7ed53c19 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 2e9a0d9bf5bb26be0ce683fa0a9eb9fbafcabf07..c14039f814f6f7f16cdd105b2ea3ea45cc758ee9 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index d3a6463ac40f91b1fadd4fafbfd8c4d92cb283ac..2744e97aae62670e098adad2db7bc584850bd9cb 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index c3fc99effe4c487cc0b32ce61e2b2cd83f11f551..cd10fd727436e886b8173ac09df6a2a12ae000bd 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 9387e0bfbc5089dada2dab401f06093bff85a8b4..d3bb70d5ac559c2a228c2be38af59b2e03c38d7e 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 1129c9dcc66462a339ca78371caa57a4d3bea34b..1ad462c5dc9e5a9b9d1245aea53b9c434550caa1 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index bdacbb9a59c321f7a7cc9d45b8b89e198ed68390..9f05261542abcf2ea497f3825ccb365c5ff2d289 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 4aafb2fef1c465dc619578f007ec62cb75acc4b9..c7d45514002ea83e726e872bee9f751422a66a5a 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index d4f275768878e91c4afe1fe0f5400f3ec530524a..4bb6aafe34967b25aa2ffc071f6c25e480f9e474 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 71525d0654b0a1ebc2311cc7deb5aea6df190fbc..757e00d26a9266dea76bc43f123d238e395466d3 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index c8db645d0f59125d93fcc4896633b6699e522f06..a5f229b8e513c8fafacc61338391914b32d8c9bf 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index ad0655a80c3eeddab10adc58101c6e833684c9e0..a07b76e9268e25ffeef5e41c34a24728e017146f 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index f5693b73a34cfe2e54588befa73c225246235ae3..a5bcfc7d28926bc21037483edb6b5a337ffd8493 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index e0f0e06dad838fa86f7a5abd988ba2f7e85b0bb1..813ef2f7d1ea2ca6e6b8b145e7feb16e150a75bc 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 37f5cfd5e2f4e491094190ad2bc9111cd15f82e8..f1d45719e75996370b9330967117e4023d271be4 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 0b86990d712effa505fb469379e382c53809ef04..4578dd1b06fad4b68d0713b3f69eea12f7df47fe 100644 (file)
@@ -2,15 +2,10 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
-#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"
+#include <Elementary.h>
+#include "elm_suite.h"
 
 #if 0
 // Skip following tests until Elm_Widget_Item will migrate to Eo infrastructure
index 80d4e94d14c0f3828cefe7fa1c9c787b13f46148..81935d5051433c18d4617dc06d664c1d207e5cfa 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index e124481249fccef99568ea3603029b9e9052d9ba..e9d571ac56c7303eb4a390c22c56871686727139 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 49b124391a6f8a2a394443dd3fc21e1de93748fa..1975db1eab299fd4bc1d292317a708ba299daf4e 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 390142d7cd95e4dfa807f66413452d04faa9d145..3c29ee374c5491a0b7c3d906493c979348f0b685 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 8a5247081ed05e8d2db0da459d471ba342ccd203..7e6844743c4f7a175fff87dbc410f7d4b1663a1d 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index e4c360cbe5274e987b896138cb4021e930ae85d6..a213fa2dedbe29e4dc18fcd55a8395034b7d1a2b 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index eef52cef7709f6733dcdb522bf7ab0ba6f72b14c..2e34739f4af3d2c624760500f5bda81596d20c6d 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index c643dc4b0716e51cf39f0f203ee7599cacb3c180..fc286914f02acea663d62af5a7e3e4e34750ab21 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index ab0342eba8860858adce066c6b0c1b8c6fb9d803..322c363cba9ec055671fb06ede64714eb7d00294 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 4d1f445f16a6b61b8d566f8ea2eefdcfc32bc070..f60604f3474db1a7d2a213f24695f64f2666971e 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 49400472b080a30556869c80d37a468422d08a7d..be62d89a6936763e80992ca71966715143bf8407 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 51ca61a6ffeac76923f3162703a0b6c3612d678e..c8ad2893150d89cf43e46641796e7c4dee0a2459 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index e85950e530ab144caf213e45372b33bcae522717..6da552a526944d1f825df56a9d0c3403e1e454d2 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 8eb111226fa4407f20093d7694044af6b74f5447..a4418450c02c01d18bbae7b080a90a934ede04fe 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 4f33dd85b5861b6249440a56b85dee6ed0eabd86..fe6900a671fd669f727fe31460f417c42b2e4225 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index c31cea292fe114e89366ba490012455adab38a3b..c0a92a2d1f42a9902f6d32ff1a04c7abda93d780 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 665ae56eb3d5333f8518890150d5d6f554228799..9ccbc41a49aa9162c8c4d5559bcf3f88eb31c52d 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 316ffbcc34e5e4b647bb73ceb4661c373ea139a6..5c60feb3ab8cea1f1930c7d6f0d736b4371ceb5c 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 7133c434e2ba657559524c63f10140e73db57247..869b8eee8ac7d85b890aac2972be3b316bfbe5f9 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 06d9b766c6dd16ee32aaee6ffe61a4a41cfc883c..99874b9a4cc7dbd56a7c553d34e65762cafe8ee6 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index ef2ff8e2293fc69f43b6082c98b5af116569ded2..fb2828f5c5d96671710b8eba128be9a8e64cf74b 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 5fa0bb8004ae4f7609c637485c793727e17734fe..41049d2ed4b7feef99873ffd27cc7ebe4ae9dbb3 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 95b76d4064bd1d686c9e9af0fe57c8700d7395bc..ad0d805902979e29fc9638d50a8b1c68ef3d1139 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 7d40c5626368272829aeadff2ba4892f280eba6c..68db163d07c0c526fcdf50dd69768b5fb2ba68a3 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index cff47ad73e503c0aafc784a68e4cd318e93e6495..7e4a6b5c787744ad865ad297ff59e3aa1482cc8b 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 1e07e7f6836c88157fabe6074c63a3e34f678408..100feaa42fa4878c486cc5d3fafffe791a94cc20 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 0557edd3262180b96069ea9acc3c58ef9e39966b..d1b8ea76527babadbf86c0002b15743e7e807983 100644 (file)
@@ -2,13 +2,10 @@
 # include "elementary_config.h"
 #endif
 
+#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
 #include <Elementary.h>
 #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)
 {
index 63558f8234f9521115c372456cc495a7ed84cffa..702d2c735efbb2c95184c4fa64f9374c59290e4f 100644 (file)
@@ -2,15 +2,10 @@
 # include "elementary_config.h"
 #endif
 
-#include <Elementary.h>
-#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"
+#include <Elementary.h>
+#include "elm_suite.h"
 
 
 START_TEST (elm_atspi_role_get)