mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 22:14:14 +01:00
'Fix' :delcommand testCommands test.
This was failing due to *evil* test dependencies.
This commit is contained in:
@@ -137,9 +137,16 @@ var tests = {
|
||||
]
|
||||
},
|
||||
delbmarks: { anyOutput: ["", "about:pentadactyl"] },
|
||||
delcommand: {
|
||||
noOutput: ["foo"] // TODO: Why is this failing? "Unexpected command output: delcommand foo"
|
||||
},
|
||||
delcommand: [
|
||||
{
|
||||
init: ["comclear", "command foo bar"],
|
||||
noOutput: ["foo"]
|
||||
},
|
||||
{
|
||||
init: ["comclear"],
|
||||
error: ["foo"]
|
||||
}
|
||||
],
|
||||
delmacros: {
|
||||
error: [""],
|
||||
noOutput: ["x"],
|
||||
|
||||
Reference in New Issue
Block a user