~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

merged base branch.

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.launchpad.ftests.event import TestEventListener
 
55
    >>> from canonical.lazr.testing.event import TestEventListener
56
56
    >>> from lazr.lifecycle.interfaces import (
57
57
    ...     IObjectCreatedEvent, IObjectDeletedEvent)
58
58
    >>> created_events = []