~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/javascript/tests/test_branchdiff.js

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 13:33:27 UTC
  • mfrom: (14575.1.1 megalint-10)
  • Revision ID: launchpad@pqm.canonical.com-20111222133327-9fjii9zqltlhmfyy
[r=jtv][no-qa] Lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2010 Canonical Ltd.  This software is licensed under the
 
1
/* Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
2
2
 * GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 *
4
4
 * Tests for lp.code.branchmergeproposal.diff.
69
69
    Y.Test.Runner.on('complete', handle_complete);
70
70
    Y.Test.Runner.add(suite);
71
71
 
72
 
    // keep the default console object so we can debug with our dev tools while
73
 
    // still allow us to log to the YUI Console via Y.log and yconsole
 
72
    // Keep the default console object so we can debug with our dev tools
 
73
    // while still allowing us to log to the YUI Console via Y.log and
 
74
    // yconsole.
74
75
    var yconsole = new Y.Console({newestOnTop: false});
75
76
    yconsole.render('#log');
76
77