[Pkg-mozext-commits] [firebug] 33/59: Fix console/7068 test

David Prévot taffit at moszumanska.debian.org
Thu Aug 14 14:52:55 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 197142af4978e152c73fc43b29a143f2af138faf
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Wed Jul 30 15:36:32 2014 +0200

    Fix console/7068 test
---
 tests/content/console/7068/issue7068.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/content/console/7068/issue7068.html b/tests/content/console/7068/issue7068.html
index 3137579..2fa9e04 100644
--- a/tests/content/console/7068/issue7068.html
+++ b/tests/content/console/7068/issue7068.html
@@ -7,7 +7,7 @@
         <script>
             function isConsoleNative(_console)
             {
-                return _console.log.toSource().contains("[native code]");
+                return !!_console.__noSuchMethod__;
             }
 
             // Do not check the DevTools console logged message directly.

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