[Pkg-mozext-commits] [firebug] 01/02: Update testlist pathts

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


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

taffit pushed a commit to tag fbtest-1.11.0
in repository firebug.

commit 116dd21b199db56c157e48686d93f3daa9434138
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Tue Dec 4 09:34:37 2012 +0100

    Update testlist pathts
---
 extension/content/firebug/firebug.js | 2 +-
 tests/FBTest/content/testConsole.js  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extension/content/firebug/firebug.js b/extension/content/firebug/firebug.js
index bf10943..e1d93e2 100644
--- a/extension/content/firebug/firebug.js
+++ b/extension/content/firebug/firebug.js
@@ -1424,7 +1424,7 @@ window.Firebug =
     {
         testLists.push({
             extension: "Firebug",
-            testListURL: "http://getfirebug.com/tests/head/firebug.html"
+            testListURL: "https://getfirebug.com/tests/1.11/firebug.html"
         });
     }
 };
diff --git a/tests/FBTest/content/testConsole.js b/tests/FBTest/content/testConsole.js
index 75b65db..b6c0470 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 = "https://getfirebug.com/tests/1.11/firebug.html";
 
         if (FBTrace.DBG_FBTEST)
             FBTrace.sysout("fbtest.TestConsole.getDefaultTestList; " + defaultTestList);
@@ -174,7 +174,7 @@ FBTestApp.TestConsole =
 
         // 3) If no list is specified, use the default from getfirebug
         if (!defaultTestCaseServer)
-            defaultTestCaseServer = "https://getfirebug.com/tests/content/";
+            defaultTestCaseServer = "https://getfirebug.com/tests/1.11/";
 
         if (FBTrace.DBG_FBTEST)
             FBTrace.sysout("fbtest.TestConsole.getDefaultTestCasePath; " + defaultTestCaseServer);

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