orca r4525 - trunk/test/keystrokes/firefox



Author: joanied
Date: Wed Feb 11 22:17:42 2009
New Revision: 4525
URL: http://svn.gnome.org/viewvc/orca?rev=4525&view=rev

Log:
Typo correction on a regression test.


Modified:
   trunk/test/keystrokes/firefox/dojo_bug_570566.py

Modified: trunk/test/keystrokes/firefox/dojo_bug_570566.py
==============================================================================
--- trunk/test/keystrokes/firefox/dojo_bug_570566.py	(original)
+++ trunk/test/keystrokes/firefox/dojo_bug_570566.py	Wed Feb 11 22:17:42 2009
@@ -11,12 +11,12 @@
 
 ########################################################################
 # We wait for the focus to be on the Firefox window as well as for focus
-# to move to the "Dojo Spinner Widget Test" frame.
+# to move to the "Editor Test" frame.
 #
 sequence.append(WaitForWindowActivate(utils.firefoxFrameNames, None))
 
 ########################################################################
-# Load the dojo spinner demo.
+# Load the editor test demo.
 #
 sequence.append(KeyComboAction("<Control>l"))
 sequence.append(WaitForFocus(acc_role=pyatspi.ROLE_ENTRY))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]