diff --git a/common/tests/functional/testCommands.js b/common/tests/functional/testCommands.js index 60fc7b8f..2b1b733c 100644 --- a/common/tests/functional/testCommands.js +++ b/common/tests/functional/testCommands.js @@ -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"],