forked from AuroraMiddleware/gtk
a3ca0bf898
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. |
||
---|---|---|
.. | ||
about.txt | ||
about.ui | ||
accessibile-name.txt | ||
accessibility-dump.c | ||
accessible-name.txt | ||
accessible-name.ui | ||
appchooser.txt | ||
appchooser.ui | ||
assistant.txt | ||
assistant.ui | ||
buttons.txt | ||
buttons.ui | ||
colorchooser.txt | ||
colorchooser.ui | ||
expander.txt | ||
expander.ui | ||
hello-world.txt | ||
hello-world.ui | ||
link.txt | ||
link.ui | ||
Makefile.am | ||
messagedialog.txt | ||
messagedialog.ui | ||
mnemonic.txt | ||
mnemonic.ui | ||
notebook.txt | ||
notebook.ui | ||
printdialog.txt | ||
printdialog.ui | ||
range.txt | ||
range.ui | ||
README | ||
text.txt | ||
text.ui | ||
tree.txt | ||
tree.ui |
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.