1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 10:24:12 +01:00

Fix reference to removed :comclear in testCommands.

--HG--
extra : rebase_source : 33a19cdf6a5a3e544555cd36281ea9ea5ef4d6e4
This commit is contained in:
Doug Kearns
2011-03-05 17:58:00 +11:00
parent cf681d5cbb
commit 7b5fea55cc

View File

@@ -143,7 +143,7 @@ var tests = {
delbmarks: { anyOutput: ["", "about:pentadactyl"] }, delbmarks: { anyOutput: ["", "about:pentadactyl"] },
delcommand: [ delcommand: [
{ {
init: ["delc!", "command foo bar"], init: ["delcommand!", "command foo bar"],
error: [""], error: [""],
completions: [ completions: [
["", hasItems], ["", hasItems],
@@ -153,7 +153,7 @@ var tests = {
noOutput: ["foo", "! "] noOutput: ["foo", "! "]
}, },
{ {
init: ["comclear"], init: ["delcommand!"],
error: ["foo"] error: ["foo"]
} }
], ],