From 7b5fea55cc2030354a9bedc3aa162ca4d5cf1ffb Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 5 Mar 2011 17:58:00 +1100 Subject: [PATCH] Fix reference to removed :comclear in testCommands. --HG-- extra : rebase_source : 33a19cdf6a5a3e544555cd36281ea9ea5ef4d6e4 --- common/tests/functional/testCommands.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/tests/functional/testCommands.js b/common/tests/functional/testCommands.js index 8cc693a0..59724b55 100644 --- a/common/tests/functional/testCommands.js +++ b/common/tests/functional/testCommands.js @@ -143,7 +143,7 @@ var tests = { delbmarks: { anyOutput: ["", "about:pentadactyl"] }, delcommand: [ { - init: ["delc!", "command foo bar"], + init: ["delcommand!", "command foo bar"], error: [""], completions: [ ["", hasItems], @@ -153,7 +153,7 @@ var tests = { noOutput: ["foo", "! "] }, { - init: ["comclear"], + init: ["delcommand!"], error: ["foo"] } ],