[orca] Updated tests
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Updated tests
- Date: Wed, 25 Jan 2017 15:07:04 +0000 (UTC)
commit 9e3ff07f2cee2b19ced8afd3bf7ebe70d6485f0a
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Wed Jan 25 15:33:36 2017 +0100
Updated tests
test/keystrokes/firefox/say_all_bugzilla_search.py | 10 +-
.../firefox/say_all_bugzilla_search_no_context.py | 7 +-
.../say_all_bugzilla_search_no_context.settings | 10 +-
test/keystrokes/firefox/say_all_enter_bug.py | 3 +
test/keystrokes/firefox/say_all_entries.py | 1 +
.../firefox/say_all_regions_and_fieldsets.params | 1 +
.../firefox/say_all_regions_and_fieldsets.py | 39 +++++
.../firefox/say_all_regions_and_fieldsets.settings | 171 ++++++++++++++++++++
...say_all_regions_and_fieldsets_no_context.params | 1 +
.../say_all_regions_and_fieldsets_no_context.py | 28 ++++
...y_all_regions_and_fieldsets_no_context.settings | 171 ++++++++++++++++++++
test/keystrokes/firefox/say_all_table_caption.py | 2 -
test/keystrokes/firefox/say_all_wiki.py | 2 +
.../firefox/say_all_wiki_no_context.settings | 10 +-
14 files changed, 440 insertions(+), 16 deletions(-)
---
diff --git a/test/keystrokes/firefox/say_all_bugzilla_search.py
b/test/keystrokes/firefox/say_all_bugzilla_search.py
index 76187ce..d3c2292 100644
--- a/test/keystrokes/firefox/say_all_bugzilla_search.py
+++ b/test/keystrokes/firefox/say_all_bugzilla_search.py
@@ -19,6 +19,7 @@ sequence.append(utils.AssertPresentationAction(
"KP_Add to do a SayAll",
["SPEECH OUTPUT: 'Home'",
"SPEECH OUTPUT: 'link'",
+ "SPEECH OUTPUT: 'Back to the Gnome Bugzilla home page'",
"SPEECH OUTPUT: 'Bugzilla'",
"SPEECH OUTPUT: 'New bug'",
"SPEECH OUTPUT: 'link'",
@@ -50,6 +51,7 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'Give me some help'",
"SPEECH OUTPUT: 'link'",
"SPEECH OUTPUT: '(reloads page.)'",
+ "SPEECH OUTPUT: 'form'",
"SPEECH OUTPUT: 'table with 5 rows 4 columns'",
"SPEECH OUTPUT: 'Summary:'",
"SPEECH OUTPUT: 'row header'",
@@ -144,7 +146,6 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'leaving table.'",
"SPEECH OUTPUT: 'Email and Numbering'",
"SPEECH OUTPUT: 'panel'",
- "SPEECH OUTPUT: 'Email and Numbering'",
"SPEECH OUTPUT: 'Any one of:'",
"SPEECH OUTPUT: 'check box'",
"SPEECH OUTPUT: 'checked'",
@@ -189,10 +190,9 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'bugs numbered:'",
"SPEECH OUTPUT: 'entry'",
"SPEECH OUTPUT: '(comma-separated list)'",
+ "SPEECH OUTPUT: 'leaving panel.'",
"SPEECH OUTPUT: 'Bug Changes'",
"SPEECH OUTPUT: 'panel'",
- "SPEECH OUTPUT: 'Bug Changes'",
- "SPEECH OUTPUT: 'List with 3 items'",
"SPEECH OUTPUT: 'Only bugs changed between:'",
"SPEECH OUTPUT: 'entry'",
"SPEECH OUTPUT: 'and'",
@@ -204,7 +204,7 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'List with 26 items'",
"SPEECH OUTPUT: 'and the new value was:'",
"SPEECH OUTPUT: 'entry'",
- "SPEECH OUTPUT: 'leaving list.'",
+ "SPEECH OUTPUT: 'leaving panel.'",
"SPEECH OUTPUT: 'table with 2 rows 1 column'",
"SPEECH OUTPUT: 'GNOME version:'",
"SPEECH OUTPUT: 'column header'",
@@ -242,6 +242,8 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'Add another boolean chart'",
"SPEECH OUTPUT: 'push button'",
"SPEECH OUTPUT: 'separator'",
+ "SPEECH OUTPUT: 'leaving form.'",
+ "SPEECH OUTPUT: 'form'",
"SPEECH OUTPUT: 'Saved Searches:'",
"SPEECH OUTPUT: 'My Bugs and Patches'",
"SPEECH OUTPUT: 'link'",
diff --git a/test/keystrokes/firefox/say_all_bugzilla_search_no_context.py
b/test/keystrokes/firefox/say_all_bugzilla_search_no_context.py
index dbac9fe..77bed6a 100644
--- a/test/keystrokes/firefox/say_all_bugzilla_search_no_context.py
+++ b/test/keystrokes/firefox/say_all_bugzilla_search_no_context.py
@@ -19,6 +19,7 @@ sequence.append(utils.AssertPresentationAction(
"KP_Add to do a SayAll",
["SPEECH OUTPUT: 'Home'",
"SPEECH OUTPUT: 'link'",
+ "SPEECH OUTPUT: 'Back to the Gnome Bugzilla home page'",
"SPEECH OUTPUT: 'Bugzilla'",
"SPEECH OUTPUT: 'New bug'",
"SPEECH OUTPUT: 'link'",
@@ -122,9 +123,6 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'column header'",
"SPEECH OUTPUT: 'multi-select'",
"SPEECH OUTPUT: 'List with 21 items'",
- "SPEECH OUTPUT: 'Email and Numbering'",
- "SPEECH OUTPUT: 'panel'",
- "SPEECH OUTPUT: 'Email and Numbering'",
"SPEECH OUTPUT: 'Any one of:'",
"SPEECH OUTPUT: 'check box'",
"SPEECH OUTPUT: 'checked'",
@@ -169,9 +167,6 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'bugs numbered:'",
"SPEECH OUTPUT: 'entry'",
"SPEECH OUTPUT: '(comma-separated list)'",
- "SPEECH OUTPUT: 'Bug Changes'",
- "SPEECH OUTPUT: 'panel'",
- "SPEECH OUTPUT: 'Bug Changes'",
"SPEECH OUTPUT: 'Only bugs changed between:'",
"SPEECH OUTPUT: 'entry'",
"SPEECH OUTPUT: 'and'",
diff --git a/test/keystrokes/firefox/say_all_bugzilla_search_no_context.settings
b/test/keystrokes/firefox/say_all_bugzilla_search_no_context.settings
index e6a6d5c..a41f4cf 100644
--- a/test/keystrokes/firefox/say_all_bugzilla_search_no_context.settings
+++ b/test/keystrokes/firefox/say_all_bugzilla_search_no_context.settings
@@ -26,6 +26,9 @@
],
"brailleVerbosityLevel": 1,
"sayAllContextTable": false,
+ "sayAllContextLandmark": false,
+ "sayAllContextPanel": false,
+ "sayAllContextNonLandmarkForm": false,
"enableTutorialMessages": false,
"wrappedStructuralNavigation": true,
"capitalizationStyle": "none",
@@ -40,6 +43,9 @@
"spellcheckSpellError": true,
"useColorNames": true,
"speakContextTable": false,
+ "speakContextLandmark": false,
+ "speakContextPanel": false,
+ "speakContextNonLandmarkForm": false,
"readFullRowInGUITable": true,
"enabledBrailledTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none;
strikethrough:false; justification:left; style:normal; text-spelling:none;",
"enableSpace": true,
@@ -82,7 +88,7 @@
"established": false
},
"system": {
- "average-pitch": 3.0
+ "established": false
},
"uppercase": {
"average-pitch": 7.0
@@ -143,7 +149,7 @@
"established": false
},
"system": {
- "average-pitch": 3.0
+ "established": false
},
"uppercase": {
"average-pitch": 7.0
diff --git a/test/keystrokes/firefox/say_all_enter_bug.py b/test/keystrokes/firefox/say_all_enter_bug.py
index e975350..79a876d 100644
--- a/test/keystrokes/firefox/say_all_enter_bug.py
+++ b/test/keystrokes/firefox/say_all_enter_bug.py
@@ -43,6 +43,7 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'link'",
"SPEECH OUTPUT: 'Enter Bug: orca \u2013 This page lets you enter a new bug into Bugzilla.'",
"SPEECH OUTPUT: 'heading level 1'",
+ "SPEECH OUTPUT: 'form'",
"SPEECH OUTPUT: 'Before reporting a bug, please read the'",
"SPEECH OUTPUT: 'bug writing guidelines'",
"SPEECH OUTPUT: 'link'",
@@ -103,6 +104,8 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'push button'",
"SPEECH OUTPUT: 'We've made a guess at your operating system.'",
"SPEECH OUTPUT: 'Please check it and, if we got it wrong, email bugmaster gnome org.'",
+ "SPEECH OUTPUT: 'leaving form.'",
+ "SPEECH OUTPUT: 'form'",
"SPEECH OUTPUT: 'Saved Searches:'",
"SPEECH OUTPUT: 'All Orca'",
"SPEECH OUTPUT: 'link'",
diff --git a/test/keystrokes/firefox/say_all_entries.py b/test/keystrokes/firefox/say_all_entries.py
index 982752c..73f7bde 100644
--- a/test/keystrokes/firefox/say_all_entries.py
+++ b/test/keystrokes/firefox/say_all_entries.py
@@ -16,6 +16,7 @@ sequence.append(utils.AssertPresentationAction(
"1. KP_Add to do a SayAll",
["SPEECH OUTPUT: 'Here are some entries'",
"SPEECH OUTPUT: 'heading level 2'",
+ "SPEECH OUTPUT: 'form'",
"SPEECH OUTPUT: 'Type'",
"SPEECH OUTPUT: 'something'",
"SPEECH OUTPUT: 'link'",
diff --git a/test/keystrokes/firefox/say_all_regions_and_fieldsets.params
b/test/keystrokes/firefox/say_all_regions_and_fieldsets.params
new file mode 100644
index 0000000..dfe34f8
--- /dev/null
+++ b/test/keystrokes/firefox/say_all_regions_and_fieldsets.params
@@ -0,0 +1 @@
+PARAMS=$TEST_DIR/../../html/regions-and-fieldsets.html
diff --git a/test/keystrokes/firefox/say_all_regions_and_fieldsets.py
b/test/keystrokes/firefox/say_all_regions_and_fieldsets.py
new file mode 100644
index 0000000..4b9eaed
--- /dev/null
+++ b/test/keystrokes/firefox/say_all_regions_and_fieldsets.py
@@ -0,0 +1,39 @@
+#!/usr/bin/python
+
+"""Test of sayAll."""
+
+from macaroon.playback import *
+import utils
+
+sequence = MacroSequence()
+
+#sequence.append(WaitForDocLoad())
+sequence.append(PauseAction(5000))
+
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("KP_Add"))
+sequence.append(utils.AssertPresentationAction(
+ "1. KP_Add to do a SayAll",
+ ["SPEECH OUTPUT: 'Line 1'",
+ "SPEECH OUTPUT: 'foo'",
+ "SPEECH OUTPUT: 'region'",
+ "SPEECH OUTPUT: 'Line 2'",
+ "SPEECH OUTPUT: 'leaving region.'",
+ "SPEECH OUTPUT: 'form'",
+ "SPEECH OUTPUT: 'Line 3'",
+ "SPEECH OUTPUT: 'panel'",
+ "SPEECH OUTPUT: 'Close'",
+ "SPEECH OUTPUT: 'push button'",
+ "SPEECH OUTPUT: 'Line 4'",
+ "SPEECH OUTPUT: 'leaving panel.'",
+ "SPEECH OUTPUT: 'leaving form.'",
+ "SPEECH OUTPUT: 'form'",
+ "SPEECH OUTPUT: 'Line 5'",
+ "SPEECH OUTPUT: 'panel'",
+ "SPEECH OUTPUT: 'Line 6'",
+ "SPEECH OUTPUT: 'leaving panel.'",
+ "SPEECH OUTPUT: 'leaving form.'",
+ "SPEECH OUTPUT: 'Line 7'"]))
+
+sequence.append(utils.AssertionSummaryAction())
+sequence.start()
diff --git a/test/keystrokes/firefox/say_all_regions_and_fieldsets.settings
b/test/keystrokes/firefox/say_all_regions_and_fieldsets.settings
new file mode 100644
index 0000000..1a09f14
--- /dev/null
+++ b/test/keystrokes/firefox/say_all_regions_and_fieldsets.settings
@@ -0,0 +1,171 @@
+{
+ "general": {
+ "enabledSpokenTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none;
strikethrough:false; justification:left; style:normal; paragraph-style:; text-spelling:none; fg-color:;
bg-color:;",
+ "orcaModifierKeys": [
+ "Insert",
+ "KP_Insert"
+ ],
+ "skipBlankCells": false,
+ "onlySpeakDisplayedText": false,
+ "enableMnemonicSpeaking": false,
+ "chatAnnounceBuddyTyping": false,
+ "messagesAreDetailed": true,
+ "speakProgressBarUpdates": true,
+ "speakCellCoordinates": true,
+ "enableAlphabeticKeys": true,
+ "enableBraille": false,
+ "brailleAlignmentStyle": 0,
+ "playSoundForPositionInSet": false,
+ "sayAllStyle": 1,
+ "enableEchoBySentence": false,
+ "chatSpeakRoomName": false,
+ "soundVolume": 0.5,
+ "activeProfile": [
+ "Default",
+ "default"
+ ],
+ "brailleVerbosityLevel": 1,
+ "sayAllContextTable": true,
+ "sayAllContextLandmark": true,
+ "sayAllContextPanel": true,
+ "sayAllContextNonLandmarkForm": true,
+ "enableTutorialMessages": false,
+ "wrappedStructuralNavigation": true,
+ "capitalizationStyle": "none",
+ "findResultsMinimumLength": 4,
+ "enableContractedBraille": false,
+ "presentDateFormat": "%x",
+ "enableSpeechIndentation": false,
+ "brailleContractionTable": "",
+ "structNavTriggersFocusMode": false,
+ "enablePauseBreaks": true,
+ "speakNumbersAsDigits": false,
+ "spellcheckSpellError": true,
+ "useColorNames": true,
+ "speakContextTable": true,
+ "speakContextLandmark": true,
+ "speakContextPanel": true,
+ "speakContextNonLandmarkForm": true,
+ "readFullRowInGUITable": true,
+ "enabledBrailledTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none;
strikethrough:false; justification:left; style:normal; text-spelling:none;",
+ "enableSpace": true,
+ "brailleSelectorIndicator": 192,
+ "profile": [
+ "Default",
+ "default"
+ ],
+ "verbalizePunctuationStyle": 1,
+ "enableBrailleContext": true,
+ "enableNavigationKeys": false,
+ "structNavInSayAll": false,
+ "enableSound": true,
+ "speakCellSpan": true,
+ "speechVerbosityLevel": 1,
+ "brailleRolenameStyle": 1,
+ "mouseDwellDelay": null,
+ "enableSpeech": true,
+ "caretNavTriggersFocusMode": false,
+ "enableDiacriticalKeys": false,
+ "findResultsVerbosity": 2,
+ "sayAllContextBlockquote": true,
+ "speakBlankLines": true,
+ "speakSpreadsheetCoordinates": true,
+ "flashIsPersistent": false,
+ "enableNumericKeys": true,
+ "enableFlashMessages": true,
+ "progressBarVerbosity": 1,
+ "brailleLinkIndicator": 192,
+ "presentTimeFormat": "%X",
+ "enablePunctuationKeys": true,
+ "enableKeyEcho": false,
+ "playSoundForState": false,
+ "beepProgressBarUpdates": false,
+ "enableFunctionKeys": true,
+ "speakMisspelledIndicator": true,
+ "textAttributesBrailleIndicator": 0,
+ "voices": {
+ "default": {
+ "established": false
+ },
+ "system": {
+ "established": false
+ },
+ "uppercase": {
+ "average-pitch": 7.0
+ },
+ "hyperlink": {
+ "established": false
+ }
+ },
+ "enableBrailleMonitor": true,
+ "layoutMode": true,
+ "brailleFlashTime": 5000,
+ "largeObjectTextLength": 75,
+ "speakContextList": true,
+ "ignoreStatusBarProgressBars": true,
+ "keyboardLayout": 1,
+ "brailleProgressBarUpdates": false,
+ "readFullRowInSpreadSheet": false,
+ "enableActionKeys": true,
+ "enablePositionSpeaking": false,
+ "structuralNavigationEnabled": true,
+ "playSoundForRole": false,
+ "disableBrailleEOL": false,
+ "presentToolTips": false,
+ "enableMouseReview": false,
+ "speechServerFactory": "speechdispatcherfactory",
+ "chatMessageVerbosity": 0,
+ "enableEchoByWord": false,
+ "spellcheckSpellSuggestion": true,
+ "enableModifierKeys": true,
+ "speakMultiCaseStringsAsWords": false,
+ "flashIsDetailed": true,
+ "speakCellHeaders": true,
+ "rewindAndFastForwardInSayAll": false,
+ "sayAllContextList": true,
+ "speakContextBlockquote": true,
+ "enableEchoByCharacter": false,
+ "playSoundForValue": false,
+ "progressBarUpdateInterval": 10,
+ "spellcheckPresentContext": true,
+ "speechServerInfo": null,
+ "chatRoomHistories": false,
+ "readFullRowInDocumentTable": true,
+ "startingProfile": [
+ "Default",
+ "default"
+ ]
+ },
+ "keybindings": {},
+ "profiles": {
+ "default": {
+ "profile": [
+ "Default",
+ "default"
+ ],
+ "brailleContractionTable": "/usr/share/liblouis/tables/en-us-compbrl.ctb",
+ "voices": {
+ "default": {
+ "established": false
+ },
+ "system": {
+ "established": false
+ },
+ "uppercase": {
+ "average-pitch": 7.0
+ },
+ "hyperlink": {
+ "established": false
+ }
+ },
+ "pronunciations": {},
+ "speechServerInfo": [
+ "Default Synthesizer",
+ "default"
+ ],
+ "keybindings": {},
+ "speechServerFactory": "orca.speechdispatcherfactory"
+ }
+ },
+ "pronunciations": {}
+}
\ No newline at end of file
diff --git a/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.params
b/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.params
new file mode 100644
index 0000000..dfe34f8
--- /dev/null
+++ b/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.params
@@ -0,0 +1 @@
+PARAMS=$TEST_DIR/../../html/regions-and-fieldsets.html
diff --git a/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.py
b/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.py
new file mode 100644
index 0000000..293e5cc
--- /dev/null
+++ b/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.py
@@ -0,0 +1,28 @@
+#!/usr/bin/python
+
+"""Test of sayAll."""
+
+from macaroon.playback import *
+import utils
+
+sequence = MacroSequence()
+
+#sequence.append(WaitForDocLoad())
+sequence.append(PauseAction(5000))
+
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("KP_Add"))
+sequence.append(utils.AssertPresentationAction(
+ "1. KP_Add to do a SayAll",
+ ["SPEECH OUTPUT: 'Line 1'",
+ "SPEECH OUTPUT: 'Line 2'",
+ "SPEECH OUTPUT: 'Line 3'",
+ "SPEECH OUTPUT: 'Close'",
+ "SPEECH OUTPUT: 'push button'",
+ "SPEECH OUTPUT: 'Line 4'",
+ "SPEECH OUTPUT: 'Line 5'",
+ "SPEECH OUTPUT: 'Line 6'",
+ "SPEECH OUTPUT: 'Line 7'"]))
+
+sequence.append(utils.AssertionSummaryAction())
+sequence.start()
diff --git a/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.settings
b/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.settings
new file mode 100644
index 0000000..a41f4cf
--- /dev/null
+++ b/test/keystrokes/firefox/say_all_regions_and_fieldsets_no_context.settings
@@ -0,0 +1,171 @@
+{
+ "general": {
+ "enabledSpokenTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none;
strikethrough:false; justification:left; style:normal; paragraph-style:; text-spelling:none; fg-color:;
bg-color:;",
+ "orcaModifierKeys": [
+ "Insert",
+ "KP_Insert"
+ ],
+ "skipBlankCells": false,
+ "onlySpeakDisplayedText": false,
+ "enableMnemonicSpeaking": false,
+ "chatAnnounceBuddyTyping": false,
+ "messagesAreDetailed": true,
+ "speakProgressBarUpdates": true,
+ "speakCellCoordinates": true,
+ "enableAlphabeticKeys": true,
+ "enableBraille": false,
+ "brailleAlignmentStyle": 0,
+ "playSoundForPositionInSet": false,
+ "sayAllStyle": 1,
+ "enableEchoBySentence": false,
+ "chatSpeakRoomName": false,
+ "soundVolume": 0.5,
+ "activeProfile": [
+ "Default",
+ "default"
+ ],
+ "brailleVerbosityLevel": 1,
+ "sayAllContextTable": false,
+ "sayAllContextLandmark": false,
+ "sayAllContextPanel": false,
+ "sayAllContextNonLandmarkForm": false,
+ "enableTutorialMessages": false,
+ "wrappedStructuralNavigation": true,
+ "capitalizationStyle": "none",
+ "findResultsMinimumLength": 4,
+ "enableContractedBraille": false,
+ "presentDateFormat": "%x",
+ "enableSpeechIndentation": false,
+ "brailleContractionTable": "",
+ "structNavTriggersFocusMode": false,
+ "enablePauseBreaks": true,
+ "speakNumbersAsDigits": false,
+ "spellcheckSpellError": true,
+ "useColorNames": true,
+ "speakContextTable": false,
+ "speakContextLandmark": false,
+ "speakContextPanel": false,
+ "speakContextNonLandmarkForm": false,
+ "readFullRowInGUITable": true,
+ "enabledBrailledTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none;
strikethrough:false; justification:left; style:normal; text-spelling:none;",
+ "enableSpace": true,
+ "brailleSelectorIndicator": 192,
+ "profile": [
+ "Default",
+ "default"
+ ],
+ "verbalizePunctuationStyle": 1,
+ "enableBrailleContext": true,
+ "enableNavigationKeys": false,
+ "structNavInSayAll": false,
+ "enableSound": true,
+ "speakCellSpan": true,
+ "speechVerbosityLevel": 1,
+ "brailleRolenameStyle": 1,
+ "mouseDwellDelay": null,
+ "enableSpeech": true,
+ "caretNavTriggersFocusMode": false,
+ "enableDiacriticalKeys": false,
+ "findResultsVerbosity": 2,
+ "sayAllContextBlockquote": false,
+ "speakBlankLines": true,
+ "speakSpreadsheetCoordinates": true,
+ "flashIsPersistent": false,
+ "enableNumericKeys": true,
+ "enableFlashMessages": true,
+ "progressBarVerbosity": 1,
+ "brailleLinkIndicator": 192,
+ "presentTimeFormat": "%X",
+ "enablePunctuationKeys": true,
+ "enableKeyEcho": false,
+ "playSoundForState": false,
+ "beepProgressBarUpdates": false,
+ "enableFunctionKeys": true,
+ "speakMisspelledIndicator": true,
+ "textAttributesBrailleIndicator": 0,
+ "voices": {
+ "default": {
+ "established": false
+ },
+ "system": {
+ "established": false
+ },
+ "uppercase": {
+ "average-pitch": 7.0
+ },
+ "hyperlink": {
+ "established": false
+ }
+ },
+ "enableBrailleMonitor": true,
+ "layoutMode": true,
+ "brailleFlashTime": 5000,
+ "largeObjectTextLength": 75,
+ "speakContextList": false,
+ "ignoreStatusBarProgressBars": true,
+ "keyboardLayout": 1,
+ "brailleProgressBarUpdates": false,
+ "readFullRowInSpreadSheet": false,
+ "enableActionKeys": true,
+ "enablePositionSpeaking": false,
+ "structuralNavigationEnabled": true,
+ "playSoundForRole": false,
+ "disableBrailleEOL": false,
+ "presentToolTips": false,
+ "enableMouseReview": false,
+ "speechServerFactory": "speechdispatcherfactory",
+ "chatMessageVerbosity": 0,
+ "enableEchoByWord": false,
+ "spellcheckSpellSuggestion": true,
+ "enableModifierKeys": true,
+ "speakMultiCaseStringsAsWords": false,
+ "flashIsDetailed": true,
+ "speakCellHeaders": true,
+ "rewindAndFastForwardInSayAll": false,
+ "sayAllContextList": false,
+ "speakContextBlockquote": false,
+ "enableEchoByCharacter": false,
+ "playSoundForValue": false,
+ "progressBarUpdateInterval": 10,
+ "spellcheckPresentContext": true,
+ "speechServerInfo": null,
+ "chatRoomHistories": false,
+ "readFullRowInDocumentTable": true,
+ "startingProfile": [
+ "Default",
+ "default"
+ ]
+ },
+ "keybindings": {},
+ "profiles": {
+ "default": {
+ "profile": [
+ "Default",
+ "default"
+ ],
+ "brailleContractionTable": "/usr/share/liblouis/tables/en-us-compbrl.ctb",
+ "voices": {
+ "default": {
+ "established": false
+ },
+ "system": {
+ "established": false
+ },
+ "uppercase": {
+ "average-pitch": 7.0
+ },
+ "hyperlink": {
+ "established": false
+ }
+ },
+ "pronunciations": {},
+ "speechServerInfo": [
+ "Default Synthesizer",
+ "default"
+ ],
+ "keybindings": {},
+ "speechServerFactory": "orca.speechdispatcherfactory"
+ }
+ },
+ "pronunciations": {}
+}
\ No newline at end of file
diff --git a/test/keystrokes/firefox/say_all_table_caption.py
b/test/keystrokes/firefox/say_all_table_caption.py
index 33cd18e..5bb1b03 100644
--- a/test/keystrokes/firefox/say_all_table_caption.py
+++ b/test/keystrokes/firefox/say_all_table_caption.py
@@ -17,8 +17,6 @@ sequence.append(utils.AssertPresentationAction(
["SPEECH OUTPUT: 'Below is a table, with some sample table data'",
"SPEECH OUTPUT: 'this is a caption for this table'",
"SPEECH OUTPUT: 'table with 4 rows 3 columns'",
- "SPEECH OUTPUT: 'this is a caption for this table'",
- "SPEECH OUTPUT: 'caption'",
"SPEECH OUTPUT: 'col1'",
"SPEECH OUTPUT: 'column header'",
"SPEECH OUTPUT: 'col2'",
diff --git a/test/keystrokes/firefox/say_all_wiki.py b/test/keystrokes/firefox/say_all_wiki.py
index bd2b93b..5dc0d77 100644
--- a/test/keystrokes/firefox/say_all_wiki.py
+++ b/test/keystrokes/firefox/say_all_wiki.py
@@ -31,6 +31,7 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'leaving list.'",
"SPEECH OUTPUT: 'live.gnome.org'",
"SPEECH OUTPUT: 'heading level 1'",
+ "SPEECH OUTPUT: 'form'",
"SPEECH OUTPUT: 'entry'",
"SPEECH OUTPUT: 'Search'",
"SPEECH OUTPUT: 'Titles'",
@@ -285,6 +286,7 @@ sequence.append(utils.AssertPresentationAction(
"SPEECH OUTPUT: 'link'",
"SPEECH OUTPUT: 'Attachments'",
"SPEECH OUTPUT: 'link'",
+ "SPEECH OUTPUT: 'form'",
"SPEECH OUTPUT: 'More Actions:'",
"SPEECH OUTPUT: 'combo box'",
"SPEECH OUTPUT: 'leaving list.'",
diff --git a/test/keystrokes/firefox/say_all_wiki_no_context.settings
b/test/keystrokes/firefox/say_all_wiki_no_context.settings
index e6a6d5c..a41f4cf 100644
--- a/test/keystrokes/firefox/say_all_wiki_no_context.settings
+++ b/test/keystrokes/firefox/say_all_wiki_no_context.settings
@@ -26,6 +26,9 @@
],
"brailleVerbosityLevel": 1,
"sayAllContextTable": false,
+ "sayAllContextLandmark": false,
+ "sayAllContextPanel": false,
+ "sayAllContextNonLandmarkForm": false,
"enableTutorialMessages": false,
"wrappedStructuralNavigation": true,
"capitalizationStyle": "none",
@@ -40,6 +43,9 @@
"spellcheckSpellError": true,
"useColorNames": true,
"speakContextTable": false,
+ "speakContextLandmark": false,
+ "speakContextPanel": false,
+ "speakContextNonLandmarkForm": false,
"readFullRowInGUITable": true,
"enabledBrailledTextAttributes": "size:; family-name:; weight:400; indent:0; underline:none;
strikethrough:false; justification:left; style:normal; text-spelling:none;",
"enableSpace": true,
@@ -82,7 +88,7 @@
"established": false
},
"system": {
- "average-pitch": 3.0
+ "established": false
},
"uppercase": {
"average-pitch": 7.0
@@ -143,7 +149,7 @@
"established": false
},
"system": {
- "average-pitch": 3.0
+ "established": false
},
"uppercase": {
"average-pitch": 7.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]