~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/session/stories/xx-links.txt

[r=wgrant][no-qa] Merge canonical.launchpad.testing into lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
But if the bug is private, there should be no link.
46
46
 
47
47
    # Set up an authenticated browser.
48
 
    >>> from canonical.launchpad.testing.pages import setupBrowserForUser
 
48
    >>> from lp.testing.pages import setupBrowserForUser
49
49
    >>> from zope.component import getUtility
50
50
    >>> from lp.registry.interfaces.person import IPersonSet
51
51
    >>> login(ANONYMOUS)