[Pkg-mozext-commits] [firebug] 07/35: Fix test script/6566 (also related to a new command image)
David Prévot
taffit at moszumanska.debian.org
Sat May 24 14:54:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 231df1a12d6dc079a56cdaea2f5891fe506c43fc
Author: Jan Odvarko <odvarko at gmail.com>
Date: Wed May 21 12:06:05 2014 +0200
Fix test script/6566 (also related to a new command image)
---
tests/content/script/6566/issue6566.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/content/script/6566/issue6566.js b/tests/content/script/6566/issue6566.js
index a9f4e67..c39c358 100644
--- a/tests/content/script/6566/issue6566.js
+++ b/tests/content/script/6566/issue6566.js
@@ -26,7 +26,7 @@ function monitorFunction(callback)
var config = {tagName: "div", classes: "logRow logRow-command"};
FBTest.waitForDisplayedElement("console", config, function(row)
{
- FBTest.compare(">>> monitor(onExecuteTest)", row.textContent, "The output must match");
+ FBTest.compare("monitor(onExecuteTest)", row.textContent, "The output must match");
callback();
});
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git
More information about the Pkg-mozext-commits
mailing list