[Dojo-checkins] jaredj - r20754 - dijit/trunk/tests/editor/robot

dojo-checkins-admin at dojotoolkit.org dojo-checkins-admin at dojotoolkit.org
Mon Nov 9 14:29:53 EST 2009


Author: jaredj
Date: Mon Nov  9 11:29:48 2009
New Revision: 20754

Modified:
   dijit/trunk/tests/editor/robot/Editor_a11y.html
Log:
Fix for testcase.  refs #10284

Modified: dijit/trunk/tests/editor/robot/Editor_a11y.html
==============================================================================
--- dijit/trunk/tests/editor/robot/Editor_a11y.html	(original)
+++ dijit/trunk/tests/editor/robot/Editor_a11y.html	Mon Nov  9 11:29:48 2009
@@ -123,6 +123,7 @@
 							doh.robot.sequence(function(){
 								editor1.placeCursorAtStart();
 							}, 500);
+							var i;
 							for(i = 0; i < 9; i++){
 								// Move to second letter of second word.
 								doh.robot.keyPress(dojo.keys.RIGHT_ARROW, 100);
@@ -152,6 +153,7 @@
 							doh.robot.sequence(function(){
 								editor1.placeCursorAtStart();
 							}, 500);
+							var i;
 							for(i = 0; i < 15; i++){
 								// Move to second letter of third word.
 								doh.robot.keyPress(dojo.keys.RIGHT_ARROW, 100);
@@ -327,4 +329,4 @@
 
 		</script>
 	</head>
-</html>
\ No newline at end of file
+</html>


More information about the Dojo-checkins mailing list