~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/model/tests/test_bugsubscriptionfiltertag.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    def test_qualified_tag(self):
54
54
        """
55
55
        `BugSubscriptionFilterTag.qualified_tag` returns a tag with a
56
 
        preceeding hyphen if `include` is `False`.
 
56
        preceding hyphen if `include` is `False`.
57
57
        """
58
58
        bug_sub_filter_tag = BugSubscriptionFilterTag()
59
59
        bug_sub_filter_tag.tag = u"foo"