~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/javascript/tests/test_subscription.js

  • Committer: Brad Crittenden
  • Date: 2011-04-14 16:37:22 UTC
  • mto: This revision was merged to the branch mainline in revision 12856.
  • Revision ID: bac@canonical.com-20110414163722-aju8ropmdb3w2fd0
Handle the lack of a mute_link without falling over.  Fix lint, spelling, and poor html markup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
814
814
        var sub = {
815
815
            bug: {
816
816
                private: false,
817
 
                security_related: false,
 
817
                security_related: false
818
818
            },
819
 
            principal_is_reporter: false,
 
819
            principal_is_reporter: false
820
820
        };
821
821
        var info = {
822
822
            direct: _constructCategory([sub]),
1296
1296
    Y.Test.Runner.run();
1297
1297
});
1298
1298
});
1299