orca r3969 - in trunk: . test/keystrokes/gtk-demo



Author: richb
Date: Mon Jun  9 20:44:20 2008
New Revision: 3969
URL: http://svn.gnome.org/viewvc/orca?rev=3969&view=rev

Log:
        * test/keystrokes/gtk-demo/role_spin_button.py:
          Fix for bug #519556 - gtk-demo/role_spin_button.py regression 
          test #1 produces the wrong results.


Modified:
   trunk/ChangeLog
   trunk/test/keystrokes/gtk-demo/role_spin_button.py

Modified: trunk/test/keystrokes/gtk-demo/role_spin_button.py
==============================================================================
--- trunk/test/keystrokes/gtk-demo/role_spin_button.py	(original)
+++ trunk/test/keystrokes/gtk-demo/role_spin_button.py	Mon Jun  9 20:44:20 2008
@@ -45,7 +45,7 @@
 sequence.append(WaitForFocus(acc_role=pyatspi.ROLE_SPIN_BUTTON))
 sequence.append(utils.AssertPresentationAction(
     "Hue spin button",
-    ["BUG? - Text is selected, but selection not presented.",
+    ["KNOWN ISSUE - Selection state not spoken",
      "BRAILLE LINE:  'gtk-demo Application Changing color ColorChooser ColorChooser Hue: 240 $l'",
      "     VISIBLE:  'Hue: 240 $l', cursor=6",
      "BRAILLE LINE:  'gtk-demo Application Changing color ColorChooser ColorChooser Hue: 240 $l'",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]