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



Author: wwalker
Date: Fri May 30 20:00:26 2008
New Revision: 3943
URL: http://svn.gnome.org/viewvc/orca?rev=3943&view=rev

Log:
Reconcile tests with new/improved behavior.


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

Modified: trunk/test/keystrokes/gtk-demo/role_text_multiline.py
==============================================================================
--- trunk/test/keystrokes/gtk-demo/role_text_multiline.py	(original)
+++ trunk/test/keystrokes/gtk-demo/role_text_multiline.py	Fri May 30 20:00:26 2008
@@ -268,17 +268,18 @@
                            5000))
 sequence.append(utils.AssertPresentationAction(
     "Select to end of line",
-    ["BRAILLE LINE:  'gtk-demo Application Application Window Frame ScrollPane This is a test. $l'",
-     "     VISIBLE:  'This is a test. $l', cursor=1",
-     "BRAILLE LINE:  ' $l'",
-     "     VISIBLE:  ' $l', cursor=1",
-     "BRAILLE LINE:  'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type. $l'",
-     "     VISIBLE:  'I'm just typing away like a mad ', cursor=1",
-     "BRAILLE LINE:  'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type. $l'",
-     "     VISIBLE:  'y life than eat fruit and type. ', cursor=32",
-     "SPEECH OUTPUT: 'T'",
-     "SPEECH OUTPUT: 'blank'",
-     "SPEECH OUTPUT: 'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type.'",
+    ["BRAILLE LINE:  'gtk-demo Application Application Window Frame ScrollPane This is a test. $l'",
+     "     VISIBLE:  'This is a test. $l', cursor=1",
+     "BRAILLE LINE:  ' $l'",
+     "     VISIBLE:  ' $l', cursor=1",
+     "BRAILLE LINE:  'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type. $l'",
+     "     VISIBLE:  'I'm just typing away like a mad ', cursor=1",
+     "BRAILLE LINE:  'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type. $l'",
+     "     VISIBLE:  'y life than eat fruit and type. ', cursor=32",
+     "SPEECH OUTPUT: 'T'",
+     "SPEECH OUTPUT: 'unselected'",
+     "SPEECH OUTPUT: 'blank'",
+     "SPEECH OUTPUT: 'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type.'",
      "SPEECH OUTPUT: 'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type.'",
      "SPEECH OUTPUT: 'selected'"]))
 
@@ -307,11 +308,11 @@
 sequence.append(PauseAction(3000))
 sequence.append(utils.AssertPresentationAction(
     "Basic Where Am I multiline selection",
-    ["BRAILLE LINE:  'The keyboard sure can get sticky. $l'",
-     "     VISIBLE:  'The keyboard sure can get sticky', cursor=13",
-     "SPEECH OUTPUT: ''",
-     "SPEECH OUTPUT: 'text'",
-     "SPEECH OUTPUT: 'The keyboard'",
+    ["BRAILLE LINE:  'The keyboard sure can get sticky. $l'",
+     "     VISIBLE:  'The keyboard sure can get sticky', cursor=13",
+     "SPEECH OUTPUT: ''",
+     "SPEECH OUTPUT: 'text'",
+     "SPEECH OUTPUT: 'The keyboard'",
      "SPEECH OUTPUT: 'selected'",
      "SPEECH OUTPUT: ''"]))
 
@@ -324,19 +325,19 @@
 sequence.append(PauseAction(3000))
 sequence.append(utils.AssertPresentationAction(
     "Detailed Where Am I multiline selection",
-    ["BRAILLE LINE:  'The keyboard sure can get sticky. $l'",
-     "     VISIBLE:  'The keyboard sure can get sticky', cursor=13",
-     "BRAILLE LINE:  'The keyboard sure can get sticky. $l'",
-     "     VISIBLE:  'The keyboard sure can get sticky', cursor=13",
-     "SPEECH OUTPUT: ''",
-     "SPEECH OUTPUT: 'text'",
-     "SPEECH OUTPUT: 'The keyboard'",
-     "SPEECH OUTPUT: 'selected'",
-     "SPEECH OUTPUT: ''",
-     "SPEECH OUTPUT: ''",
-     "SPEECH OUTPUT: 'text'",
-     "SPEECH OUTPUT: 'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type.",
-     "The keyboard'",
+    ["BRAILLE LINE:  'The keyboard sure can get sticky. $l'",
+     "     VISIBLE:  'The keyboard sure can get sticky', cursor=13",
+     "BRAILLE LINE:  'The keyboard sure can get sticky. $l'",
+     "     VISIBLE:  'The keyboard sure can get sticky', cursor=13",
+     "SPEECH OUTPUT: ''",
+     "SPEECH OUTPUT: 'text'",
+     "SPEECH OUTPUT: 'The keyboard'",
+     "SPEECH OUTPUT: 'selected'",
+     "SPEECH OUTPUT: ''",
+     "SPEECH OUTPUT: ''",
+     "SPEECH OUTPUT: 'text'",
+     "SPEECH OUTPUT: 'I'm just typing away like a mad little monkey with nothing better to do in my life than eat fruit and type.",
+     "The keyboard'",
      "SPEECH OUTPUT: 'selected'",
      "SPEECH OUTPUT: ''"]))
 



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