1
0
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:
Doug Kearns
2011-02-07 21:16:00 +11:00
parent 9205867efd
commit 6331a0c532

View File

@@ -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"],