orca r3698 - in trunk: . test/keystrokes/gtk-demo
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3698 - in trunk: . test/keystrokes/gtk-demo
- Date: Fri, 7 Mar 2008 21:29:14 +0000 (GMT)
Author: richb
Date: Fri Mar 7 21:29:13 2008
New Revision: 3698
URL: http://svn.gnome.org/viewvc/orca?rev=3698&view=rev
Log:
* test/keystrokes/gtk-demo/role_icon.py:
Fix for bug #519539 - gtk-demo/role_icon.py regression test #1
produces the wrong results.
Modified:
trunk/ChangeLog
trunk/test/keystrokes/gtk-demo/role_icon.py
Modified: trunk/test/keystrokes/gtk-demo/role_icon.py
==============================================================================
--- trunk/test/keystrokes/gtk-demo/role_icon.py (original)
+++ trunk/test/keystrokes/gtk-demo/role_icon.py Fri Mar 7 21:29:13 2008
@@ -32,13 +32,32 @@
sequence.append(KeyComboAction("<Control>f"))
sequence.append(WaitForFocus(acc_role=pyatspi.ROLE_TEXT))
sequence.append(TypeAction("Icon View Basics", 1000))
-sequence.append(KeyComboAction("Return", 500))
sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("Return", 500))
sequence.append(WaitForFocus(acc_role=pyatspi.ROLE_LAYERED_PANE))
sequence.append(utils.AssertPresentationAction(
"Layered pane focus",
- ["BUG? - should something be presented here?"]))
+ ["BRAILLE LINE: 'gtk-demo Application Window Icon View Basics $l'",
+ " VISIBLE: 'Icon View Basics $l', cursor=17",
+ "BRAILLE LINE: 'gtk-demo Application Window $l'",
+ " VISIBLE: 'gtk-demo Application Window $l', cursor=29",
+ "BRAILLE LINE: 'gtk-demo Application Window $l'",
+ " VISIBLE: 'gtk-demo Application Window $l', cursor=29",
+ "BRAILLE LINE: 'gtk-demo Application GTK+ Code Demos Frame TabList Widget (double click for demo) Page ScrollPane TreeTable Widget (double click for demo) ColumnHeader Icon View Basics TREE LEVEL 2'",
+ " VISIBLE: 'Icon View Basics TREE LEVEL 2', cursor=1",
+ "BRAILLE LINE: 'gtk-demo Application GtkIconView demo Frame'",
+ " VISIBLE: 'GtkIconView demo Frame', cursor=1",
+ "BRAILLE LINE: 'gtk-demo Application GtkIconView demo Frame ScrollPane LayeredPane'",
+ " VISIBLE: 'LayeredPane', cursor=1",
+ "SPEECH OUTPUT: 'Widget (double click for demo) page'",
+ "SPEECH OUTPUT: 'Widget (double click for demo) column header'",
+ "SPEECH OUTPUT: 'Icon View Basics'",
+ "SPEECH OUTPUT: 'tree level 2'",
+ "SPEECH OUTPUT: ''",
+ "SPEECH OUTPUT: 'GtkIconView demo frame'",
+ "SPEECH OUTPUT: ''",
+ "SPEECH OUTPUT: 'layered pane'"]))
########################################################################
# Do a basic "Where Am I" via KP_Enter.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]