[gtk+/quartz-integration: 358/563] Add a README for accessibility-dump
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/quartz-integration: 358/563] Add a README for accessibility-dump
- Date: Sat, 9 Jul 2011 06:36:07 +0000 (UTC)
commit d679e96970758ca99406b416888646dee55bbd4e
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 21 19:34:55 2011 -0400
Add a README for accessibility-dump
tests/a11y/README | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/tests/a11y/README b/tests/a11y/README
new file mode 100644
index 0000000..434b0d7
--- /dev/null
+++ b/tests/a11y/README
@@ -0,0 +1,18 @@
+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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]