orca r3737 - in trunk: . test/keystrokes/oocalc
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3737 - in trunk: . test/keystrokes/oocalc
- Date: Thu, 20 Mar 2008 19:51:52 +0000 (GMT)
Author: richb
Date: Thu Mar 20 19:51:52 2008
New Revision: 3737
URL: http://svn.gnome.org/viewvc/orca?rev=3737&view=rev
Log:
* test/keystrokes/oocalc/bug_363804.py:
Fix for bug #523464 - oocalc/bug_363804.py regression tests #1
through #6 produce the wrong results.
Modified:
trunk/ChangeLog
trunk/test/keystrokes/oocalc/bug_363804.py
Modified: trunk/test/keystrokes/oocalc/bug_363804.py
==============================================================================
--- trunk/test/keystrokes/oocalc/bug_363804.py (original)
+++ trunk/test/keystrokes/oocalc/bug_363804.py Thu Mar 20 19:51:52 2008
@@ -50,9 +50,8 @@
5000))
sequence.append(utils.AssertPresentationAction(
"Down to A2 - speak cell coordinates",
- ["BRAILLE LINE: 'soffice Application fruit - " + OO_NAME + " Calc Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Good in Pies Cell A2 '",
+ ["BRAILLE LINE: 'soffice Application Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Good in Pies Cell A2 '",
" VISIBLE: 'Good in Pies Cell A2 ', cursor=1",
- "SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Good in Pies A2'"]))
######################################################################
@@ -67,9 +66,8 @@
5000))
sequence.append(utils.AssertPresentationAction(
"Right to B2 - speak cell coordinates",
- ["BRAILLE LINE: 'soffice Application fruit - " + OO_NAME + " Calc Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes Cell B2 '",
+ ["BRAILLE LINE: 'soffice Application Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes Cell B2 '",
" VISIBLE: 'Yes Cell B2 ', cursor=1",
- "SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Yes B2'"]))
######################################################################
@@ -84,9 +82,8 @@
5000))
sequence.append(utils.AssertPresentationAction(
"Control Home to A1 - speak cell coordinates",
- ["BRAILLE LINE: 'soffice Application fruit - " + OO_NAME + " Calc Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '",
+ ["BRAILLE LINE: 'soffice Application Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '",
" VISIBLE: 'Cell A1 ', cursor=1",
- "SPEECH OUTPUT: ''",
"SPEECH OUTPUT: ' A1'"]))
######################################################################
@@ -146,9 +143,8 @@
5000))
sequence.append(utils.AssertPresentationAction(
"Down to A2 - don't speak cell coordinates",
- ["BRAILLE LINE: 'soffice Application fruit - " + OO_NAME + " Calc Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Good in Pies Cell A2 '",
+ ["BRAILLE LINE: 'soffice Application Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Good in Pies Cell A2 '",
" VISIBLE: 'Good in Pies Cell A2 ', cursor=1",
- "SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Good in Pies'"]))
######################################################################
@@ -163,9 +159,8 @@
5000))
sequence.append(utils.AssertPresentationAction(
"Right to B2 - don't speak cell coordinates",
- ["BRAILLE LINE: 'soffice Application fruit - " + OO_NAME + " Calc Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes Cell B2 '",
+ ["BRAILLE LINE: 'soffice Application Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes Cell B2 '",
" VISIBLE: 'Yes Cell B2 ', cursor=1",
- "SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Yes'"]))
######################################################################
@@ -180,9 +175,8 @@
5000))
sequence.append(utils.AssertPresentationAction(
"Control+Home to A1 - don't speak cell coordinates",
- ["BRAILLE LINE: 'soffice Application fruit - " + OO_NAME + " Calc Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '",
+ ["BRAILLE LINE: 'soffice Application Frame fruit - " + OO_NAME + " Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '",
" VISIBLE: 'Cell A1 ', cursor=1",
- "SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'blank'"]))
######################################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]