gtk/tests/a11y
2013-02-01 22:58:55 -05:00
..
about.txt Update expected output of a11y tests 2013-01-14 23:12:36 -05:00
about.ui
accessibile-name.txt
accessibility-dump.c Change FSF Address 2012-02-27 17:06:11 +00:00
accessible-name.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
accessible-name.ui
assistant.txt Update a11y test results 2012-11-07 20:21:50 -05:00
assistant.ui
buttons.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
buttons.ui
calendar.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
calendar.ui
children.c Don't use gtk_scrolled_window_add_with_viewport() in tests 2013-02-01 22:58:55 -05:00
colorchooser.txt Update a11y test results 2012-11-07 20:21:50 -05:00
colorchooser.ui
combos.txt Update for some changes to selectable/selected state handling 2012-12-18 00:02:09 -05:00
combos.ui Add combobox a11y tests 2011-11-14 09:26:15 -05:00
derive.c Add a test for deriving accessible implementations 2012-12-27 12:06:22 -05:00
entries.txt Update expected output for the entries a11y test 2012-11-20 06:28:59 -05:00
entries.ui Add accessibles for GtkEntry icons 2012-11-12 09:21:27 -06:00
expander.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
expander.ui
focus.c Change FSF Address 2012-02-27 17:06:11 +00:00
hello-world.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
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 Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
link.ui
lockbutton.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
lockbutton.ui
Makefile.am Add accessibility for GtkLevelBar and value test 2013-02-01 11:44:15 -06:00
menu.txt tests: Add a test for menus 2011-07-11 03:10:04 +02:00
menu.ui tests: Add a test for menus 2011-07-11 03:10:04 +02:00
menus.txt Update expected test output 2011-07-17 19:38:23 -04:00
menus.ui Add a test for menus 2011-07-05 16:08:57 -04:00
messagedialog.txt Update a11y test results 2012-11-07 20:21:50 -05:00
messagedialog.ui
mnemonic.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
mnemonic.ui
notebook.txt Update expected test output 2011-07-05 16:10:26 -04:00
notebook.ui
paned.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
paned.ui
pickers.txt Update results for Unicode ellises 2012-12-18 00:14:53 -05:00
pickers.ui
placeholder-text.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
placeholder-text.ui Add a placeholder-text test 2011-07-05 16:08:56 -04:00
progress.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
progress.ui
range.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
range.ui
README
scale-drawvalue.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
scale-drawvalue.ui
spinner.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
spinner.ui
statusbar.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
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 Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
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.