~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/bugtask-expiration.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-29 01:49:37 UTC
  • mfrom: (13316.3.4 syncUpdate-huh)
  • Revision ID: launchpad@pqm.canonical.com-20110629014937-h26dx50bi1s1jz6q
[r=jml][no-qa] Remove syncUpdate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
If one of the bugs is set to private, anonymous users can no longer see
387
387
it as being marked for expiration.
388
388
 
389
 
    >>> from canonical.launchpad.ftests import syncUpdate
390
389
    >>> private_bug = ubuntu_bugtask.bug
391
390
    >>> private_bug.title
392
391
    u'expirable_distro'
393
392
    >>> private_bug.setPrivate(True, sample_person)
394
393
    True
395
 
    >>> syncUpdate(private_bug)
396
394
 
397
395
    >>> expirable_bugtasks = bugtaskset.findExpirableBugTasks(
398
396
    ...     0, user=None, target=ubuntu)