orca r3911 - in trunk: . test/keystrokes/gtk-demo
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3911 - in trunk: . test/keystrokes/gtk-demo
- Date: Tue, 20 May 2008 23:07:58 +0000 (UTC)
Author: richb
Date: Tue May 20 23:07:58 2008
New Revision: 3911
URL: http://svn.gnome.org/viewvc/orca?rev=3911&view=rev
Log:
* src/orca/test/keystrokes/gtk-demo/role_text_multiline_navigation2.py:
More work on bug #517048 - fixed up the Gtk+
role_text_multiline_navigation2.py regression test to work
with the new expected output.
Modified:
trunk/ChangeLog
trunk/test/keystrokes/gtk-demo/role_text_multiline_navigation2.py
Modified: trunk/test/keystrokes/gtk-demo/role_text_multiline_navigation2.py
==============================================================================
--- trunk/test/keystrokes/gtk-demo/role_text_multiline_navigation2.py (original)
+++ trunk/test/keystrokes/gtk-demo/role_text_multiline_navigation2.py Tue May 20 23:07:58 2008
@@ -64,7 +64,7 @@
["BRAILLE LINE: 'This is only a test. $l'",
" VISIBLE: 'This is only a test. $l', cursor=1",
"SPEECH OUTPUT: 'This '",
- "SPEECH OUTPUT: 'selected'"]))
+ "SPEECH OUTPUT: 'line selected from start to previous cursor position'"]))
########################################################################
# Test #2 - Shift+Ctrl+Page_Down to select text to end of line.
@@ -80,7 +80,8 @@
"Shift+Ctrl+Page_Down to select text to end of line",
["BRAILLE LINE: 'This is only a test. $l'",
" VISIBLE: 'This is only a test. $l', cursor=21",
- "SPEECH OUTPUT: 'This is only a test.'"]))
+ "SPEECH OUTPUT: 'This is only a test.'",
+ "SPEECH OUTPUT: 'line selected to end from previous cursor position'"]))
########################################################################
# Test #3 - Shift+Up to select text.
@@ -97,7 +98,8 @@
["BRAILLE LINE: 'gtk-demo Application Application Window Frame ScrollPane This is a test. $l'",
" VISIBLE: 'This is a test. $l', cursor=17",
"SPEECH OUTPUT: '",
- "This is only a test.'"]))
+ "This is only a test.'",
+ "SPEECH OUTPUT: 'unselected'"]))
########################################################################
# Test #4 - Shift+Down to deselect text.
@@ -114,7 +116,8 @@
["BRAILLE LINE: 'This is only a test. $l'",
" VISIBLE: 'This is only a test. $l', cursor=21",
"SPEECH OUTPUT: '",
- "This is only a test.'"]))
+ "This is only a test.'",
+ "SPEECH OUTPUT: 'unselected'"]))
########################################################################
# Test #5 - Ctrl+Page_Up to beginning of line.
@@ -130,7 +133,8 @@
"Ctrl+Page_Up to beginning of line",
["BRAILLE LINE: 'This is only a test. $l'",
" VISIBLE: 'This is only a test. $l', cursor=1",
- "SPEECH OUTPUT: 'T'"]))
+ "SPEECH OUTPUT: 'T'",
+ "SPEECH OUTPUT: 'unselected'"]))
########################################################################
# Test #6 - Ctrl+Page_Down to end of line.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]