~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/tests/buglinktarget.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:26:32 UTC
  • mfrom: (14606.4.19 apocaremains-2)
  • Revision ID: launchpad@pqm.canonical.com-20111231002632-67fafhhz150cct3b
[r=wgrant][no-qa] Explode canonical.lazr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
When a IBugLink is created, one IObjectCreatedEvent for the created
53
53
should be fired by the method.
54
54
 
55
 
    >>> from canonical.lazr.testing.event import TestEventListener
 
55
    >>> from lp.testing.event import TestEventListener
56
56
    >>> from lazr.lifecycle.interfaces import (
57
57
    ...     IObjectCreatedEvent, IObjectDeletedEvent)
58
58
    >>> created_events = []