[orca] Fix some OOo regression test diffs from some previous commits



commit 778c9d79dcabda0117a1a23e6e303c8f8d489bb9
Author: Willie Walker <william walker sun com>
Date:   Tue Jul 28 19:44:45 2009 -0400

    Fix some OOo regression test diffs from some previous commits

 test/keystrokes/oocalc/bug_363804b.py  |    6 +++---
 test/keystrokes/oowriter/bug_364765.py |    3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/test/keystrokes/oocalc/bug_363804b.py b/test/keystrokes/oocalc/bug_363804b.py
index 018c4b9..a278e0b 100644
--- a/test/keystrokes/oocalc/bug_363804b.py
+++ b/test/keystrokes/oocalc/bug_363804b.py
@@ -39,7 +39,7 @@ sequence.append(utils.AssertPresentationAction(
     "Down to A2 - don't speak cell coordinates",
     ["BRAILLE LINE:  'soffice Application fruit(.ods|) - " + utils.getOOoName("Calc") + " Frame fruit(.ods|) - " + utils.getOOoName("Calc") + " RootPane ScrollPane Document view3 Sheet Sheet1 Table Good in Pies Cell A2 '",
      "     VISIBLE:  'Good in Pies Cell A2 ', cursor=1",
-     "SPEECH OUTPUT: 'Good in Pies'"]))
+     "SPEECH OUTPUT: 'Good in Pies.'"]))
 
 ######################################################################
 # Press the right arrow to move to cell B2.
@@ -55,7 +55,7 @@ sequence.append(utils.AssertPresentationAction(
     "Right to B2 - don't speak cell coordinates",
     ["BRAILLE LINE:  'soffice Application fruit(.ods|) - " + utils.getOOoName("Calc") + " Frame fruit(.ods|) - " + utils.getOOoName("Calc") + " RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes Cell B2 '",
      "     VISIBLE:  'Yes Cell B2 ', cursor=1",
-     "SPEECH OUTPUT: 'Yes'"]))
+     "SPEECH OUTPUT: 'Yes.'"]))
 
 ######################################################################
 # Type Control-Home to position the text caret in cell A1.
@@ -71,7 +71,7 @@ sequence.append(utils.AssertPresentationAction(
     "Control+Home to A1 - don't speak cell coordinates",
     ["BRAILLE LINE:  'soffice Application fruit(.ods|) - " + utils.getOOoName("Calc") + " Frame fruit(.ods|) - " + utils.getOOoName("Calc") + " RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '",
      "     VISIBLE:  'Cell A1 ', cursor=1",
-     "SPEECH OUTPUT: 'blank'"]))
+     "SPEECH OUTPUT: 'blank.'"]))
 
 ######################################################################
 # Enter Alt-f, Alt-c to close the Calc spreadsheet window.
diff --git a/test/keystrokes/oowriter/bug_364765.py b/test/keystrokes/oowriter/bug_364765.py
index e7f5de2..08a5c10 100644
--- a/test/keystrokes/oowriter/bug_364765.py
+++ b/test/keystrokes/oowriter/bug_364765.py
@@ -32,7 +32,8 @@ sequence.append(utils.AssertPresentationAction(
     "Press W to open the Wizards submenu",
     ["BRAILLE LINE:  'soffice Application Untitled[ ]*1 - " + utils.getOOoName("Writer") + " Frame Untitled[ ]*1 - " + utils.getOOoName("Writer") + " RootPane MenuBar File Menu Letter...'",
      "     VISIBLE:  'Letter...', cursor=1",
-     "SPEECH OUTPUT: 'Wizards menu  Letter...'"]))
+     "SPEECH OUTPUT: 'Wizards menu'",
+     "SPEECH OUTPUT: 'Letter...'"]))
 
 ######################################################################
 # 4. Press Escape to close the Wizards submenu.



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