GNOME Bugzilla – Bug 654683
getallstates does not work with pyatspi2
Last modified: 2011-07-16 00:24:45 UTC
pyatspi2 changed how the keys in STATE_VALUE_TO_NAME are defined, which breaks ldtp.getallstates(). Try that function on any widget and you'll just get blank strings back. Instead of using __repr__(), str() should be used. Patch attached.
Created attachment 192032 [details] [review] Use str
Have pushed the fix to git head, thanks for the bug report and the patch.