orca r3704 - in trunk: . test/keystrokes/gtk-demo
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3704 - in trunk: . test/keystrokes/gtk-demo
- Date: Fri, 7 Mar 2008 22:22:34 +0000 (GMT)
Author: richb
Date: Fri Mar 7 22:22:34 2008
New Revision: 3704
URL: http://svn.gnome.org/viewvc/orca?rev=3704&view=rev
Log:
* test/keystrokes/gtk-demo/role_tree_table.py:
Fix for bug #519567 - gtk-demo/role_tree_table.py regression
test #13 produces the wrong results.
Modified:
trunk/ChangeLog
trunk/test/keystrokes/gtk-demo/role_tree_table.py
Modified: trunk/test/keystrokes/gtk-demo/role_tree_table.py
==============================================================================
--- trunk/test/keystrokes/gtk-demo/role_tree_table.py (original)
+++ trunk/test/keystrokes/gtk-demo/role_tree_table.py Fri Mar 7 22:22:34 2008
@@ -303,7 +303,7 @@
# Change the state of the checkbox.
#
sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction(" "))
+sequence.append(TypeAction(" "))
sequence.append(WaitAction("object:state-changed:checked",
None,
None,
@@ -311,13 +311,15 @@
5000))
sequence.append(utils.AssertPresentationAction(
"Alex checkbox cell unchecked",
- ["BUG? - nothing presented"]))
+ ["BRAILLE LINE: 'gtk-demo Application Card planning sheet Frame ScrollPane TreeTable Alex ColumnHeader < > Alex'",
+ " VISIBLE: '< > Alex', cursor=1",
+ "SPEECH OUTPUT: 'not checked'"]))
########################################################################
# Change the state of the checkbox.
#
sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction(" "))
+sequence.append(TypeAction(" "))
sequence.append(WaitAction("object:state-changed:checked",
None,
None,
@@ -325,7 +327,9 @@
5000))
sequence.append(utils.AssertPresentationAction(
"Alex checkbox cell checked",
- ["BUG? - nothing presented"]))
+ ["BRAILLE LINE: 'gtk-demo Application Card planning sheet Frame ScrollPane TreeTable Alex ColumnHeader <x> Alex'",
+ " VISIBLE: '<x> Alex', cursor=1",
+ "SPEECH OUTPUT: 'checked'"]))
########################################################################
# Close the Card planning sheet demo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]