[Pkg-mozext-commits] [firebug] 51/55: Entity display needs to be set to "names"

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:12 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 7568cfaf629d20455ad5f2fb92ea4ca82825f83e
Author: Sebastian Zartner <sebastianzartner at gmx.de>
Date:   Mon Jul 16 13:48:52 2012 +0200

    Entity display needs to be set to "names"
---
 tests/content/html/5448/issue5448.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/content/html/5448/issue5448.js b/tests/content/html/5448/issue5448.js
index f927626..ec54346 100644
--- a/tests/content/html/5448/issue5448.js
+++ b/tests/content/html/5448/issue5448.js
@@ -9,6 +9,9 @@ function runTest()
         {
             FBTest.selectPanel("html");
 
+            // Set display of entities to show them as names
+            FBTest.setPref("entityDisplay", "names");
+
             FBTest.selectElementInHtmlPanel("content", function(node)
             {
                 // Execute an expression on the Command Line

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