gtk/tests/a11y
Benjamin Otte 7cecc8e524 a11y: Remove AtkSelection implementation from combobox
AtkSelection requires that the immediate children of the object are the
selectable items. The combobox however is implemented with just 1 child:
The popup menu.

The popup menu is implementing the selectable interface.

Test are updated to reflect this change.
2013-05-02 15:31:26 +02:00
..
about.txt Update a few a11y test results 2013-05-01 19:07:10 -04:00
about.ui
accessibile-name.txt
accessibility-dump.c Change FSF Address 2012-02-27 17:06:11 +00:00
accessible-name.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
accessible-name.ui
assistant.txt Update a few a11y test results 2013-05-01 19:07:10 -04:00
assistant.ui
buttons.txt Add a test for setting accessible name from gtkbuilder 2013-02-10 15:47:08 -05:00
buttons.ui Add a test for setting accessible name from gtkbuilder 2013-02-10 15:47:08 -05:00
calendar.txt
calendar.ui
children.c Avoid deprecation warnings in a11y tests 2013-02-04 09:27:28 -05:00
colorchooser.txt Update a few a11y test results 2013-05-01 19:07:10 -04:00
colorchooser.ui
combos.txt a11y: Remove AtkSelection implementation from combobox 2013-05-02 15:31:26 +02:00
combos.ui
derive.c Add a test for deriving accessible implementations 2012-12-27 12:06:22 -05:00
entries.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
entries.ui Add accessibles for GtkEntry icons 2012-11-12 09:21:27 -06:00
expander.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
expander.ui
focus.c Change FSF Address 2012-02-27 17:06:11 +00:00
hello-world.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
hello-world.ui
iconview.txt Update expected test results 2012-03-20 11:34:11 -04:00
iconview.ui
infobar.txt Update a few a11y test results 2013-05-01 19:07:10 -04:00
infobar.ui
link.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
link.ui
lockbutton.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
lockbutton.ui
Makefile.am Add accessibility for GtkLevelBar and value test 2013-02-01 11:44:15 -06:00
menu.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
menu.ui
menus.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
menus.ui
messagedialog.txt Update a few a11y test results 2013-05-01 19:07:10 -04:00
messagedialog.ui
mnemonic.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
mnemonic.ui
notebook.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
notebook.ui
paned.txt
paned.ui
pickers.txt a11y: Remove AtkSelection implementation from combobox 2013-05-02 15:31:26 +02:00
pickers.ui Disable broken picker a11y test 2013-05-01 21:03:55 -04:00
placeholder-text.txt Update a11y test results to match 2013-02-04 00:57:46 -05:00
placeholder-text.ui
progress.txt
progress.ui
range.txt Update a11y test results to match 2013-02-04 01:03:37 -05:00
range.ui
README
scale-drawvalue.txt Update a11y test results to match 2013-02-04 01:03:37 -05:00
scale-drawvalue.ui
spinner.txt
spinner.ui
statusbar.txt
statusbar.ui
testfocus.c Use G_SOURCE_CONTINUE/REMOVE 2012-01-30 19:12:27 -05:00
text.c Change FSF Address 2012-02-27 17:06:11 +00:00
text.txt
text.ui
tree-performance.c Change FSF Address 2012-02-27 17:06:11 +00:00
tree-relationships.c Change FSF Address 2012-02-27 17:06:11 +00:00
util.c Change FSF Address 2012-02-27 17:06:11 +00:00
value.c Add accessibility for GtkLevelBar and value test 2013-02-01 11:44:15 -06:00

accessibility-dump is a test runner that can do tests of static
accessibility information. Run it like this:

./accessibility-dump [OPTIONS] TESTFILE [TESTFILES...]

where TESTFILE is a GtkBuilder .ui file. accessibility-dump creates
a textual dump of the accessibility information for the created
widget hierarchy and compares it to a preexisting .txt file.

To create an initial dump, you can use the --generate option with
a single .ui file. You should carefully inspect the output before
blessing it as the official .txt to compare against.

To find out details about a failure, you can use the --verbose
option to see differences between expected and actual output.

When run without any arguments, all the .ui files in the current
directory are tested.