[Pkg-mozext-commits] [firebug] 34/55: Fixed source code check

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag firebug-1.10.1
in repository firebug.

commit 260813d5f68f7732a94fd2cb853dc6fb93104244
Author: Sebastian Zartner <sebastianzartner at gmx.de>
Date:   Wed Jul 25 12:01:23 2012 +0200

    Fixed source code check
---
 tests/content/script/callstack/5544/issue5544.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/content/script/callstack/5544/issue5544.js b/tests/content/script/callstack/5544/issue5544.js
index 11c7fc4..419a4e7 100644
--- a/tests/content/script/callstack/5544/issue5544.js
+++ b/tests/content/script/callstack/5544/issue5544.js
@@ -36,7 +36,7 @@ function runTest()
                 var sourceBox = row.querySelector(".errorSourceBox.errorSource-show");
                 if (FBTest.ok(node, "Source line must be there"))
                 {
-                    var expected = /\s*foops\(\)\s*\;onclick\s*\(line\s*2\)\s*/;
+                    var expected = /\s*onclick\s*\(line\s*2\)\s*/;
                     FBTest.compare(expected, sourceBox.textContent, "The source must match");
                 }
 

-- 
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