~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/tests/test_distroseriesbinarypackage.py

  • Committer: William Grant
  • Date: 2011-08-23 08:55:00 UTC
  • mto: This revision was merged to the branch mainline in revision 13784.
  • Revision ID: william.grant@canonical.com-20110823085500-8kwzqan0tmnlmkdc
update -> _update, find -> _find.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        logger = BufferLogger()
62
62
        transaction.commit()
63
63
        LaunchpadZopelessLayer.switchDbUser(config.statistician.dbuser)
64
 
        DistroSeriesPackageCache.update(
 
64
        DistroSeriesPackageCache._update(
65
65
            self.distroseries, self.binary_package_name, distro_archive_1,
66
66
            logger)
67
67
 
68
 
        DistroSeriesPackageCache.update(
 
68
        DistroSeriesPackageCache._update(
69
69
            self.distroseries, self.binary_package_name, distro_archive_2,
70
70
            logger)
71
71