[Pkg-mozext-commits] [firebug] 30/55: Moved Command Line API tests into their own folder

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:10 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 9ee185cfb3ac64e0b33c8a5d6ba67b67e413fdcb
Author: Sebastian Zartner <sebastianzartner at gmx.de>
Date:   Tue Jul 24 08:36:26 2012 +0200

    Moved Command Line API tests into their own folder
---
 tests/content/commandLine/{ => api}/api.html           |  0
 tests/content/commandLine/{ => api}/api.js             |  2 +-
 tests/content/commandLine/{ => api}/cd.html            |  0
 tests/content/commandLine/{ => api}/cd.js              |  2 +-
 tests/content/commandLine/{ => api}/cdFrame.html       |  0
 tests/content/commandLine/{ => api}/debug.html         |  0
 tests/content/commandLine/{ => api}/debug.js           |  2 +-
 tests/content/commandLine/{ => api}/help.html          |  0
 tests/content/commandLine/{ => api}/help.js            |  2 +-
 tests/content/commandLine/{ => api}/monitorEvents.html |  0
 tests/content/commandLine/{ => api}/monitorEvents.js   |  2 +-
 tests/content/commandLine/{ => api}/profile.html       |  0
 tests/content/commandLine/{ => api}/profile.js         |  2 +-
 tests/content/firebug.html                             | 16 ++++++++--------
 14 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/tests/content/commandLine/api.html b/tests/content/commandLine/api/api.html
