~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/milestone.txt

  • Committer: Curtis Hovey
  • Date: 2011-12-28 17:03:06 UTC
  • mto: This revision was merged to the branch mainline in revision 14605.
  • Revision ID: curtis.hovey@canonical.com-20111228170306-n9fz94h85ckaoaf3
Separate test-authoring classes from test-running classes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
519
519
fix committed status are updated to fix released. An ObjectModifiedEvent
520
520
event is signaled for each changed bug task.
521
521
 
522
 
    >>> from lp.testing.event import TestEventListener
 
522
    >>> from canonical.lazr.testing.event import TestEventListener
523
523
    >>> from lazr.lifecycle.interfaces import IObjectModifiedEvent
524
524
    >>> from lp.bugs.interfaces.bugtask import BugTaskStatus, IBugTask
525
525