Merge lp:~sidnei/lazr-js/use-browser-console into lp:lazr-js

Proposed by Sidnei da Silva
Status: Merged
Approved by: Sidnei da Silva
Approved revision: 175
Merged at revision: not available
Proposed branch: lp:~sidnei/lazr-js/use-browser-console
Merge into: lp:lazr-js
Diff against target: 13 lines (+2/-1)
1 file modified
src-js/lazrjs/testing/testing.js (+2/-1)
To merge this branch: bzr merge lp:~sidnei/lazr-js/use-browser-console
Reviewer Review Type Date Requested Status
Brad Crittenden (community) code Approve
Review via email: mp+23778@code.launchpad.net

Description of the change

Just a config change to make Y.Console log to the Firebug console.

To post a comment you must log in.
Revision history for this message
Brad Crittenden (bac) :
review: Approve (code)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src-js/lazrjs/testing/testing.js'
--- src-js/lazrjs/testing/testing.js 2009-11-24 04:34:24 +0000
+++ src-js/lazrjs/testing/testing.js 2010-04-20 16:02:13 +0000
@@ -116,7 +116,8 @@
116 // If we are not running under JsTestDriver, then run all116 // If we are not running under JsTestDriver, then run all
117 // the registered test suites with Y.Test.Runner.117 // the registered test suites with Y.Test.Runner.
118 var yconsole = new Y.Console({118 var yconsole = new Y.Console({
119 newestOnTop: false119 newestOnTop: false,
120 useBrowserConsole: true
120 });121 });
121 yconsole.render("#log");122 yconsole.render("#log");
122 Y.Test.Runner.run();123 Y.Test.Runner.run();

Subscribers

People subscribed via source and target branches