~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/scripts/tests/test_bugnotification.py

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
 
173
173
    implements(IBugNotificationSet)
174
174
 
175
 
    def getRecipientFilterData(self, recipient_to_sources, notifications):
 
175
    def getRecipientFilterData(self, bug, recipient_to_sources,
 
176
                               notifications):
176
177
        return dict(
177
178
            (recipient, {'sources': sources, 'filter descriptions': []})
178
179
            for recipient, sources in recipient_to_sources.items())