~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/browser/tests/test_questionmessages.py

[r=sinzui][bug=885672] Allow users in project roles and the comment
 owner to hide/unhide bug comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
    control_text = 'mark-spam-0'
52
52
 
53
 
    def getContext(self):
 
53
    def getContext(self, comment_owner=None):
54
54
        """Required by the mixin."""
55
55
        administrator = getUtility(ILaunchpadCelebrities).admin.teamowner
56
56
        question = self.factory.makeQuestion()