Author: wwalker Date: Sat Feb 16 18:38:49 2008 New Revision: 3587 URL: http://svn.gnome.org/viewvc/orca?rev=3587&view=rev
Log: Add AssertionSummaryAction to Firefox tests. Modified: trunk/ChangeLog trunk/test/keystrokes/firefox/bug_511389.py trunk/test/keystrokes/firefox/bug_512303.py trunk/test/keystrokes/firefox/dojo_checkbox.py trunk/test/keystrokes/firefox/dojo_dialog.py trunk/test/keystrokes/firefox/dojo_slider.py trunk/test/keystrokes/firefox/dojo_spinner.py trunk/test/keystrokes/firefox/dojo_tabcontainer.py trunk/test/keystrokes/firefox/dojo_tree.py trunk/test/keystrokes/firefox/flat_review_text_by_line.py trunk/test/keystrokes/firefox/flat_review_text_by_word_and_char.py trunk/test/keystrokes/firefox/html_role_combo_box.py trunk/test/keystrokes/firefox/html_role_links.py trunk/test/keystrokes/firefox/html_role_lists.py trunk/test/keystrokes/firefox/html_struct_nav_blockquote.py trunk/test/keystrokes/firefox/html_struct_nav_large_obj.py trunk/test/keystrokes/firefox/html_struct_nav_links.py trunk/test/keystrokes/firefox/html_struct_nav_list_item.py trunk/test/keystrokes/firefox/html_struct_nav_lists.py trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py trunk/test/keystrokes/firefox/label_guess_entries.py trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py trunk/test/keystrokes/firefox/line_nav_enter_bug.py trunk/test/keystrokes/firefox/line_nav_imagemap.py trunk/test/keystrokes/firefox/line_nav_multi_line_text.py trunk/test/keystrokes/firefox/line_nav_nested_tables.py trunk/test/keystrokes/firefox/line_nav_simple_form.py trunk/test/keystrokes/firefox/line_nav_wiki.py trunk/test/keystrokes/firefox/moz_checkbox.py trunk/test/keystrokes/firefox/moz_menu.py trunk/test/keystrokes/firefox/moz_progressbar.py trunk/test/keystrokes/firefox/moz_slider.py trunk/test/keystrokes/firefox/moz_tabpanel.py trunk/test/keystrokes/firefox/orca_bookmarks.py trunk/test/keystrokes/firefox/page_summary.py trunk/test/keystrokes/firefox/uiuc_button.py trunk/test/keystrokes/firefox/uiuc_grid.py trunk/test/keystrokes/firefox/uiuc_radiobutton.py trunk/test/keystrokes/firefox/uiuc_slider.py trunk/test/keystrokes/firefox/uiuc_tabpanel.py trunk/test/keystrokes/firefox/uiuc_tree.py trunk/test/keystrokes/firefox/xul_role_accel_label.py trunk/test/keystrokes/firefox/xul_role_alert.py trunk/test/keystrokes/firefox/xul_role_check_box.py trunk/test/keystrokes/firefox/xul_role_check_menu_item.py trunk/test/keystrokes/firefox/xul_role_combo_box.py trunk/test/keystrokes/firefox/xul_role_entry.py trunk/test/keystrokes/firefox/xul_role_list_item.py trunk/test/keystrokes/firefox/xul_role_menu_bar.py trunk/test/keystrokes/firefox/xul_role_page_tab.py trunk/test/keystrokes/firefox/xul_role_push_button.py trunk/test/keystrokes/firefox/xul_role_radio_button.py trunk/test/keystrokes/firefox/xul_role_radio_menu_item.py trunk/test/keystrokes/firefox/xul_role_tree.py trunk/test/keystrokes/firefox/xul_role_tree_table.py trunk/test/keystrokes/firefox/xul_where_am_i_dialog.py trunk/test/keystrokes/firefox/xul_where_am_i_status_bar.py Modified: trunk/test/keystrokes/firefox/bug_511389.py ============================================================================== --- trunk/test/keystrokes/firefox/bug_511389.py (original) +++ trunk/test/keystrokes/firefox/bug_511389.py Sat Feb 16 18:38:49 2008 @@ -92,4 +92,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/bug_512303.py ============================================================================== --- trunk/test/keystrokes/firefox/bug_512303.py (original) +++ trunk/test/keystrokes/firefox/bug_512303.py Sat Feb 16 18:38:49 2008 @@ -154,4 +154,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/dojo_checkbox.py ============================================================================== --- trunk/test/keystrokes/firefox/dojo_checkbox.py (original) +++ trunk/test/keystrokes/firefox/dojo_checkbox.py Sat Feb 16 18:38:49 2008 @@ -157,4 +157,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/dojo_dialog.py ============================================================================== --- trunk/test/keystrokes/firefox/dojo_dialog.py (original) +++ trunk/test/keystrokes/firefox/dojo_dialog.py Sat Feb 16 18:38:49 2008 @@ -95,4 +95,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/dojo_slider.py ============================================================================== --- trunk/test/keystrokes/firefox/dojo_slider.py (original) +++ trunk/test/keystrokes/firefox/dojo_slider.py Sat Feb 16 18:38:49 2008 @@ -362,4 +362,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/dojo_spinner.py ============================================================================== --- trunk/test/keystrokes/firefox/dojo_spinner.py (original) +++ trunk/test/keystrokes/firefox/dojo_spinner.py Sat Feb 16 18:38:49 2008 @@ -227,4 +227,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/dojo_tabcontainer.py ============================================================================== --- trunk/test/keystrokes/firefox/dojo_tabcontainer.py (original) +++ trunk/test/keystrokes/firefox/dojo_tabcontainer.py Sat Feb 16 18:38:49 2008 @@ -150,4 +150,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/dojo_tree.py ============================================================================== --- trunk/test/keystrokes/firefox/dojo_tree.py (original) +++ trunk/test/keystrokes/firefox/dojo_tree.py Sat Feb 16 18:38:49 2008 @@ -201,4 +201,6 @@ # sequence.append(WaitForFocus(acc_role=pyatspi.ROLE_INVALID, timeout=3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/flat_review_text_by_line.py ============================================================================== --- trunk/test/keystrokes/firefox/flat_review_text_by_line.py (original) +++ trunk/test/keystrokes/firefox/flat_review_text_by_line.py Sat Feb 16 18:38:49 2008 @@ -254,4 +254,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/flat_review_text_by_word_and_char.py ============================================================================== --- trunk/test/keystrokes/firefox/flat_review_text_by_word_and_char.py (original) +++ trunk/test/keystrokes/firefox/flat_review_text_by_word_and_char.py Sat Feb 16 18:38:49 2008 @@ -356,4 +356,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/html_role_combo_box.py ============================================================================== --- trunk/test/keystrokes/firefox/html_role_combo_box.py (original) +++ trunk/test/keystrokes/firefox/html_role_combo_box.py Sat Feb 16 18:38:49 2008 @@ -315,4 +315,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/html_role_links.py ============================================================================== --- trunk/test/keystrokes/firefox/html_role_links.py (original) +++ trunk/test/keystrokes/firefox/html_role_links.py Sat Feb 16 18:38:49 2008 @@ -174,4 +174,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/html_role_lists.py ============================================================================== --- trunk/test/keystrokes/firefox/html_role_lists.py (original) +++ trunk/test/keystrokes/firefox/html_role_lists.py Sat Feb 16 18:38:49 2008 @@ -194,4 +194,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/html_struct_nav_blockquote.py ============================================================================== --- trunk/test/keystrokes/firefox/html_struct_nav_blockquote.py (original) +++ trunk/test/keystrokes/firefox/html_struct_nav_blockquote.py Sat Feb 16 18:38:49 2008 @@ -148,4 +148,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/html_struct_nav_large_obj.py ============================================================================== --- trunk/test/keystrokes/firefox/html_struct_nav_large_obj.py (original) +++ trunk/test/keystrokes/firefox/html_struct_nav_large_obj.py Sat Feb 16 18:38:49 2008 @@ -180,4 +180,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/html_struct_nav_links.py ============================================================================== --- trunk/test/keystrokes/firefox/html_struct_nav_links.py (original) +++ trunk/test/keystrokes/firefox/html_struct_nav_links.py Sat Feb 16 18:38:49 2008 @@ -211,4 +211,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/html_struct_nav_list_item.py ============================================================================== --- trunk/test/keystrokes/firefox/html_struct_nav_list_item.py (original) +++ trunk/test/keystrokes/firefox/html_struct_nav_list_item.py Sat Feb 16 18:38:49 2008 @@ -262,4 +262,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/html_struct_nav_lists.py ============================================================================== --- trunk/test/keystrokes/firefox/html_struct_nav_lists.py (original) +++ trunk/test/keystrokes/firefox/html_struct_nav_lists.py Sat Feb 16 18:38:49 2008 @@ -281,4 +281,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py ============================================================================== --- trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py (original) +++ trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py Sat Feb 16 18:38:49 2008 @@ -558,4 +558,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/label_guess_entries.py ============================================================================== --- trunk/test/keystrokes/firefox/label_guess_entries.py (original) +++ trunk/test/keystrokes/firefox/label_guess_entries.py Sat Feb 16 18:38:49 2008 @@ -475,4 +475,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py ============================================================================== --- trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py (original) +++ trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py Sat Feb 16 18:38:49 2008 @@ -1183,4 +1183,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/line_nav_enter_bug.py ============================================================================== --- trunk/test/keystrokes/firefox/line_nav_enter_bug.py (original) +++ trunk/test/keystrokes/firefox/line_nav_enter_bug.py Sat Feb 16 18:38:49 2008 @@ -458,4 +458,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/line_nav_imagemap.py ============================================================================== --- trunk/test/keystrokes/firefox/line_nav_imagemap.py (original) +++ trunk/test/keystrokes/firefox/line_nav_imagemap.py Sat Feb 16 18:38:49 2008 @@ -94,4 +94,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/line_nav_multi_line_text.py ============================================================================== --- trunk/test/keystrokes/firefox/line_nav_multi_line_text.py (original) +++ trunk/test/keystrokes/firefox/line_nav_multi_line_text.py Sat Feb 16 18:38:49 2008 @@ -307,4 +307,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/line_nav_nested_tables.py ============================================================================== --- trunk/test/keystrokes/firefox/line_nav_nested_tables.py (original) +++ trunk/test/keystrokes/firefox/line_nav_nested_tables.py Sat Feb 16 18:38:49 2008 @@ -255,4 +255,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/line_nav_simple_form.py ============================================================================== --- trunk/test/keystrokes/firefox/line_nav_simple_form.py (original) +++ trunk/test/keystrokes/firefox/line_nav_simple_form.py Sat Feb 16 18:38:49 2008 @@ -294,4 +294,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/line_nav_wiki.py ============================================================================== --- trunk/test/keystrokes/firefox/line_nav_wiki.py (original) +++ trunk/test/keystrokes/firefox/line_nav_wiki.py Sat Feb 16 18:38:49 2008 @@ -1631,4 +1631,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/moz_checkbox.py ============================================================================== --- trunk/test/keystrokes/firefox/moz_checkbox.py (original) +++ trunk/test/keystrokes/firefox/moz_checkbox.py Sat Feb 16 18:38:49 2008 @@ -168,4 +168,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/moz_menu.py ============================================================================== --- trunk/test/keystrokes/firefox/moz_menu.py (original) +++ trunk/test/keystrokes/firefox/moz_menu.py Sat Feb 16 18:38:49 2008 @@ -213,4 +213,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/moz_progressbar.py ============================================================================== --- trunk/test/keystrokes/firefox/moz_progressbar.py (original) +++ trunk/test/keystrokes/firefox/moz_progressbar.py Sat Feb 16 18:38:49 2008 @@ -167,4 +167,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/moz_slider.py ============================================================================== --- trunk/test/keystrokes/firefox/moz_slider.py (original) +++ trunk/test/keystrokes/firefox/moz_slider.py Sat Feb 16 18:38:49 2008 @@ -202,4 +202,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/moz_tabpanel.py ============================================================================== --- trunk/test/keystrokes/firefox/moz_tabpanel.py (original) +++ trunk/test/keystrokes/firefox/moz_tabpanel.py Sat Feb 16 18:38:49 2008 @@ -127,4 +127,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/orca_bookmarks.py ============================================================================== --- trunk/test/keystrokes/firefox/orca_bookmarks.py (original) +++ trunk/test/keystrokes/firefox/orca_bookmarks.py Sat Feb 16 18:38:49 2008 @@ -121,4 +121,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/page_summary.py ============================================================================== --- trunk/test/keystrokes/firefox/page_summary.py (original) +++ trunk/test/keystrokes/firefox/page_summary.py Sat Feb 16 18:38:49 2008 @@ -72,4 +72,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/uiuc_button.py ============================================================================== --- trunk/test/keystrokes/firefox/uiuc_button.py (original) +++ trunk/test/keystrokes/firefox/uiuc_button.py Sat Feb 16 18:38:49 2008 @@ -151,4 +151,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/uiuc_grid.py ============================================================================== --- trunk/test/keystrokes/firefox/uiuc_grid.py (original) +++ trunk/test/keystrokes/firefox/uiuc_grid.py Sat Feb 16 18:38:49 2008 @@ -129,4 +129,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/uiuc_radiobutton.py ============================================================================== --- trunk/test/keystrokes/firefox/uiuc_radiobutton.py (original) +++ trunk/test/keystrokes/firefox/uiuc_radiobutton.py Sat Feb 16 18:38:49 2008 @@ -146,4 +146,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/uiuc_slider.py ============================================================================== --- trunk/test/keystrokes/firefox/uiuc_slider.py (original) +++ trunk/test/keystrokes/firefox/uiuc_slider.py Sat Feb 16 18:38:49 2008 @@ -174,4 +174,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/uiuc_tabpanel.py ============================================================================== --- trunk/test/keystrokes/firefox/uiuc_tabpanel.py (original) +++ trunk/test/keystrokes/firefox/uiuc_tabpanel.py Sat Feb 16 18:38:49 2008 @@ -126,4 +126,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/uiuc_tree.py ============================================================================== --- trunk/test/keystrokes/firefox/uiuc_tree.py (original) +++ trunk/test/keystrokes/firefox/uiuc_tree.py Sat Feb 16 18:38:49 2008 @@ -211,4 +211,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_accel_label.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_accel_label.py (original) +++ trunk/test/keystrokes/firefox/xul_role_accel_label.py Sat Feb 16 18:38:49 2008 @@ -129,4 +129,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_alert.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_alert.py (original) +++ trunk/test/keystrokes/firefox/xul_role_alert.py Sat Feb 16 18:38:49 2008 @@ -76,4 +76,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_check_box.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_check_box.py (original) +++ trunk/test/keystrokes/firefox/xul_role_check_box.py Sat Feb 16 18:38:49 2008 @@ -116,4 +116,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_check_menu_item.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_check_menu_item.py (original) +++ trunk/test/keystrokes/firefox/xul_role_check_menu_item.py Sat Feb 16 18:38:49 2008 @@ -72,4 +72,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_combo_box.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_combo_box.py (original) +++ trunk/test/keystrokes/firefox/xul_role_combo_box.py Sat Feb 16 18:38:49 2008 @@ -200,4 +200,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_entry.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_entry.py (original) +++ trunk/test/keystrokes/firefox/xul_role_entry.py Sat Feb 16 18:38:49 2008 @@ -642,4 +642,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_list_item.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_list_item.py (original) +++ trunk/test/keystrokes/firefox/xul_role_list_item.py Sat Feb 16 18:38:49 2008 @@ -89,4 +89,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_menu_bar.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_menu_bar.py (original) +++ trunk/test/keystrokes/firefox/xul_role_menu_bar.py Sat Feb 16 18:38:49 2008 @@ -112,4 +112,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_page_tab.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_page_tab.py (original) +++ trunk/test/keystrokes/firefox/xul_role_page_tab.py Sat Feb 16 18:38:49 2008 @@ -87,4 +87,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_push_button.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_push_button.py (original) +++ trunk/test/keystrokes/firefox/xul_role_push_button.py Sat Feb 16 18:38:49 2008 @@ -59,4 +59,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_radio_button.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_radio_button.py (original) +++ trunk/test/keystrokes/firefox/xul_role_radio_button.py Sat Feb 16 18:38:49 2008 @@ -87,4 +87,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_radio_menu_item.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_radio_menu_item.py (original) +++ trunk/test/keystrokes/firefox/xul_role_radio_menu_item.py Sat Feb 16 18:38:49 2008 @@ -110,4 +110,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_tree.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_tree.py (original) +++ trunk/test/keystrokes/firefox/xul_role_tree.py Sat Feb 16 18:38:49 2008 @@ -225,4 +225,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_role_tree_table.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_role_tree_table.py (original) +++ trunk/test/keystrokes/firefox/xul_role_tree_table.py Sat Feb 16 18:38:49 2008 @@ -101,4 +101,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_where_am_i_dialog.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_where_am_i_dialog.py (original) +++ trunk/test/keystrokes/firefox/xul_where_am_i_dialog.py Sat Feb 16 18:38:49 2008 @@ -73,4 +73,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() Modified: trunk/test/keystrokes/firefox/xul_where_am_i_status_bar.py ============================================================================== --- trunk/test/keystrokes/firefox/xul_where_am_i_status_bar.py (original) +++ trunk/test/keystrokes/firefox/xul_where_am_i_status_bar.py Sat Feb 16 18:38:49 2008 @@ -162,4 +162,6 @@ # sequence.append(PauseAction(3000)) +sequence.append(utils.AssertionSummaryAction()) + sequence.start() _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want. Module maintainer? It is possible to set the reply-to to your development mailing list. Email [EMAIL PROTECTED] if interested.