[Pkg-mozext-commits] [firebug] 06/56: Fixed test for issue 5400

David Prévot taffit at moszumanska.debian.org
Wed Nov 19 21:01:41 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 04c80d7877134714d4412baaacf4e4b080eb075b
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date:   Wed Sep 10 22:56:02 2014 +0200

    Fixed test for issue 5400
---
 tests/content/script/callstack/5400/issue5400.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/content/script/callstack/5400/issue5400.js b/tests/content/script/callstack/5400/issue5400.js
index 3d63824..7be51c4 100644
--- a/tests/content/script/callstack/5400/issue5400.js
+++ b/tests/content/script/callstack/5400/issue5400.js
@@ -10,7 +10,7 @@ function runTest()
             FBTest.waitForDisplayedElement("console", config, function(row)
             {
                 // Verify displayed text.
-                var reTextContent = /\s*b\s*throw new Error\(\"b\"\)\;\s*issue5400\.html\s*\(line\s*25(,\s*col\s*8)?\)\s*/;
+                var reTextContent = /\s*b\s*throw new Error\(\"b\"\)\;\s*-*\s*issue5400\.html\s*\(line\s*25(,\s*col\s*14)?\)\s*/;
                 FBTest.compare(reTextContent, row.textContent, "Text content must match.");
 
                 // Show stack trace.

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