~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/tests/test_copypackage.py

Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
        # or `IBinaryPackagePublishingHistory` objects.
178
178
        self.assertRaisesWithContent(
179
179
            AssertionError,
180
 
            'pub_record is not one of SourcePackagePublishingHistory '
181
 
            'or BinaryPackagePublishingHistory.',
 
180
            'pub_record is not one of SourcePackagePublishingHistory, '
 
181
            'BinaryPackagePublishingHistory or PackageUploadCustom.',
182
182
            update_files_privacy, None)
183
183
 
184
184
    def assertNewFiles(self, new_files, result):