~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/tests/test_translationtemplatesbuildjob.py

[r=danilo][ui=none][bug=685624] Let
        TranslationTemplatesBuildJob.build through the security proxy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
        branch = self._makeTranslationBranch(fake_pottery_compatible=True)
299
299
        specific_job = self.jobsource.create(branch, testing=True)
300
300
        naked_job = removeSecurityProxy(specific_job)
301
 
        self.assertEquals(naked_job._constructed_build, naked_job.build)
 
301
        self.assertEquals(naked_job._constructed_build, specific_job.build)
302
302
 
303
303
 
304
304
def test_suite():