~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/stories/webservice/xx-bug-target.txt

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
    >>> from zope.component import getUtility
47
47
    >>> from lp.registry.interfaces.person import IPersonSet
48
 
    >>> from canonical.launchpad.ftests import login, logout
 
48
    >>> from lp.testing import login, logout
49
49
    >>> login('foo.bar@canonical.com')
50
50
    >>> salgado = getUtility(IPersonSet).getByName('salgado')
51
51
    >>> product = factory.makeProduct(name='tags-test-product', owner=salgado)