gtk2/tests/a11y
2011-09-05 16:36:56 -04:00
..
about.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
about.ui
accessibile-name.txt
accessibility-dump.c
accessible-name.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
accessible-name.ui
appchooser.txt Adapt a11y dump output 2011-08-29 10:36:44 -04:00
appchooser.ui
assistant.txt Update assistant tests 2011-07-05 16:10:26 -04: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 Verify that notify::accessible parent is emitted 2011-07-05 16:10:26 -04:00
colorchooser.txt Adapt a11y dump output 2011-08-29 10:36:44 -04:00
colorchooser.ui
entries.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
entries.ui
expander.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
expander.ui
focus.c Add an initial focus handling test 2011-07-05 16:10:25 -04: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 Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
iconview.ui
infobar.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04: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 Disable an incomplete test that does not work 2011-08-30 11:28:52 -04: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
messagedialog.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04: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 Fix output of pickers.ui a11y test 2011-09-05 16:36:56 -04: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
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 Add an initial focus testbed 2011-07-16 10:03:20 -04:00
text.c tests: Update text test for textview 2011-07-06 16:50:09 +02:00
text.txt Change the toolkit attribute from gail to gtk 2011-07-05 16:10:25 -04:00
text.ui
tree-performance.c
tree.txt Update expected test output 2011-07-17 19:38:23 -04:00
tree.ui
util.c Add a test for atk_get_root() 2011-07-11 23:57:56 -04: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.