~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/security-teams.txt

[r=wallyworld][no-qa] Rollback branch
        bug-subscribers-after-private-475775 due to a misinterpretation
        of the required functionality

Show diffs side-by-side

added added

removed removed

Lines of Context:
265
265
    >>> subscriber_names(bug)
266
266
    [u'name12', u'name16']
267
267
 
268
 
    >>> bug.setSecurityRelated(False, getUtility(ILaunchBag).user)
 
268
    >>> bug.setSecurityRelated(False)
269
269
    True
270
270
 
271
271
    >>> bug.security_related
296
296
    >>> bug.addTask(owner=reporter, target=distribution)
297
297
    <BugTask ...>
298
298
    >>> old_state = Snapshot(bug, providing=IBug)
299
 
    >>> bug.setSecurityRelated(True, getUtility(ILaunchBag).user)
 
299
    >>> bug.setSecurityRelated(True)
300
300
    True
301
301
    >>> notify(ObjectModifiedEvent(bug, old_state, ['security_related']))
302
302
    >>> for subscriber_name in sorted(