~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-09-21 14:28:02 UTC
  • mfrom: (14006 devel)
  • mto: This revision was merged to the branch mainline in revision 14010.
  • Revision ID: jelmer@canonical.com-20110921142802-7ggkc204igsy532w
MergeĀ lp:launchpad

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(