~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/tests/milestone-views.txt

  • Committer: William Grant
  • Date: 2011-12-30 08:13:14 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230081314-f73f4ozgkzdi5xqb
More stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
for use with inline presentation of milestones.
39
39
 
40
40
    >>> from lp.services.webapp.interfaces import INavigationMenu
41
 
    >>> from canonical.lazr.canonicalurl import nearest_adapter
 
41
    >>> from lp.services.webapp.canonicalurl import nearest_adapter
42
42
 
43
43
    >>> view = create_view(milestone, name='+productseries-table-row')
44
44
    >>> nearest_adapter(view, INavigationMenu, name='overview')