~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/tests/bug-views.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:
399
399
    a dupe of bug #3, then Steve gets indirectly subscribed to bug #3, and
400
400
    is presented with the "Edit subscription" link.
401
401
 
402
 
    >>> from canonical.launchpad.ftests import syncUpdate
403
 
 
404
402
    >>> bug_two.markAsDuplicate(bug_three)
405
 
    >>> syncUpdate(bug_two)
406
403
 
407
404
    >>> bug_menu.subscription().text
408
405
    'Edit subscription'
413
410
    Subscribe link initially.
414
411
 
415
412
    >>> bug_two.markAsDuplicate(None)
416
 
    >>> syncUpdate(bug_two)
417
413
 
418
414
    >>> login("foo.bar@canonical.com")
419
415
 
428
424
        <lp.bugs.model.bugsubscription.BugSubscription ...>
429
425
 
430
426
    >>> bug_two.markAsDuplicate(bug_three)
431
 
    >>> syncUpdate(bug_two)
432
427
 
433
428
    >>> bug_menu.subscription().text
434
429
    'Subscribe'