After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 523234 - gtk-demo/debug_commands.py regression test #1 produces the wrong results.
gtk-demo/debug_commands.py regression test #1 produces the wrong results.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 2.24.0
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks: 519271
 
 
Reported: 2008-03-18 20:09 UTC by Rich Burridge
Modified: 2009-03-10 00:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich Burridge 2008-03-18 20:09:12 UTC
Test 1 of 1 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/gtk-demo/debug_commands.py:Report script information
EXPECTED:
     "BRAILLE LINE:  'SCRIPT INFO: Script name='gtk-demo (module=orca.default)' Application name='gtk-demo' Toolkit name='GAIL' Version='1.20.0''",
     "     VISIBLE:  'SCRIPT INFO: Script name='gtk-de', cursor=0",
     "SPEECH OUTPUT: 'SCRIPT INFO: Script name='gtk-demo (module=orca.default)' Application name='gtk-demo' Toolkit name='GAIL' Version='1.20.0''",
ACTUAL:
     "BRAILLE LINE:  'SCRIPT INFO: Script name='gtk-demo (module=orca.default)' Application name='gtk-demo' Toolkit name='GAIL' Version='1.22.0''",
     "     VISIBLE:  'SCRIPT INFO: Script name='gtk-de', cursor=0",
     "SPEECH OUTPUT: 'SCRIPT INFO: Script name='gtk-demo (module=orca.default)' Application name='gtk-demo' Toolkit name='GAIL' Version='1.22.0''",

This is one where it's going to be different with every GNOME release.
Not sure what the best way to handle that is.
Comment 1 Rich Burridge 2008-03-18 20:19:55 UTC
Comment from Joanie:

"Confirmed, although the version number I have differs from both the expected
and from yours.  (I have 2.13.1)"
Comment 2 Willie Walker 2008-03-25 17:31:56 UTC
I think this should be gone now with 520656.  The nightly run of the gtk-demo regression tests also confirmed this.  Closing as FIXED.