787170c4cd
a11y: Update tests after removing AtkText from GailExpander
2011-07-05 16:08:10 -04:00
fea49ed621
a11y: Update tests after removing AtkText from GailRange
2011-07-05 16:08:10 -04:00
e81657cba8
tests: Add an a11y test for scales
2011-07-05 16:08:09 -04:00
a5b08ea931
gail: Remove AtkText implementation from GailScale
...
AtkText should only be implemented by text editing widgets. For just
giving out a small text string, AtkObject::name should be used.
2011-07-05 16:08:09 -04:00
abe6c28bc2
Add some texts for text selection signals
...
Test that we do emit ::text_caret_moved and ::text_selection_changed
as expected.
2011-07-05 16:08:09 -04:00
5d38185448
Skip line-related tests for GtkEntry
...
GtkEntry sets single-paragraph mode on its pango layout,
so the results for line-related navigation don't match.
2011-07-05 16:08:09 -04:00
7872c2c19e
GtkEntryAccessible: port from GailTextUtil to GtkPango
...
Also clean up and rearrange the code.
As a side-effect, the no-longer-existing stipple attributes
are dropped. Update test results to match.
2011-07-05 16:08:08 -04:00
ca5db10bda
Add some tests for selection handling
2011-07-05 16:08:08 -04:00
81c809e27a
Add some more basic tests
2011-07-05 16:08:08 -04:00
3744742804
Remove debug spew
2011-07-05 16:08:07 -04:00
f0715f434e
Expand the insert/delete text
...
GtkLabel passes this now.
2011-07-05 16:08:07 -04:00
0437677b12
Update test results
...
The label accessible port dropped the no-longer-existing
stipple attributes; so update the expected test results to match.
2011-07-05 16:08:07 -04:00
53535f03cf
Replace the boundary test
...
The new test is much smaller, and the results have been carefully
looked at; GtkLabel gets it right, the others don't.
Also, temporarily include some code that dumps out useful information.
2011-07-05 16:08:07 -04:00
db2da1de42
Sort text attributes alphabetically in dumps
2011-07-05 16:08:07 -04:00
1b8c38f6e1
GtkHSV: set a suitable role for the accessible
...
The consensus of the accessibility team was that 'color chooser'
fits best for this. Update tests to match.
2011-07-05 16:08:07 -04:00
3edebfb81c
GtkSpinner: set a suitable role for the accessible
...
The consensus of the accessibility team was that this is
an animation. Update tests to match.
2011-07-05 16:08:07 -04:00
91960a2132
Add a testcase for a very old bug
...
This tests a problem that was first noticed in 2003, in
bug 126797: The text of a label accessible is not properly
updated when the label switches from !use-markup to use-markup.
2011-07-05 16:08:06 -04:00
437aaccc19
Test lots of boring string functions
...
Needless to say, these tests still fail.
2011-07-05 16:08:06 -04:00
ec7c50ef00
Add some AtkText tests
...
These unfortunately all fail really miserably, currently.
2011-07-05 16:08:06 -04:00
743cb1fc96
spinbutton testcase
2011-07-05 16:08:05 -04:00
2610a43e1c
iconview testcase
2011-07-05 16:08:05 -04:00
55d8a684c7
Paned testcase
2011-07-05 16:08:05 -04:00
9d4ce36199
Statusbar testcases
2011-07-05 16:08:05 -04:00
fb91fd7e3c
tree-performance: test with tree stores too
...
This duplicates the current test with a GtkTreeStore instead
of a GtkListStore.
2011-07-05 16:08:05 -04:00
23bc606c79
a11y: add a treeview performance test
...
This test creates a treeview with a few columns and a liststore,
and then populates it with a 1000 rows.
2011-07-05 16:08:05 -04:00
430957b036
Add a calendar testcase
2011-07-05 16:08:05 -04:00
8aced27009
Add an infobar testcase
2011-07-05 16:08:05 -04:00
f2d6439bc7
Add a GtkProgressBar testcase
2011-07-05 16:08:05 -04:00
5d84495b77
Add a GtkSpinner testcase
2011-07-05 16:08:05 -04:00
96d5ea96fd
Add a lockbutton testcase
2011-07-05 16:08:05 -04:00
3cc413e84f
Add a testcase for all the pickers
2011-07-05 16:08:05 -04:00
a8f663ce5e
Revert "Add a testcase with a print dialog"
...
THe testcase depends on the installed printers, so is nondeterministic.
This reverts commit 5bf14cc7485fe015ad15747454e877f2fb3dabc5.
2011-07-05 16:08:04 -04:00
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
aaa40bdc0a
Revert "Add a testcase involving a font selection dialog"
...
The font chooser depends on the fonts installed on the system, so the
output is nondeterministic.
This reverts commit 08fdc399762c2af07d94e42a1801e691e5d4d6ab.
2011-07-05 16:08:04 -04:00
d346be96c2
tests: Don't emit a message for every unnamed object
2011-07-05 16:08:04 -04:00
4c0814a176
tests: Reset the unnamed counter before a test run
...
This guarantees that objects are named the same all the time.
2011-07-05 16:08:04 -04:00
26a2cfe62a
tests: Fix crash due to freeing random pointers
2011-07-05 16:08:04 -04:00
b9c0d226c0
Add an assistant testcase
2011-07-05 16:08:04 -04:00
1783b5c85e
Add a testcase involving an expander
2011-07-05 16:08:03 -04:00
5a257fe95f
Add a testcase with a print dialog
2011-07-05 16:08:03 -04:00
b2e624c50c
Add a messagedialog testcase
2011-07-05 16:08:03 -04:00
c950bd540b
Add a testcase involving a font selection dialog
2011-07-05 16:08:03 -04:00
4149124b2b
Add a testcase with an appchooser dialog
2011-07-05 16:08:03 -04:00
0f2c739473
Add a README for accessibility-dump
2011-07-05 16:08:03 -04:00
4dfc4fbdaf
Add an about dialog testcase
2011-07-05 16:08:03 -04:00
f59b9e52d4
Add a color chooser testcase
2011-07-05 16:08:02 -04:00
ac8e00010a
Add a scrollbar to the range testcase
2011-07-05 16:08:02 -04:00
dfb8fa9b5a
Add a filechooser testcase
2011-07-05 16:08:02 -04:00
56100a017a
Remove debug spew
...
This had crept into the expected output for the buttons
testcase.
2011-07-05 16:08:02 -04:00
5ebbf00f0a
Try harder to generate names for accessibles
...
We are still hitting the 'no name' case in GtkFileChooser for
a GailBox, otherwise.
2011-07-05 16:08:02 -04:00