gtk2/tests/a11y
Benjamin Otte a3ca0bf898 Revert "Add a filechooser testcase"
File choosers depend on the files in the current directory and the
settings the user has set for the file chooser, so the output cannot be
deterministic.

This reverts commit f05c9e02c49f857c33e02c3d89483fcccb5df254.
2011-07-05 16:08:04 -04:00
..
about.txt Add an about dialog testcase 2011-07-05 16:08:03 -04:00
about.ui Add an about dialog testcase 2011-07-05 16:08:03 -04:00
accessibile-name.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
accessibility-dump.c tests: Don't emit a message for every unnamed object 2011-07-05 16:08:04 -04:00
accessible-name.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
accessible-name.ui Add a test that sets ::accessible-name 2011-07-05 16:07:57 -04:00
appchooser.txt Add a testcase with an appchooser dialog 2011-07-05 16:08:03 -04:00
appchooser.ui Add a testcase with an appchooser dialog 2011-07-05 16:08:03 -04:00
assistant.txt Add an assistant testcase 2011-07-05 16:08:04 -04:00
assistant.ui Add an assistant testcase 2011-07-05 16:08:04 -04:00
buttons.txt Remove debug spew 2011-07-05 16:08:02 -04:00
buttons.ui Remove debug spew 2011-07-05 16:08:01 -04:00
colorchooser.txt Add a color chooser testcase 2011-07-05 16:08:02 -04:00
colorchooser.ui Add a color chooser testcase 2011-07-05 16:08:02 -04:00
expander.txt Add a testcase involving an expander 2011-07-05 16:08:03 -04:00
expander.ui Add a testcase involving an expander 2011-07-05 16:08:03 -04:00
hello-world.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
hello-world.ui tests: Add first shot at an accessibility dump tool 2011-07-05 16:07:57 -04:00
link.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
link.ui Add a test involving links 2011-07-05 16:08:00 -04:00
Makefile.am Revert "Add a filechooser testcase" 2011-07-05 16:08:04 -04:00
messagedialog.txt Add a messagedialog testcase 2011-07-05 16:08:03 -04:00
messagedialog.ui Add a messagedialog testcase 2011-07-05 16:08:03 -04:00
mnemonic.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
mnemonic.ui Add a test that has a labeled-by relation in it 2011-07-05 16:07:57 -04:00
notebook.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
notebook.ui Add a test involving a selection 2011-07-05 16:07:59 -04:00
printdialog.txt Add a testcase with a print dialog 2011-07-05 16:08:03 -04:00
printdialog.ui Add a testcase with a print dialog 2011-07-05 16:08:03 -04:00
range.txt Add a scrollbar to the range testcase 2011-07-05 16:08:02 -04:00
range.ui Add a scrollbar to the range testcase 2011-07-05 16:08:02 -04:00
README Add a README for accessibility-dump 2011-07-05 16:08:03 -04:00
text.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
text.ui Add a test involving a text view 2011-07-05 16:08:00 -04:00
tree.txt tests: omit fg-color and bg-color values from attributes 2011-07-05 16:08:01 -04:00
tree.ui Add a test involving a tree view 2011-07-05 16:08:00 -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.