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
This commit is contained in:
Lukasz Stanislawski 2015-01-14 14:49:41 +01:00 committed by Cedric BAIL
parent 9cd1e83c24
commit 06d6557d53
63 changed files with 68 additions and 283 deletions

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *actionslider; Evas_Object *win, *actionslider;

View File

@ -3,17 +3,12 @@
#endif #endif
#define ELM_INTERNAL_API_ARGESFSDFEFC #define ELM_INTERNAL_API_ARGESFSDFEFC
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_priv.h" #include "elm_priv.h"
#include "elm_suite.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; static Evas_Object *g_win, *g_btn, *g_bg;
void generate_app(void) void generate_app(void)

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *bg; Evas_Object *win, *bg;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *box; Evas_Object *win, *box;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *bubble; Evas_Object *win, *bubble;

View File

@ -2,20 +2,12 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED
#define ELM_INTERFACE_ATSPI_ACTION_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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"
START_TEST (elm_atspi_role_get) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *button; Evas_Object *win, *button;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *calendar; Evas_Object *win, *calendar;

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_check_onoff_text)
{ {
Evas_Object *win, *check; Evas_Object *win, *check;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *clk; Evas_Object *win, *clk;

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_colorselector_palette)
{ {
Evas_Object *win, *c; Evas_Object *win, *c;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *conformant; Evas_Object *win, *conformant;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *ctxpopup; Evas_Object *win, *ctxpopup;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *datetime; Evas_Object *win, *datetime;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *dayselector; Evas_Object *win, *dayselector;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *diskselector; Evas_Object *win, *diskselector;

View File

@ -2,15 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#include <Elementary.h>
#include "elm_suite.h"
#define ELM_INTERFACE_ATSPI_TEXT_PROTECTED #define ELM_INTERFACE_ATSPI_TEXT_PROTECTED
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED #define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include "elm_interface_atspi_text.h" #include <Elementary.h>
#include "elm_interface_atspi_text.eo.h" #include "elm_suite.h"
#include "elm_interface_atspi_accessible.h"
#include "elm_interface_atspi_accessible.eo.h"
START_TEST (elm_entry_del) START_TEST (elm_entry_del)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *fs_button; Evas_Object *win, *fs_button;

View File

@ -2,14 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {
Evas_Object *win, *fs_entry; Evas_Object *win, *fs_entry;

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,16 +2,11 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_SELECTION_PROTECTED
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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"
#if 0 #if 0
// Skip following tests until Elm_Widget_Item will migrate to Eo infrastructure // Skip following tests until Elm_Widget_Item will migrate to Eo infrastructure
// and following features can be implemented // and following features can be implemented

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,13 +2,10 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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) START_TEST (elm_atspi_role_get)
{ {

View File

@ -2,16 +2,11 @@
# include "elementary_config.h" # include "elementary_config.h"
#endif #endif
#define ELM_INTERFACE_ATSPI_ACCESSIBLE_PROTECTED
#define ELM_INTERFACE_ATSPI_COMPONENT_PROTECTED
#include <Elementary.h> #include <Elementary.h>
#include "elm_suite.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"
START_TEST (elm_atspi_role_get) START_TEST (elm_atspi_role_get)
{ {