~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/tests/bugtask-adding-views.txt

  • Committer: William Grant
  • Date: 2011-12-30 07:38:46 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230073846-za6koaso1y89evjy
canonical.lazr.testing.event -> lp.testing.event.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
event listener and register it:
172
172
 
173
173
    >>> from zope.interface import Interface
174
 
    >>> from canonical.lazr.testing.event import TestEventListener
 
174
    >>> from lp.testing.event import TestEventListener
175
175
    >>> from lazr.lifecycle.interfaces import IObjectCreatedEvent
176
176
 
177
177
    >>> def on_created_event(object, event):