~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/stories/webservice/xx-derivedistroseries.txt

Change all uses of 'initialise' to 'initialize'.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
 
80
80
    >>> from zope.component import getUtility
81
81
    >>> from lp.soyuz.interfaces.distributionjob import (
82
 
    ...     IInitialiseDistroSeriesJobSource)
 
82
    ...     IInitializeDistroSeriesJobSource)
83
83
    >>> login(ADMIN_EMAIL)
84
84
    >>> jobs = sorted(
85
 
    ...     getUtility(IInitialiseDistroSeriesJobSource).iterReady(),
 
85
    ...     getUtility(IInitializeDistroSeriesJobSource).iterReady(),
86
86
    ...     key=lambda x: x.distroseries.name)
87
87
    >>> for job in jobs:
88
88
    ...     print job.distroseries.name