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



Author: wwalker
Date: Sun Feb 10 17:28:42 2008
New Revision: 3553
URL: http://svn.gnome.org/viewvc/orca?rev=3553&view=rev

Log:
Adjust regression test as a result of new (and improved) behavior from fix for bug #506874.


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

Modified: trunk/test/keystrokes/gtk-demo/role_text_multiline_navigation.py
==============================================================================
--- trunk/test/keystrokes/gtk-demo/role_text_multiline_navigation.py	(original)
+++ trunk/test/keystrokes/gtk-demo/role_text_multiline_navigation.py	Sun Feb 10 17:28:42 2008
@@ -1028,9 +1028,9 @@
 sequence.append(KeyReleaseAction(0, None, "KP_Insert"))
 sequence.append(utils.AssertPresentationAction(
     "Insert+KP_9 to flat review end",
-    ["BRAILLE LINE:  'Cursor at row 1 column 5 - 243 chars in document Cursor at row 1 column 5 - 243 chars in document $l'",
-     "     VISIBLE:  't $l', cursor=1",
-     "SPEECH OUTPUT: 'Cursor at row 1 column 5 - 243 chars in document Cursor at row 1 column 5 - 243 chars in document'"]))
+    ["BRAILLE LINE:  'Cursor at row 1 column 5 - 243 chars in document $l'",
+     "     VISIBLE:  'hars in document $l', cursor=16",
+     "SPEECH OUTPUT: 'Cursor at row 1 column 5 - 243 chars in document'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))



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