[Pkg-mozext-commits] [firebug] 06/35: Fix commandLine tests 1854, api/debug, dom (broken by a new command arrow image)

David Prévot taffit at moszumanska.debian.org
Sat May 24 14:54:27 UTC 2014


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

taffit pushed a commit to branch master
in repository firebug.

commit ef2a167d76d431a592e27495fd3544c38dc1c8e2
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Wed May 21 12:04:12 2014 +0200

    Fix commandLine tests 1854, api/debug, dom (broken by a new command arrow image)
---
 tests/content/commandLine/1854/issue1854.js | 4 ++--
 tests/content/commandLine/api/debug.js      | 4 ++--
 tests/content/commandLine/dom.js            | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/content/commandLine/1854/issue1854.js b/tests/content/commandLine/1854/issue1854.js
index d6e00f0..7a9a68f 100644
--- a/tests/content/commandLine/1854/issue1854.js
+++ b/tests/content/commandLine/1854/issue1854.js
@@ -17,8 +17,8 @@ function runTest()
                     var config = {tagName: "div", classes: "logRow logRow-command"};
                     FBTest.waitForDisplayedElement("console", config, function(row)
                     {
-                        FBTest.compare(">>> debug(showOutput)", row.textContent,
-                            "The command line should display: >>> debug(showOutput)");
+                        FBTest.compare("debug(showOutput)", row.textContent,
+                            "The command line should display: debug(showOutput)");
 
                         FBTest.waitForBreakpoint(url, 11, function()
                         {
diff --git a/tests/content/commandLine/api/debug.js b/tests/content/commandLine/api/debug.js
index a7ed02d..cc092ab 100644
--- a/tests/content/commandLine/api/debug.js
+++ b/tests/content/commandLine/api/debug.js
@@ -26,8 +26,8 @@ function createBreakpoint(callback)
     var config = {tagName: "div", classes: "logRow logRow-command"};
     FBTest.waitForDisplayedElement("console", config, function(row)
     {
-        FBTest.compare(">>> debug(onExecuteTest)", row.textContent,
-            "The command line should display: >>> debug(onExecuteTest)");
+        FBTest.compare("debug(onExecuteTest)", row.textContent,
+            "The command line should display: debug(onExecuteTest)");
         callback();
     });
 
diff --git a/tests/content/commandLine/dom.js b/tests/content/commandLine/dom.js
index 255bcdc..a81eecc 100644
--- a/tests/content/commandLine/dom.js
+++ b/tests/content/commandLine/dom.js
@@ -57,7 +57,7 @@ function runTest()
 
                 // Assignment
                 taskList.push(executeAndVerify, "var blah = 'oink';",
-                    ">>> var blah = 'oink';",
+                    "var blah = 'oink';",
                     "span", "objectBox objectBox-text");
 
                 taskList.push(executeAndVerify, "blah", "\"oink\"",

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