[Pkg-mozext-commits] [firebug] 65/82: Follow up for issue 6193

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


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

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

commit 2d52b89ac7ad2e857e880f80bf4aa4cb7f48e479
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Thu Jan 17 15:14:20 2013 +0100

    Follow up for issue 6193
---
 tests/content/net/4382/issue4382.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/content/net/4382/issue4382.js b/tests/content/net/4382/issue4382.js
index 3cce6bb..933a34d 100644
--- a/tests/content/net/4382/issue4382.js
+++ b/tests/content/net/4382/issue4382.js
@@ -7,11 +7,11 @@ function runTest()
         FBTest.openFirebug();
 
         var tests = [];
-        /*tests.push(function(callback)
+        tests.push(function(callback)
         {
             FBTest.progress("Testing JSON array");
             testJSONArray(win, callback);
-        });*/
+        });
 
         tests.push(function(callback)
         {
@@ -105,7 +105,7 @@ function testJSONObject(win, callback)
                 verifyJSONContents("object", jsonBody, ["a", "b", "c"]);
 
                 // Reset click state
-                //FBTest.click(sortLink);
+                FBTest.click(sortLink);
             }
         }
 

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