184
184
def test_findBuildCandidate_first_build_finished(self):
185
185
# When joe's first ppa build finishes, his fourth i386 build
186
186
# will be the next build candidate.
188
188
next_job = removeSecurityProxy(self.builder4)._findBuildCandidate()
189
189
build = getUtility(IBinaryPackageBuildSet).getByQueueEntry(next_job)
190
190
self.failUnlessEqual('joesppa', build.archive.name)