gtk2/tests/a11y
Mike Gorse b7743430aa Add accessibles for GtkEntry icons
Expose GtkEntry icons as child accessibles of a GtkEntry, and provide
actions to simulate clicking them. Also, refactor the a11y children test
slightly to add a test.

https://bugzilla.gnome.org/show_bug.cgi?id=686347
2012-11-12 09:21:27 -06:00
..
about.txt Update a11y test results 2012-11-07 20:21:50 -05:00
about.ui
accessibile-name.txt
accessibility-dump.c Change FSF Address 2012-02-27 17:06:11 +00:00
accessible-name.txt
accessible-name.ui
assistant.txt Update a11y test results 2012-11-07 20:21:50 -05:00
assistant.ui
buttons.txt
buttons.ui
calendar.txt
calendar.ui
children.c Add accessibles for GtkEntry icons 2012-11-12 09:21:27 -06:00
colorchooser.txt Update a11y test results 2012-11-07 20:21:50 -05:00
colorchooser.ui
combos.txt Add combobox a11y tests 2011-11-14 09:26:15 -05:00
combos.ui Add combobox a11y tests 2011-11-14 09:26:15 -05:00
entries.txt Add accessibles for GtkEntry icons 2012-11-12 09:21:27 -06:00
entries.ui Add accessibles for GtkEntry icons 2012-11-12 09:21:27 -06:00
expander.txt
expander.ui
focus.c Change FSF Address 2012-02-27 17:06:11 +00:00
hello-world.txt
hello-world.ui
iconview.txt Update expected test results 2012-03-20 11:34:11 -04:00
iconview.ui
infobar.txt Update a11y test results 2012-11-07 20:21:50 -05:00
infobar.ui
link.txt
link.ui
lockbutton.txt
lockbutton.ui
Makefile.am tests: Reenable a11y tree-relationships test 2012-02-11 04:46:43 +01:00
menu.txt
menu.ui
menus.txt
menus.ui
messagedialog.txt Update a11y test results 2012-11-07 20:21:50 -05:00
messagedialog.ui
mnemonic.txt
mnemonic.ui
notebook.txt
notebook.ui
paned.txt
paned.ui
pickers.txt Update expected test output 2012-03-26 09:26:46 -04:00
pickers.ui
placeholder-text.txt
placeholder-text.ui
progress.txt
progress.ui
range.txt
range.ui
README
scale-drawvalue.txt
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

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.