[orca] Adjust test to reflect how multiline labels are handled like text areas
- From: William Walker <wwalker src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [orca] Adjust test to reflect how multiline labels are handled like text areas
- Date: Thu, 20 Aug 2009 21:07:39 +0000 (UTC)
commit b977df94b4c47d7e58f4a770162d9ac7d9808e7c
Author: Willie Walker <william walker sun com>
Date: Thu Aug 20 17:04:27 2009 +0000
Adjust test to reflect how multiline labels are handled like text areas
test/keystrokes/gtk-demo/role_label.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/test/keystrokes/gtk-demo/role_label.py b/test/keystrokes/gtk-demo/role_label.py
index 7dba3fb..234926c 100644
--- a/test/keystrokes/gtk-demo/role_label.py
+++ b/test/keystrokes/gtk-demo/role_label.py
@@ -48,7 +48,7 @@ sequence.append(utils.AssertPresentationAction(
["KNOWN ISSUE: We normally speak 'selected' for the selected text. In this test, however, we do not because the label gets STATE_FOCUSED immediately after the selection-changed event.",
"BRAILLE LINE: 'gtk-demo Application Information Alert This message box has been popped up the following $l'",
" VISIBLE: 'This message box has been popped', cursor=1",
- "BRAILLE LINE: 'gtk-demo Application Information Alert number of times: $l'",
+ "BRAILLE LINE: 'number of times: $l'",
" VISIBLE: 'number of times: $l', cursor=17",
"SPEECH OUTPUT: 'This message box has been popped up the following",
"number of times: label'"]))
@@ -61,7 +61,7 @@ sequence.append(KeyComboAction("KP_Enter"))
sequence.append(PauseAction(3000))
sequence.append(utils.AssertPresentationAction(
"This message box label Where Am I",
- ["BRAILLE LINE: 'gtk-demo Application Information Alert number of times: $l'",
+ ["BRAILLE LINE: 'number of times: $l'",
" VISIBLE: 'number of times: $l', cursor=17",
"SPEECH OUTPUT: 'This message box has been popped up the following",
"number of times: selected label'"]))
@@ -84,9 +84,9 @@ sequence.append(KeyComboAction("KP_Enter"))
sequence.append(PauseAction(3000))
sequence.append(utils.AssertPresentationAction(
"This message box label Extended Where Am I",
- ["BRAILLE LINE: 'gtk-demo Application Information Alert number of times: $l'",
+ ["BRAILLE LINE: 'number of times: $l'",
" VISIBLE: 'number of times: $l', cursor=17",
- "BRAILLE LINE: 'gtk-demo Application Information Alert number of times: $l'",
+ "BRAILLE LINE: 'number of times: $l'",
" VISIBLE: 'number of times: $l', cursor=17",
"SPEECH OUTPUT: 'This message box has been popped up the following",
"number of times: selected label'"]))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]