~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/stories/ppa/xx-ppa-files.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
268
268
    ...     no_priv_private_ppa.getPublishedSources(name='test-pkg'),
269
269
    ...     no_priv.archive, series=ubuntu['warty'],
270
270
    ...     pocket=PackagePublishingPocket.RELEASE,
271
 
    ...     include_binaries=True, allow_delayed_copies=False,
272
 
    ...     person=no_priv)
 
271
    ...     include_binaries=True, allow_delayed_copies=False)
273
272
 
274
273
    >>> from zope.security.proxy import removeSecurityProxy
275
274
    >>> removeSecurityProxy(dsc_file).restricted = False