A lot of changes to switch to the new name, might be horribly broken.
This commit is contained in:
@@ -1 +1 @@
|
||||
PARAMS=$TEST_DIR/../../html/orca-wiki.html
|
||||
PARAMS=$TEST_DIR/../../html/cthulhu-wiki.html
|
||||
|
||||
@@ -13,7 +13,7 @@ sequence.append(KeyComboAction("<Control>Home"))
|
||||
sequence.append(PauseAction(3000))
|
||||
sequence.append(KeyComboAction("<Control>F"))
|
||||
sequence.append(PauseAction(3000))
|
||||
sequence.append(TypeAction("orca"))
|
||||
sequence.append(TypeAction("cthulhu"))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Return"))
|
||||
|
||||
@@ -37,9 +37,9 @@ sequence.append(KeyComboAction("<Alt><Shift>a"))
|
||||
sequence.append(PauseAction(5000))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"3. Alt+a for Activate button",
|
||||
["BRAILLE LINE: 'runorca.py application Clickables: 1 item found dialog'",
|
||||
["BRAILLE LINE: 'runcthulhu.py application Clickables: 1 item found dialog'",
|
||||
" VISIBLE: 'Clickables: 1 item found dialog', cursor=1",
|
||||
"BRAILLE LINE: 'runorca.py application Clickables: 1 item found dialog table Clickable column header Goodbye cruel static'",
|
||||
"BRAILLE LINE: 'runcthulhu.py application Clickables: 1 item found dialog table Clickable column header Goodbye cruel static'",
|
||||
" VISIBLE: 'Goodbye cruel static', cursor=1",
|
||||
"SPEECH OUTPUT: 'Clickables: 1 item found'",
|
||||
"SPEECH OUTPUT: 'table with 1 row 2 columns'",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
import orca.scripts.toolkits.Gecko.script_settings
|
||||
orca.scripts.toolkits.Gecko.script_settings.arrowToLineBeginning = False
|
||||
import cthulhu.scripts.toolkits.Gecko.script_settings
|
||||
cthulhu.scripts.toolkits.Gecko.script_settings.arrowToLineBeginning = False
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -647,7 +647,7 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"70. Line Down",
|
||||
["BRAILLE LINE: 'Saved Searches: My Bugs and Patches | All Orca | Firefox | open orca | Open RFEs'",
|
||||
["BRAILLE LINE: 'Saved Searches: My Bugs and Patches | All Orca | Firefox | open cthulhu | Open RFEs'",
|
||||
" VISIBLE: 'Saved Searches: My Bugs and Patc', cursor=1",
|
||||
"SPEECH OUTPUT: 'Saved Searches:'",
|
||||
"SPEECH OUTPUT: 'My Bugs and Patches'",
|
||||
@@ -659,7 +659,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'Firefox'",
|
||||
"SPEECH OUTPUT: 'link.'",
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'open orca'",
|
||||
"SPEECH OUTPUT: 'open cthulhu'",
|
||||
"SPEECH OUTPUT: 'link.'",
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'Open RFEs'",
|
||||
|
||||
@@ -54,9 +54,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"3. Line Down",
|
||||
["BRAILLE LINE: 'Enter Bug: orca – This page lets you enter a new bug h1'",
|
||||
" VISIBLE: 'Enter Bug: orca – This page lets', cursor=1",
|
||||
"SPEECH OUTPUT: 'Enter Bug: orca – This page lets you enter a new bug heading level 1'"]))
|
||||
["BRAILLE LINE: 'Enter Bug: cthulhu – This page lets you enter a new bug h1'",
|
||||
" VISIBLE: 'Enter Bug: cthulhu – This page lets', cursor=1",
|
||||
"SPEECH OUTPUT: 'Enter Bug: cthulhu – This page lets you enter a new bug heading level 1'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
@@ -99,12 +99,12 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"7. Line Down",
|
||||
["BRAILLE LINE: 'Reporter: joanmarie.diggs@gmail.com Product: orca'",
|
||||
["BRAILLE LINE: 'Reporter: joanmarie.diggs@gmail.com Product: cthulhu'",
|
||||
" VISIBLE: 'Reporter: joanmarie.diggs@gmail.', cursor=1",
|
||||
"SPEECH OUTPUT: 'Reporter:.'",
|
||||
"SPEECH OUTPUT: 'joanmarie.diggs@gmail.com.'",
|
||||
"SPEECH OUTPUT: 'Product:.'",
|
||||
"SPEECH OUTPUT: 'orca.'"]))
|
||||
"SPEECH OUTPUT: 'cthulhu.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
@@ -390,12 +390,12 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"39. Line Up",
|
||||
["BRAILLE LINE: 'Reporter: joanmarie.diggs@gmail.com Product: orca'",
|
||||
["BRAILLE LINE: 'Reporter: joanmarie.diggs@gmail.com Product: cthulhu'",
|
||||
" VISIBLE: 'Reporter: joanmarie.diggs@gmail.', cursor=1",
|
||||
"SPEECH OUTPUT: 'Reporter:.'",
|
||||
"SPEECH OUTPUT: 'joanmarie.diggs@gmail.com.'",
|
||||
"SPEECH OUTPUT: 'Product:.'",
|
||||
"SPEECH OUTPUT: 'orca.'"]))
|
||||
"SPEECH OUTPUT: 'cthulhu.'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
@@ -438,9 +438,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"43. Line Up",
|
||||
["BRAILLE LINE: 'Enter Bug: orca \u2013 This page lets you enter a new bug h1'",
|
||||
" VISIBLE: 'Enter Bug: orca – This page lets', cursor=1",
|
||||
"SPEECH OUTPUT: 'Enter Bug: orca \u2013 This page lets you enter a new bug heading level 1'"]))
|
||||
["BRAILLE LINE: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug h1'",
|
||||
" VISIBLE: 'Enter Bug: cthulhu – This page lets', cursor=1",
|
||||
"SPEECH OUTPUT: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug heading level 1'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
|
||||
@@ -1 +1 @@
|
||||
PARAMS=$TEST_DIR/../../html/orca-wiki.html
|
||||
PARAMS=$TEST_DIR/../../html/cthulhu-wiki.html
|
||||
|
||||
@@ -1 +1 @@
|
||||
PARAMS=$TEST_DIR/../../html/orca-wiki.html#head-a269540f0f3a25d25e08216f0438ee743a3ebe88
|
||||
PARAMS=$TEST_DIR/../../html/cthulhu-wiki.html#head-a269540f0f3a25d25e08216f0438ee743a3ebe88
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1 +1 @@
|
||||
PARAMS=$TEST_DIR/../../html/orca-wiki.html
|
||||
PARAMS=$TEST_DIR/../../html/cthulhu-wiki.html
|
||||
|
||||
@@ -505,17 +505,17 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"48. Line Down",
|
||||
["BRAILLE LINE: 'The command to run orca is orca. You can enter this command by pressing Alt+F2'",
|
||||
" VISIBLE: 'The command to run orca is orca.', cursor=1",
|
||||
"SPEECH OUTPUT: 'The command to run orca is orca. You can enter this command by pressing Alt+F2'"]))
|
||||
["BRAILLE LINE: 'The command to run cthulhu is cthulhu. You can enter this command by pressing Alt+F2'",
|
||||
" VISIBLE: 'The command to run cthulhu is cthulhu.', cursor=1",
|
||||
"SPEECH OUTPUT: 'The command to run cthulhu is cthulhu. You can enter this command by pressing Alt+F2'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"49. Line Down",
|
||||
["BRAILLE LINE: 'when logged in, waiting for a second or so, then typing orca and pressing return. Orca is'",
|
||||
["BRAILLE LINE: 'when logged in, waiting for a second or so, then typing cthulhu and pressing return. Orca is'",
|
||||
" VISIBLE: 'when logged in, waiting for a se', cursor=1",
|
||||
"SPEECH OUTPUT: 'when logged in, waiting for a second or so, then typing orca and pressing return. Orca is'"]))
|
||||
"SPEECH OUTPUT: 'when logged in, waiting for a second or so, then typing cthulhu and pressing return. Orca is'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
@@ -792,11 +792,11 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"79. Line Down",
|
||||
["BRAILLE LINE: '• Mailing list: orca-list@gnome.org (Archives)'",
|
||||
" VISIBLE: '• Mailing list: orca-list@gnome.', cursor=1",
|
||||
["BRAILLE LINE: '• Mailing list: cthulhu-list@gnome.org (Archives)'",
|
||||
" VISIBLE: '• Mailing list: cthulhu-list@gnome.', cursor=1",
|
||||
"SPEECH OUTPUT: '•.'",
|
||||
"SPEECH OUTPUT: 'Mailing list:'",
|
||||
"SPEECH OUTPUT: 'orca-list@gnome.org'",
|
||||
"SPEECH OUTPUT: 'cthulhu-list@gnome.org'",
|
||||
"SPEECH OUTPUT: 'link.'",
|
||||
"SPEECH OUTPUT: '('",
|
||||
"SPEECH OUTPUT: 'Archives'",
|
||||
|
||||
@@ -1 +1 @@
|
||||
PARAMS=$TEST_DIR/../../html/orca-wiki.html
|
||||
PARAMS=$TEST_DIR/../../html/cthulhu-wiki.html
|
||||
|
||||
@@ -245,11 +245,11 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"24. Line Up",
|
||||
["BRAILLE LINE: '• Mailing list: orca-list@gnome.org (Archives)'",
|
||||
" VISIBLE: '• Mailing list: orca-list@gnome.', cursor=1",
|
||||
["BRAILLE LINE: '• Mailing list: cthulhu-list@gnome.org (Archives)'",
|
||||
" VISIBLE: '• Mailing list: cthulhu-list@gnome.', cursor=1",
|
||||
"SPEECH OUTPUT: '•.'",
|
||||
"SPEECH OUTPUT: 'Mailing list:'",
|
||||
"SPEECH OUTPUT: 'orca-list@gnome.org'",
|
||||
"SPEECH OUTPUT: 'cthulhu-list@gnome.org'",
|
||||
"SPEECH OUTPUT: 'link.'",
|
||||
"SPEECH OUTPUT: '('",
|
||||
"SPEECH OUTPUT: 'Archives'",
|
||||
@@ -531,17 +531,17 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"54. Line Up",
|
||||
["BRAILLE LINE: 'when logged in, waiting for a second or so, then typing orca and pressing return. Orca is'",
|
||||
["BRAILLE LINE: 'when logged in, waiting for a second or so, then typing cthulhu and pressing return. Orca is'",
|
||||
" VISIBLE: 'when logged in, waiting for a se', cursor=1",
|
||||
"SPEECH OUTPUT: 'when logged in, waiting for a second or so, then typing orca and pressing return. Orca is'"]))
|
||||
"SPEECH OUTPUT: 'when logged in, waiting for a second or so, then typing cthulhu and pressing return. Orca is'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"55. Line Up",
|
||||
["BRAILLE LINE: 'The command to run orca is orca. You can enter this command by pressing Alt+F2'",
|
||||
" VISIBLE: 'The command to run orca is orca.', cursor=1",
|
||||
"SPEECH OUTPUT: 'The command to run orca is orca. You can enter this command by pressing Alt+F2'"]))
|
||||
["BRAILLE LINE: 'The command to run cthulhu is cthulhu. You can enter this command by pressing Alt+F2'",
|
||||
" VISIBLE: 'The command to run cthulhu is cthulhu.', cursor=1",
|
||||
"SPEECH OUTPUT: 'The command to run cthulhu is cthulhu. You can enter this command by pressing Alt+F2'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"enableActionKeys": true,
|
||||
"enableModifierKeys": true,
|
||||
"brailleLinkIndicator": 192,
|
||||
"orcaModifierKeys": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"enableActionKeys": true,
|
||||
"enableModifierKeys": true,
|
||||
"brailleLinkIndicator": 192,
|
||||
"orcaModifierKeys": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"enableActionKeys": true,
|
||||
"enableModifierKeys": true,
|
||||
"brailleLinkIndicator": 192,
|
||||
"orcaModifierKeys": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
|
||||
@@ -27,9 +27,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("H"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"2. H for heading",
|
||||
["BRAILLE LINE: 'Enter Bug: orca \u2013 This page lets you enter a new bug into Bugzilla. h1'",
|
||||
" VISIBLE: 'Enter Bug: orca \u2013 This page lets', cursor=1",
|
||||
"SPEECH OUTPUT: 'Enter Bug: orca \u2013 This page lets you enter a new bug into Bugzilla. heading level 1'"]))
|
||||
["BRAILLE LINE: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug into Bugzilla. h1'",
|
||||
" VISIBLE: 'Enter Bug: cthulhu \u2013 This page lets', cursor=1",
|
||||
"SPEECH OUTPUT: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug into Bugzilla. heading level 1'"]))
|
||||
|
||||
sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Down"))
|
||||
@@ -203,9 +203,9 @@ sequence.append(utils.StartRecordingAction())
|
||||
sequence.append(KeyComboAction("Up"))
|
||||
sequence.append(utils.AssertPresentationAction(
|
||||
"24. line Up",
|
||||
["BRAILLE LINE: 'Enter Bug: orca \u2013 This page lets you enter a new bug h1'",
|
||||
" VISIBLE: 'Enter Bug: orca \u2013 This page lets', cursor=1",
|
||||
"SPEECH OUTPUT: 'Enter Bug: orca \u2013 This page lets you enter a new bug heading level 1'"]))
|
||||
["BRAILLE LINE: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug h1'",
|
||||
" VISIBLE: 'Enter Bug: cthulhu \u2013 This page lets', cursor=1",
|
||||
"SPEECH OUTPUT: 'Enter Bug: cthulhu \u2013 This page lets you enter a new bug heading level 1'"]))
|
||||
|
||||
sequence.append(utils.AssertionSummaryAction())
|
||||
sequence.start()
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"enableActionKeys": true,
|
||||
"enableModifierKeys": true,
|
||||
"brailleLinkIndicator": 192,
|
||||
"orcaModifierKeys": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"enableActionKeys": true,
|
||||
"enableModifierKeys": true,
|
||||
"brailleLinkIndicator": 192,
|
||||
"orcaModifierKeys": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"enableActionKeys": true,
|
||||
"enableModifierKeys": true,
|
||||
"brailleLinkIndicator": 192,
|
||||
"orcaModifierKeys": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
"enableActionKeys": true,
|
||||
"enableModifierKeys": true,
|
||||
"brailleLinkIndicator": 192,
|
||||
"orcaModifierKeys": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"keybindings": {},
|
||||
"profiles": {
|
||||
"default": {
|
||||
"speechServerFactory": "orca.speechdispatcherfactory",
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory",
|
||||
"profile": [
|
||||
"Default",
|
||||
"default"
|
||||
@@ -94,7 +94,7 @@
|
||||
"magContrastLevelBlue": 0,
|
||||
"magContrastLevelRed": 0,
|
||||
"enableContractedBraille": false,
|
||||
"orcaModifierKeys": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
|
||||
@@ -254,7 +254,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'Firefox'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'open orca'",
|
||||
"SPEECH OUTPUT: 'open cthulhu'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'Open RFEs'",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -221,7 +221,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'Firefox'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'open orca'",
|
||||
"SPEECH OUTPUT: 'open cthulhu'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'Open RFEs'",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -41,7 +41,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'Log Out'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: 'Enter Bug: orca \u2013 This page lets you enter a new bug into Bugzilla.'",
|
||||
"SPEECH OUTPUT: 'Enter Bug: cthulhu \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'",
|
||||
@@ -60,7 +60,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'Reporter:'",
|
||||
"SPEECH OUTPUT: 'joanmarie.diggs@gmail.com'",
|
||||
"SPEECH OUTPUT: 'Product:'",
|
||||
"SPEECH OUTPUT: 'orca'",
|
||||
"SPEECH OUTPUT: 'cthulhu'",
|
||||
"SPEECH OUTPUT: 'Version:'",
|
||||
"SPEECH OUTPUT: '2.21.x'",
|
||||
"SPEECH OUTPUT: 'List with 9 items'",
|
||||
@@ -113,7 +113,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'Firefox'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'open orca'",
|
||||
"SPEECH OUTPUT: 'open cthulhu'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '|'",
|
||||
"SPEECH OUTPUT: 'Open RFEs'",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1 +1 @@
|
||||
PARAMS=$TEST_DIR/../../html/orca-wiki.html
|
||||
PARAMS=$TEST_DIR/../../html/cthulhu-wiki.html
|
||||
|
||||
@@ -173,8 +173,8 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'for detailed information on various distributions as well as installing Orca directly from source.'",
|
||||
"SPEECH OUTPUT: 'Configuration/Use'",
|
||||
"SPEECH OUTPUT: 'heading level 1'",
|
||||
"SPEECH OUTPUT: 'The command to run orca is orca.'",
|
||||
"SPEECH OUTPUT: 'You can enter this command by pressing Alt+F2 when logged in, waiting for a second or so, then typing orca and pressing return.'",
|
||||
"SPEECH OUTPUT: 'The command to run cthulhu is cthulhu.'",
|
||||
"SPEECH OUTPUT: 'You can enter this command by pressing Alt+F2 when logged in, waiting for a second or so, then typing cthulhu and pressing return.'",
|
||||
"SPEECH OUTPUT: 'Orca is designed to present information as you navigate the desktop using the'",
|
||||
"SPEECH OUTPUT: 'built-in navigation mechanisms of GNOME'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
@@ -236,7 +236,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '•'",
|
||||
"SPEECH OUTPUT: 'Mailing list:'",
|
||||
"SPEECH OUTPUT: 'orca-list@gnome.org'",
|
||||
"SPEECH OUTPUT: 'cthulhu-list@gnome.org'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '('",
|
||||
"SPEECH OUTPUT: 'Archives'",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -158,7 +158,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1 +1 @@
|
||||
PARAMS=$TEST_DIR/../../html/orca-wiki.html
|
||||
PARAMS=$TEST_DIR/../../html/cthulhu-wiki.html
|
||||
|
||||
@@ -167,8 +167,8 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'for detailed information on various distributions as well as installing Orca directly from source.'",
|
||||
"SPEECH OUTPUT: 'Configuration/Use'",
|
||||
"SPEECH OUTPUT: 'heading level 1'",
|
||||
"SPEECH OUTPUT: 'The command to run orca is orca.'",
|
||||
"SPEECH OUTPUT: 'You can enter this command by pressing Alt+F2 when logged in, waiting for a second or so, then typing orca and pressing return.'",
|
||||
"SPEECH OUTPUT: 'The command to run cthulhu is cthulhu.'",
|
||||
"SPEECH OUTPUT: 'You can enter this command by pressing Alt+F2 when logged in, waiting for a second or so, then typing cthulhu and pressing return.'",
|
||||
"SPEECH OUTPUT: 'Orca is designed to present information as you navigate the desktop using the'",
|
||||
"SPEECH OUTPUT: 'built-in navigation mechanisms of GNOME'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
@@ -229,7 +229,7 @@ sequence.append(utils.AssertPresentationAction(
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '•'",
|
||||
"SPEECH OUTPUT: 'Mailing list:'",
|
||||
"SPEECH OUTPUT: 'orca-list@gnome.org'",
|
||||
"SPEECH OUTPUT: 'cthulhu-list@gnome.org'",
|
||||
"SPEECH OUTPUT: 'link'",
|
||||
"SPEECH OUTPUT: '('",
|
||||
"SPEECH OUTPUT: 'Archives'",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"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": [
|
||||
"cthulhuModifierKeys": [
|
||||
"Insert",
|
||||
"KP_Insert"
|
||||
],
|
||||
@@ -164,7 +164,7 @@
|
||||
"default"
|
||||
],
|
||||
"keybindings": {},
|
||||
"speechServerFactory": "orca.speechdispatcherfactory"
|
||||
"speechServerFactory": "cthulhu.speechdispatcherfactory"
|
||||
}
|
||||
},
|
||||
"pronunciations": {}
|
||||
|
||||
@@ -1 +1 @@
|
||||
PARAMS=$TEST_DIR/../../html/orca-wiki.html
|
||||
PARAMS=$TEST_DIR/../../html/cthulhu-wiki.html
|
||||
|
||||
@@ -1 +1 @@
|
||||
PARAMS="$TEST_DIR/../../html/htmlpage.html $TEST_DIR/../../html/orca-wiki.html $TEST_DIR/../../html/bugzilla-top.html"
|
||||
PARAMS="$TEST_DIR/../../html/htmlpage.html $TEST_DIR/../../html/cthulhu-wiki.html $TEST_DIR/../../html/bugzilla-top.html"
|
||||
|
||||
Reference in New Issue
Block a user