gtk/testsuite/a11y
Matthias Clasen aefe86d632 Update expected output for the font picker a11y test
This change is a consequence of the recent font chooser changes.
2014-08-16 13:02:47 -04:00
..
state Skip focus tests in make check 2014-08-10 07:08:39 -04:00
a11ychildren.test.in
a11yderive.test.in
a11ymisc.test.in Add a test for popover accessible parents 2014-07-30 23:14:49 +02:00
a11ytests.test.in
a11ytext.test.in
a11ytree.test.in
a11yutil.test.in
a11yvalue.test.in
about.txt Update expected output in a11y tests for buttons 2014-08-16 13:01:50 -04:00
about.ui
accessibile-name.txt
accessibility-dump.c
accessible-name.txt
accessible-name.ui
actionbar.txt
actionbar.ui
assistant.txt
assistant.ui
buttons.txt Update expected output in a11y tests for buttons 2014-08-16 13:01:50 -04:00
buttons.ui
calendar.txt
calendar.ui
children.c
colorchooser.txt Update expected output for a11y tests 2014-07-21 19:21:02 -04:00
colorchooser.ui
combos.txt
combos.ui
derive.c
entries.txt Adapt to spinbutton changes 2014-08-14 19:39:07 -04:00
entries.ui
expander.txt
expander.ui
headerbar.txt
headerbar.ui
hello-world.txt
hello-world.ui
iconview.txt
iconview.ui
infobar.txt
infobar.ui
label.txt
label.ui
link.txt
link.ui
listbox.txt
listbox.ui
lockbutton.txt
lockbutton.ui
Makefile.am Add a11y state tests 2014-08-04 09:58:58 +02:00
menu.txt
menu.ui
menubutton2.txt
menubutton2.ui
menubutton3.txt
menubutton3.ui
menubutton.txt
menubutton.ui
menus.txt
menus.ui
messagedialog.txt
messagedialog.ui
misc.c Add a test for popover accessible parents 2014-07-30 23:14:49 +02:00
mnemonic.txt
mnemonic.ui
notebook.txt
notebook.ui
paned.txt
paned.ui
pickers.txt Update expected output for the font picker a11y test 2014-08-16 13:02:47 -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
stack.txt Update expected output in a11y tests for buttons 2014-08-16 13:01:50 -04:00
stack.ui
statusbar.txt
statusbar.ui
testfocus.c
text.c
text.txt
text.ui
tree-performance.c
tree-relationships.c
tree.txt
tree.ui
util.c
value.c

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.