[Pkg-mozext-commits] [firebug] 04/55: Point to the right test list by default

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:06 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 77bcbb840b6be50e84b66d9c33468ff8fb16571f
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Mon Jul 16 16:49:06 2012 +0200

    Point to the right test list by default
---
 extension/content/firebug/firebug.js | 2 +-
 tests/FBTest/content/testConsole.js  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/extension/content/firebug/firebug.js b/extension/content/firebug/firebug.js
index 3425f9a..9459b60 100644
--- a/extension/content/firebug/firebug.js
+++ b/extension/content/firebug/firebug.js
@@ -1412,7 +1412,7 @@ window.Firebug =
     {
         testLists.push({
             extension: "Firebug",
-            testListURL: "http://getfirebug.com/tests/head/firebug.html"
+            testListURL: "http://getfirebug.com/tests/1.10/firebug.html"
         });
     }
 };
diff --git a/tests/FBTest/content/testConsole.js b/tests/FBTest/content/testConsole.js
index ff8dd20..d07902c 100644
--- a/tests/FBTest/content/testConsole.js
+++ b/tests/FBTest/content/testConsole.js
@@ -155,7 +155,7 @@ FBTestApp.TestConsole =
 
         // 3) If no list is specified, use the default from currently installed Firebug.
         if (!defaultTestList)
-            defaultTestList = "http://getfirebug.com/tests/head/firebug.html";
+            defaultTestList = "http://getfirebug.com/tests/1.10/firebug.html";
 
         if (FBTrace.DBG_FBTEST)
             FBTrace.sysout("fbtest.TestConsole.getDefaultTestList; " + defaultTestList);

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