orca r3859 - trunk/test/keystrokes/gtk-demo



Author: richb
Date: Mon Apr 28 20:33:17 2008
New Revision: 3859
URL: http://svn.gnome.org/viewvc/orca?rev=3859&view=rev

Log:
Updated learn_mode.py gtk-demo regression test for the recent change
for the exit mode handler.


Modified:
   trunk/test/keystrokes/gtk-demo/learn_mode.py

Modified: trunk/test/keystrokes/gtk-demo/learn_mode.py
==============================================================================
--- trunk/test/keystrokes/gtk-demo/learn_mode.py	(original)
+++ trunk/test/keystrokes/gtk-demo/learn_mode.py	Mon Apr 28 20:33:17 2008
@@ -73,8 +73,11 @@
 sequence.append(KeyComboAction("Escape"))
 sequence.append(utils.AssertPresentationAction(
     "Exit learn mode",
-    ["BRAILLE LINE:  'Exiting learn mode.'",
+    ["BRAILLE LINE:  'Escape'",
+     "     VISIBLE:  'Escape', cursor=0",
+     "BRAILLE LINE:  'Exiting learn mode.'",
      "     VISIBLE:  'Exiting learn mode.', cursor=0",
+     "SPEECH OUTPUT: 'Escape'",
      "SPEECH OUTPUT: 'Exiting learn mode.'"]))
 
 # Just a little extra wait to let some events get through.



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