orca r3748 - in trunk: . test/keystrokes/oowriter
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3748 - in trunk: . test/keystrokes/oowriter
- Date: Mon, 24 Mar 2008 20:07:23 +0000 (GMT)
Author: richb
Date: Mon Mar 24 20:07:22 2008
New Revision: 3748
URL: http://svn.gnome.org/viewvc/orca?rev=3748&view=rev
Log:
* test/keystrokes/oowriter/bug_382880.py:
Fix for bug #523447 - oowriter/bug_382880.py regression tests #1
through #8 produce the wrong results.
Modified:
trunk/ChangeLog
trunk/test/keystrokes/oowriter/bug_382880.py
Modified: trunk/test/keystrokes/oowriter/bug_382880.py
==============================================================================
--- trunk/test/keystrokes/oowriter/bug_382880.py (original)
+++ trunk/test/keystrokes/oowriter/bug_382880.py Mon Mar 24 20:07:22 2008
@@ -30,7 +30,7 @@
"Type a down arrow to move to the next line",
["BRAILLE LINE: 'December 2006 $l'",
" VISIBLE: 'December 2006 $l', cursor=1",
- "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view This is a test. $l'",
+ "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view This is a test. $l'",
" VISIBLE: 'This is a test. $l', cursor=16",
"SPEECH OUTPUT: 'This is a test.'"]))
@@ -44,7 +44,7 @@
"Type a down arrow to move to the Mon table column header",
["BRAILLE LINE: 'This is a test. $l'",
" VISIBLE: 'This is a test. $l', cursor=1",
- "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Mon Paragraph'",
+ "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Mon Paragraph'",
" VISIBLE: 'Mon Paragraph', cursor=1",
"SPEECH OUTPUT: 'Cell B1'",
"SPEECH OUTPUT: 'Mon'",
@@ -58,13 +58,12 @@
sequence.append(WaitForFocus("", acc_role=pyatspi.ROLE_PARAGRAPH))
sequence.append(utils.AssertPresentationAction(
"Type a Tab to move to the Tue table column header",
- ["BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Mon Paragraph'",
+ ["BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Mon Paragraph'",
" VISIBLE: 'Mon Paragraph', cursor=1",
- "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Tue Paragraph'",
+ "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Tue Paragraph'",
" VISIBLE: 'Tue Paragraph', cursor=1",
"SPEECH OUTPUT: 'Mon'",
"SPEECH OUTPUT: ' not selected'",
- "SPEECH OUTPUT: 'table with 7 rows and 7 columns.'",
"SPEECH OUTPUT: 'Cell C1'",
"SPEECH OUTPUT: 'Tue'",
"SPEECH OUTPUT: ' not selected'"]))
@@ -77,9 +76,9 @@
sequence.append(WaitForFocus("", acc_role=pyatspi.ROLE_PARAGRAPH))
sequence.append(utils.AssertPresentationAction(
"Type a down arrow to move to the blank cell C2",
- ["BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Tue Paragraph'",
+ ["BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Tue Paragraph'",
" VISIBLE: 'Tue Paragraph', cursor=1",
- "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Paragraph'",
+ "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Paragraph'",
" VISIBLE: 'Paragraph', cursor=1",
"SPEECH OUTPUT: 'Tue'",
"SPEECH OUTPUT: ' not selected'",
@@ -95,9 +94,9 @@
sequence.append(WaitForFocus("", acc_role=pyatspi.ROLE_PARAGRAPH))
sequence.append(utils.AssertPresentationAction(
"Type a down arrow to move to cell C3 containing '5'",
- ["BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Paragraph'",
+ ["BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Paragraph'",
" VISIBLE: 'Paragraph', cursor=1",
- "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 5 Paragraph'",
+ "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 5 Paragraph'",
" VISIBLE: '5 Paragraph', cursor=1",
"SPEECH OUTPUT: ''",
"SPEECH OUTPUT: ' not selected'",
@@ -113,9 +112,9 @@
sequence.append(WaitForFocus("", acc_role=pyatspi.ROLE_PARAGRAPH))
sequence.append(utils.AssertPresentationAction(
"Type a Shift-Tab to move to cell B3 containing '4'",
- ["BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 5 Paragraph'",
+ ["BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 5 Paragraph'",
" VISIBLE: '5 Paragraph', cursor=1",
- "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'",
+ "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'",
" VISIBLE: '4 Paragraph', cursor=1",
"SPEECH OUTPUT: '5'",
"SPEECH OUTPUT: ' not selected'",
@@ -131,9 +130,9 @@
sequence.append(WaitForFocus("", acc_role=pyatspi.ROLE_PARAGRAPH))
sequence.append(utils.AssertPresentationAction(
"Type a down arrow to move to cell B4 containing '11'",
- ["BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'",
+ ["BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'",
" VISIBLE: '4 Paragraph', cursor=1",
- "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 11 Paragraph'",
+ "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 11 Paragraph'",
" VISIBLE: '11 Paragraph', cursor=1",
"SPEECH OUTPUT: '4'",
"SPEECH OUTPUT: ' not selected'",
@@ -149,9 +148,9 @@
sequence.append(WaitForFocus("", acc_role=pyatspi.ROLE_PARAGRAPH))
sequence.append(utils.AssertPresentationAction(
"Type an up arrow to move to cell B3 containing '4'",
- ["BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 11 Paragraph'",
+ ["BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 11 Paragraph'",
" VISIBLE: '11 Paragraph', cursor=1",
- "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'",
+ "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'",
" VISIBLE: '4 Paragraph', cursor=1",
"SPEECH OUTPUT: '11'",
"SPEECH OUTPUT: ' not selected'",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]