[Pkg-mozext-commits] [firebug] 04/35: Fixing test console/grouping/cookies

David Prévot taffit at moszumanska.debian.org
Sat May 24 14:54:26 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 1a5b43bc60360ac5da594fd3cde3e3edfd69d8f0
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Wed May 21 11:58:11 2014 +0200

    Fixing test console/grouping/cookies
---
 tests/content/console/grouping/cookies.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/content/console/grouping/cookies.js b/tests/content/console/grouping/cookies.js
index 68efcad..36f24d0 100644
--- a/tests/content/console/grouping/cookies.js
+++ b/tests/content/console/grouping/cookies.js
@@ -35,8 +35,8 @@ function runTest()
                     FBTest.waitForDisplayedElement("console", config, function(row)
                     {
                         var rows = panelNode.getElementsByClassName("logRow");
-                        FBTest.compare(">>> document.cookie", rows[rows.length - 3].textContent,
-                            "The console should display: >>> document.cookie");
+                        FBTest.compare("document.cookie", rows[rows.length - 3].textContent,
+                            "The console should display: document.cookie");
                         FBTest.compare(new RegExp("Name\\\s*Value\\\s*Raw Value\\\s*Domain\\\s*" +
                                 "Raw Size\\\s*Size\\\s*Path\\\s*Expires\\\s*Max. Age\\\s*HttpOnly\\\s*" +
                                 "Security\\\s*issue4979\\\s*value\\\s*value\\\s*14 B\\\s*14 B"),

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