Merge lp:~jml/launchpad/fix-factory-change into lp:launchpad

Proposed by Jonathan Lange
Status: Merged
Approved by: Māris Fogels
Approved revision: no longer in the source branch.
Merged at revision: 11589
Proposed branch: lp:~jml/launchpad/fix-factory-change
Merge into: lp:launchpad
Diff against target: 11 lines (+1/-0)
1 file modified
lib/lp/soyuz/tests/test_buildpackagejob.py (+1/-0)
To merge this branch: bzr merge lp:~jml/launchpad/fix-factory-change
Reviewer Review Type Date Requested Status
Māris Fogels (community) Approve
Review via email: mp+36215@code.launchpad.net

Description of the change

Missed this change.

To post a comment you must log in.
Revision history for this message
Māris Fogels (mars) wrote :

Assuming this fixes the factory and it's associated tests, r=mars.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'lib/lp/soyuz/tests/test_buildpackagejob.py'
--- lib/lp/soyuz/tests/test_buildpackagejob.py 2010-08-27 11:19:54 +0000
+++ lib/lp/soyuz/tests/test_buildpackagejob.py 2010-09-21 21:17:59 +0000
@@ -265,6 +265,7 @@
265 distroseries=source_package_release.upload_distroseries)265 distroseries=source_package_release.upload_distroseries)
266 build = self.factory.makeBinaryPackageBuild(266 build = self.factory.makeBinaryPackageBuild(
267 source_package_release=source_package_release)267 source_package_release=source_package_release)
268 build.queueBuild()
268 job = build.buildqueue_record.specific_job269 job = build.buildqueue_record.specific_job
269 # For now just test that it doesn't raise an Exception270 # For now just test that it doesn't raise an Exception
270 job.score()271 job.score()