[Pkg-mozext-commits] [firebug] 19/24: FBTest yet again try to fix script/errorBreakpoints

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


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

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

commit b705f3b34b14ff48c65b1e2fd379a88c4e8a2e3e
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Tue Oct 9 09:45:11 2012 +0200

    FBTest yet again try to fix script/errorBreakpoints
---
 tests/content/script/2279/errorBreakpoints.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/content/script/2279/errorBreakpoints.js b/tests/content/script/2279/errorBreakpoints.js
index 39d5e60..912aa8b 100644
--- a/tests/content/script/2279/errorBreakpoints.js
+++ b/tests/content/script/2279/errorBreakpoints.js
@@ -2,6 +2,8 @@ function runTest()
 {
     FBTest.openNewTab(basePath + "script/2279/testErrorBreakpoints.html", function(win)
     {
+        // xxxHonza: enable also the Script panel so, response cache is activated.
+        FBTest.enableScriptPanel();
         FBTest.enableConsolePanel(function(win)
         {
             var config = {tagName: "div", classes: "logRow logRow-errorMessage"};
@@ -33,7 +35,7 @@ function runTest()
                         FBTest.ok(!hasClass(objBox, "breakForError"), "Must be unchecked again");
                         FBTest.testDone();
                     });
-                }, 2000);
+                });
             });
 
             FBTest.progress("waiting for an error to appear");

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