[orca/570658] Updated this test. Again.



commit 6f724ecdde4e38b1c8e925b1d60961453aa30eff
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Jul 5 17:18:10 2009 -0400

    Updated this test. Again.
    
    The maintainers of the dojo archive moved this test on us. Also, it
    appears to have changed slightly. This has nothing to do with the
    refactor, but I'm only checking it into the branch.

 test/keystrokes/firefox/dojo_bug_570566.py |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/test/keystrokes/firefox/dojo_bug_570566.py b/test/keystrokes/firefox/dojo_bug_570566.py
index 9f757c4..d9077f7 100644
--- a/test/keystrokes/firefox/dojo_bug_570566.py
+++ b/test/keystrokes/firefox/dojo_bug_570566.py
@@ -20,7 +20,7 @@ sequence.append(WaitForWindowActivate(utils.firefoxFrameNames, None))
 #
 sequence.append(KeyComboAction("<Control>l"))
 sequence.append(WaitForFocus(acc_role=pyatspi.ROLE_ENTRY))
-sequence.append(TypeAction(utils.DojoNightlyURLPrefix + "test_Editor.html"))
+sequence.append(TypeAction(utils.DojoNightlyURLPrefix + "editor/test_Editor.html"))
 sequence.append(KeyComboAction("Return"))
 sequence.append(WaitForDocLoad())
 sequence.append(WaitForFocus("Editor Test", 
@@ -59,14 +59,14 @@ sequence.append(utils.AssertPresentationAction(
      "     VISIBLE:  'Created from div h2', cursor=1",
      "SPEECH OUTPUT: 'Created from div heading level 2 heading level 2'"]))
 
-sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("Up"))
-sequence.append(PauseAction(2000))
-sequence.append(utils.AssertPresentationAction(
-    "2. Up Arrow", 
-    ["BRAILLE LINE:  'Created from div h2'",
-     "     VISIBLE:  'Created from div h2', cursor=1",
-     "SPEECH OUTPUT: 'Created from div heading level 2'"]))
+#sequence.append(utils.StartRecordingAction())
+#sequence.append(KeyComboAction("Up"))
+#sequence.append(PauseAction(2000))
+#sequence.append(utils.AssertPresentationAction(
+#    "2. Up Arrow", 
+#    ["BRAILLE LINE:  'Created from div h2'",
+#     "     VISIBLE:  'Created from div h2', cursor=1",
+#     "SPEECH OUTPUT: 'Created from div heading level 2'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))



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