[orca/570658] Updated regression tests.
- From: Joanmarie Diggs <joanied src gnome org>
- To: svn-commits-list gnome org
- Subject: [orca/570658] Updated regression tests.
- Date: Sun, 5 Jul 2009 03:55:15 +0000 (UTC)
commit ef09bf6de87295945d10c5a9bea838f844590dc1
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Sat Jul 4 23:50:45 2009 -0400
Updated regression tests.
Marking a couple of tests with "BUG?". We're duplicating some text
in the braille context.
test/keystrokes/firefox/xul_role_radio_button.py | 9 +++++----
test/keystrokes/gtk-demo/role_radio_button.py | 3 ++-
2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/test/keystrokes/firefox/xul_role_radio_button.py b/test/keystrokes/firefox/xul_role_radio_button.py
index f451442..bde4a5a 100755
--- a/test/keystrokes/firefox/xul_role_radio_button.py
+++ b/test/keystrokes/firefox/xul_role_radio_button.py
@@ -29,7 +29,8 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("<Alt>a"))
sequence.append(utils.AssertPresentationAction(
"Alt a to radio button group",
- ["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog TabList General Page Range Filler &=y All Pages RadioButton'",
+ ["BUG? - In all four of these tests, we are duplicating 'Range' before and after the role 'Filler' in the braille context.",
+ "BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog TabList General Page Range Filler Range &=y All Pages RadioButton'",
" VISIBLE: '&=y All Pages RadioButton', cursor=1",
"SPEECH OUTPUT: 'Range All Pages selected radio button'"]))
@@ -41,7 +42,7 @@ sequence.append(KeyComboAction("KP_Enter"))
sequence.append(PauseAction(3000))
sequence.append(utils.AssertPresentationAction(
"Basic Where Am I",
- ["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog TabList General Page Range Filler &=y All Pages RadioButton'",
+ ["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog TabList General Page Range Filler Range &=y All Pages RadioButton'",
" VISIBLE: '&=y All Pages RadioButton', cursor=1",
"SPEECH OUTPUT: 'Range All Pages radio button selected item 1 of 3.'",
"SPEECH OUTPUT: 'Alt a'"]))
@@ -53,7 +54,7 @@ sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"Down Arrow to next radio button",
- ["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog TabList General Page Range Filler & y Pages: RadioButton'",
+ ["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog TabList General Page Range Filler Range & y Pages: RadioButton'",
" VISIBLE: '& y Pages: RadioButton', cursor=1",
"SPEECH OUTPUT: 'Pages: not selected radio button'"]))
@@ -65,7 +66,7 @@ sequence.append(KeyComboAction("KP_Enter"))
sequence.append(PauseAction(3000))
sequence.append(utils.AssertPresentationAction(
"Basic Where Am I",
- ["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog TabList General Page Range Filler &=y Pages: RadioButton'",
+ ["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog TabList General Page Range Filler Range &=y Pages: RadioButton'",
" VISIBLE: '&=y Pages: RadioButton', cursor=1",
"SPEECH OUTPUT: 'Range Pages: radio button selected item 3 of 3.'",
"SPEECH OUTPUT: 'Alt e'"]))
diff --git a/test/keystrokes/gtk-demo/role_radio_button.py b/test/keystrokes/gtk-demo/role_radio_button.py
index 162555e..a5219cb 100644
--- a/test/keystrokes/gtk-demo/role_radio_button.py
+++ b/test/keystrokes/gtk-demo/role_radio_button.py
@@ -33,7 +33,8 @@ sequence.append(KeyComboAction("<Alt>a", 500))
sequence.append(WaitForFocus("All Pages", acc_role=pyatspi.ROLE_RADIO_BUTTON))
sequence.append(utils.AssertPresentationAction(
"All Pages radio button",
- ["BRAILLE LINE: 'gtk-demo Application Print Dialog TabList General Page Range Filler Range &=y All Pages RadioButton'",
+ ["BUG? - In all of these tests, we are duplicating 'Range' before and after the role 'Filler' in the braille context.",
+ "BRAILLE LINE: 'gtk-demo Application Print Dialog TabList General Page Range Filler Range &=y All Pages RadioButton'",
" VISIBLE: '&=y All Pages RadioButton', cursor=1",
"SPEECH OUTPUT: 'Range All Pages selected radio button'"]))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]