~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/tests/test_bugcomment.py

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
from zope.security.proxy import removeSecurityProxy
21
21
 
22
22
from canonical.launchpad.ftests import login_person
23
 
from canonical.launchpad.testing.pages import find_tag_by_id
24
23
from canonical.testing.layers import DatabaseFunctionalLayer
25
24
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
26
25
from lp.bugs.browser.bugcomment import group_comments_with_activity
35
34
    person_logged_in,
36
35
    TestCase,
37
36
    )
 
37
from lp.testing.pages import find_tag_by_id
38
38
 
39
39
 
40
40
class BugActivityStub: