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
1=== modified file 'lib/lp/soyuz/tests/test_buildpackagejob.py'
2--- lib/lp/soyuz/tests/test_buildpackagejob.py 2010-08-27 11:19:54 +0000
3+++ lib/lp/soyuz/tests/test_buildpackagejob.py 2010-09-21 21:17:59 +0000
4@@ -265,6 +265,7 @@
5 distroseries=source_package_release.upload_distroseries)
6 build = self.factory.makeBinaryPackageBuild(
7 source_package_release=source_package_release)
8+ build.queueBuild()
9 job = build.buildqueue_record.specific_job
10 # For now just test that it doesn't raise an Exception
11 job.score()