efl/src/tests/elementary
Stefan Schmidt a17d59c7c3 Revert "access: add API to get access object of given part"
This reverts commit 57d77c9041.

We are in freeze right now and this is a new feature. Considering the access
API is still in beta I might have let this slip by but its does not even build

../../../src/tests/elementary/elm_test_popup.c:27:1: error: conflicting types for ‘elm_object_part_access_object_get’
 START_TEST (elm_object_part_access_object_get)
 ^
In file included from ../../../src/lib/elementary/Elementary.h:240:0,
                 from ../../../src/tests/elementary/elm_test_popup.c:6:
../../../src/lib/elementary/elm_object.h:521:54: note: previous declaration of ‘elm_object_part_access_object_get’ was here
 EAPI Evas_Object *elm_object_part_access_object_get(const Evas_Object *obj, const char *part);
                                                      ^
../../../src/tests/elementary/elm_test_popup.c: In function ‘elm_object_part_access_object_get’:
../../../src/tests/elementary/elm_test_popup.c:39:47: warning: passing argument 1 of ‘elm_object_part_access_object_get’ makes integer from pointer without a cast [-Wint-conversion]
    access = elm_object_part_access_object_get(popup, "access.title");
                                               ^
../../../src/tests/elementary/elm_test_popup.c:27:1: note: expected ‘int’ but argument is of type ‘Evas_Object * {aka struct _Eo_Opaque *}’
 START_TEST (elm_object_part_access_object_get)
 ^
../../../src/tests/elementary/elm_test_popup.c:39:13: error: too many arguments to function ‘elm_object_part_access_object_get’
    access = elm_object_part_access_object_get(popup, "access.title");
             ^
../../../src/tests/elementary/elm_test_popup.c:27:1: note: declared here
 START_TEST (elm_object_part_access_object_get)
 ^
../../../src/tests/elementary/elm_test_popup.c:39:11: error: void value not ignored as it ought to be
    access = elm_object_part_access_object_get(popup, "access.title");
           ^
Makefile:43996: recipe for target 'tests/elementary/tests_elementary_elm_suite-elm_test_popup.o' failed
make[5]: *** [tests/elementary/tests_elementary_elm_suite-elm_test_popup.o] Error 1

If you still want this in make sure it actually can compile the tests you added.
2016-07-25 18:01:37 +02:00
..
.gitignore
Makefile.am
elm_code_file_test_load.c elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_file_test_memory.c elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_test_basic.c elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_test_line.c elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_test_parse.c elementary_code: Fix test failures post-merge 2016-06-06 14:28:17 +01:00
elm_code_test_text.c elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_test_widget.c elementary: fix test of internal widget to redefine unaccessible variable. 2016-06-23 10:46:16 -07:00
elm_code_test_widget_selection.c elementary_code: Fix test failures post-merge 2016-06-06 14:28:17 +01:00
elm_code_test_widget_text.c elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_code_test_widget_undo.c elementary: Fix repeated undo of character deletion 2016-06-14 22:47:22 +01:00
elm_cxx_suite.cc
elm_suite.c efl: Introduce general Efl.Config API 2016-06-24 16:57:04 +09:00
elm_suite.h efl: Introduce general Efl.Config API 2016-06-24 16:57:04 +09:00
elm_test_actionslider.c
elm_test_atspi.c Revert "Eo: Remove eo_del() and make eo_unref() the replacement." 2016-06-01 13:33:21 +01:00
elm_test_bg.c
elm_test_box.c
elm_test_bubble.c
elm_test_button.c
elm_test_calendar.c
elm_test_check.c
elm_test_clock.c
elm_test_colorselector.c
elm_test_config.c tests: Disable profile_exists as it fails on jenkins 2016-07-01 16:54:25 +09:00
elm_test_conformant.c
elm_test_ctxpopup.c
elm_test_datetime.c
elm_test_dayselector.c
elm_test_diskselector.c
elm_test_entry.c
elm_test_fileselector.c
elm_test_fileselector_button.c
elm_test_fileselector_entry.c
elm_test_flip.c
elm_test_flipselector.c
elm_test_frame.c
elm_test_gengrid.c
elm_test_genlist.c Adjust the code according to the eo event stop changes. 2016-06-20 18:02:00 +01:00
elm_test_glview.c
elm_test_grid.c
elm_test_helper.c
elm_test_helper.h elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
elm_test_hover.c
elm_test_hoversel.c
elm_test_icon.c
elm_test_image.c Adjust the code according to the eo event stop changes. 2016-06-20 18:02:00 +01:00
elm_test_index.c
elm_test_init.c
elm_test_inwin.c
elm_test_label.c
elm_test_layout.c elementary/layout: attach edje object API with eo compositing 2016-06-27 11:18:05 -07:00
elm_test_list.c
elm_test_map.c
elm_test_mapbuf.c
elm_test_menu.c
elm_test_multibuttonentry.c
elm_test_naviframe.c
elm_test_notify.c
elm_test_panel.c
elm_test_panes.c
elm_test_photo.c
elm_test_photocam.c
elm_test_player.c
elm_test_plug.c
elm_test_popup.c Revert "access: add API to get access object of given part" 2016-07-25 18:01:37 +02:00
elm_test_prefs.c Elm tests: Silence warnings in the unused elm prefs test. 2016-04-08 11:35:18 +01:00
elm_test_progressbar.c
elm_test_radio.c
elm_test_scroller.c
elm_test_segmentcontrol.c
elm_test_separator.c
elm_test_slider.c
elm_test_slideshow.c
elm_test_spinner.c
elm_test_table.c
elm_test_thumb.c
elm_test_toolbar.c
elm_test_video.c
elm_test_web.c Elm test web: Correctly disable the web tests. 2016-04-12 15:39:36 +01:00
elm_test_win.c elementary: switch to legacy API for tests. 2016-06-07 16:29:53 -07:00
testdiff.diff elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
testfile-windows.txt elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
testfile-withblanks.txt elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00
testfile.txt elementary: merging in elm_code widget. 2016-06-02 17:19:08 -07:00