similarity index 100%
rename from tests/content/commandLine/api.html
rename to tests/content/commandLine/api/api.html
diff --git a/tests/content/commandLine/api.js b/tests/content/commandLine/api/api.js
similarity index 97%
rename from tests/content/commandLine/api.js
rename to tests/content/commandLine/api/api.js
index 52e1b37..49fe296 100644
--- a/tests/content/commandLine/api.js
+++ b/tests/content/commandLine/api/api.js
@@ -1,7 +1,7 @@
 function runTest()
 {
     FBTest.sysout("commandline.api.START");
-    FBTest.openNewTab(basePath + "commandLine/api.html", function(win)
+    FBTest.openNewTab(basePath + "commandLine/api/api.html", function(win)
     {
         FBTest.openFirebug();
         FBTest.clearCache();
diff --git a/tests/content/commandLine/cd.html b/tests/content/commandLine/api/cd.html
similarity index 100%
rename from tests/content/commandLine/cd.html
rename to tests/content/commandLine/api/cd.html
diff --git a/tests/content/commandLine/cd.js b/tests/content/commandLine/api/cd.js
similarity index 92%
rename from tests/content/commandLine/cd.js
rename to tests/content/commandLine/api/cd.js
index be8173a..145119f 100644
--- a/tests/content/commandLine/cd.js
+++ b/tests/content/commandLine/api/cd.js
@@ -1,7 +1,7 @@
 function runTest()
 {
     FBTest.sysout("commandline.cd.START");
-    FBTest.openNewTab(basePath + "commandLine/cd.html", function(win)
+    FBTest.openNewTab(basePath + "commandLine/api/cd.html", function(win)
     {
         FBTest.openFirebug();
         FBTest.clearCache();
diff --git a/tests/content/commandLine/cdFrame.html b/tests/content/commandLine/api/cdFrame.html
similarity index 100%
rename from tests/content/commandLine/cdFrame.html
rename to tests/content/commandLine/api/cdFrame.html
diff --git a/tests/content/commandLine/debug.html b/tests/content/commandLine/api/debug.html
similarity index 100%
rename from tests/content/commandLine/debug.html
rename to tests/content/commandLine/api/debug.html
diff --git a/tests/content/commandLine/debug.js b/tests/content/commandLine/api/debug.js
similarity index 95%
rename from tests/content/commandLine/debug.js
rename to tests/content/commandLine/api/debug.js
index 34b0369..a9e917c 100644
--- a/tests/content/commandLine/debug.js
+++ b/tests/content/commandLine/api/debug.js
@@ -1,7 +1,7 @@
 function runTest()
 {
     FBTest.sysout("commandline.debug.START");
-    FBTest.openNewTab(basePath + "commandLine/debug.html", function(win)
+    FBTest.openNewTab(basePath + "commandLine/api/debug.html", function(win)
     {
         FBTest.openFirebug();
         FBTest.enableScriptPanel();
diff --git a/tests/content/commandLine/help.html b/tests/content/commandLine/api/help.html
similarity index 100%
rename from tests/content/commandLine/help.html
rename to tests/content/commandLine/api/help.html
diff --git a/tests/content/commandLine/help.js b/tests/content/commandLine/api/help.js
similarity index 85%
rename from tests/content/commandLine/help.js
rename to tests/content/commandLine/api/help.js
index ecd8872..ab3a8d4 100644
--- a/tests/content/commandLine/help.js
+++ b/tests/content/commandLine/api/help.js
@@ -1,7 +1,7 @@
 function runTest()
 {
     FBTest.sysout("commandline.help.START");
-    FBTest.openNewTab(basePath + "commandLine/help.html", function(win)
+    FBTest.openNewTab(basePath + "commandLine/api/help.html", function(win)
     {
         FBTest.openFirebug();
         FBTest.enableConsolePanel(function(win)
diff --git a/tests/content/commandLine/monitorEvents.html b/tests/content/commandLine/api/monitorEvents.html
similarity index 100%
rename from tests/content/commandLine/monitorEvents.html
rename to tests/content/commandLine/api/monitorEvents.html
diff --git a/tests/content/commandLine/monitorEvents.js b/tests/content/commandLine/api/monitorEvents.js
similarity index 97%
rename from tests/content/commandLine/monitorEvents.js
rename to tests/content/commandLine/api/monitorEvents.js
index 2763f26..2d2eef1 100644
--- a/tests/content/commandLine/monitorEvents.js
+++ b/tests/content/commandLine/api/monitorEvents.js
@@ -2,7 +2,7 @@ function runTest()
 {
     FBTest.sysout("monitorEvents.START");
 
-    FBTest.openNewTab(basePath + "commandLine/monitorEvents.html", function(win)
+    FBTest.openNewTab(basePath + "commandLine/api/monitorEvents.html", function(win)
     {
         FBTest.openFirebug();
 
diff --git a/tests/content/commandLine/profile.html b/tests/content/commandLine/api/profile.html
similarity index 100%
rename from tests/content/commandLine/profile.html
rename to tests/content/commandLine/api/profile.html
diff --git a/tests/content/commandLine/profile.js b/tests/content/commandLine/api/profile.js
similarity index 88%
rename from tests/content/commandLine/profile.js
rename to tests/content/commandLine/api/profile.js
index 2781c27..2fc148f 100644
--- a/tests/content/commandLine/profile.js
+++ b/tests/content/commandLine/api/profile.js
@@ -1,7 +1,7 @@
 function runTest()
 {
     FBTest.sysout("commandline.profile.START");
-    FBTest.openNewTab(basePath + "commandLine/profile.html", function(win)
+    FBTest.openNewTab(basePath + "commandLine/api/profile.html", function(win)
     {
         FBTest.openFirebug();
         FBTest.enableConsolePanel(function(win)
diff --git a/tests/content/firebug.html b/tests/content/firebug.html
index 63c169c..fe3f955 100644
--- a/tests/content/firebug.html
+++ b/tests/content/firebug.html
@@ -147,14 +147,14 @@ var testList = [
     {group: "console/completion", uri: "console/completion/4233/issue4233.js",    desc: "Issue 4233: [Large patch] Better auto-completion", testPage: "console/completion/4233/issue4233.html"},
     {group: "console/completion", uri: "console/completion/5006/issue5006.js",    desc: "Issue 5006: Switching panels does not correctly set the command line auto-completer", testPage: "console/completion/5006/issue5006.html"},
     {group: "console/completion", uri: "console/completion/5493/issue5493.js",    desc: "Issue 5493: Case-insensitive auto-completion", testPage: "console/completion/5493/issue5493.html"},
-    {group: "commandLine",        uri: "commandLine/api.js",                      desc: "Verify command line APIs.", testPage: "commandLine/api.html" },
-    {group: "commandLine",        uri: "commandLine/cd.js",                       desc: "Verify command line cd() method.", testPage: "commandLine/cd.html" },
-    {group: "commandLine",        uri: "commandLine/debug.js",                    desc: "Verify command line debug API.", testPage: "commandLine/debug.html" },
-    {group: "commandLine",        uri: "commandLine/dom.js",                      desc: "Verify command line DOM access.", testPage: "commandLine/dom.html" },
-    {group: "commandLine",        uri: "commandLine/monitorEvents.js",            desc: "Verify command line monitorEvents API.", testPage: "commandLine/monitorEvents.html" },
-    {group: "commandLine",        uri: "commandLine/objects.js",                  desc: "Page objects used on the command line", testPage: "commandLine/objects.html"},
-    {group: "commandLine",        uri: "commandLine/profile.js",                  desc: "Verify command line profile & profileEnd API.", testPage: "commandLine/profile.html" },
-    {group: "commandLine",        uri: "commandLine/help.js",                     desc: "Verify command line help API", testPage: "commandLine/help.html"},
+    {group: "commandLine/api",    uri: "commandLine/dom.js",                      desc: "Verify command line DOM access.", testPage: "commandLine/dom.html" },
+    {group: "commandLine/api",    uri: "commandLine/objects.js",                  desc: "Page objects used on the command line", testPage: "commandLine/objects.html"},
+    {group: "commandLine/api",    uri: "commandLine/api/api.js",                  desc: "Verify command line APIs.", testPage: "commandLine/api/api.html" },
+    {group: "commandLine/api",    uri: "commandLine/api/cd.js",                   desc: "Verify command line cd() method.", testPage: "commandLine/api/cd.html" },
+    {group: "commandLine/api",    uri: "commandLine/api/debug.js",                desc: "Verify command line debug API.", testPage: "commandLine/api/debug.html" },
+    {group: "commandLine/api",    uri: "commandLine/api/monitorEvents.js",        desc: "Verify command line monitorEvents API.", testPage: "commandLine/api/monitorEvents.html" },
+    {group: "commandLine/api",    uri: "commandLine/api/profile.js",              desc: "Verify command line profile & profileEnd API.", testPage: "commandLine/api/profile.html" },
+    {group: "commandLine/api",    uri: "commandLine/api/help.js",                 desc: "Verify command line help API", testPage: "commandLine/api/help.html"},
     {group: "commandLine",        uri: "commandLine/2934/issue2934.js",           desc: "1.6a7 console and auto-complete (needs 'window.' prefix)", testPage: "commandLine/2934/issue2934.html" },
     {group: "commandLine",        uri: "commandLine/3363/issue3363.js",           desc: "Issue 3363: groupCollapsed gets confused", testPage: "commandLine/3363/issue3363.html" },
     {group: "commandLine",        uri: "commandLine/3599/issue3599.js",           desc: "Issue 3599: The value of undefined no longer show in the console", testPage: "commandLine/3599/issue3599.html"},

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