~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2010-08-26 08:02:08 UTC
  • mfrom: (11447 launchpad)
  • mto: This revision was merged to the branch mainline in revision 11453.
  • Revision ID: julian.edwards@canonical.com-20100826080208-sut7s35g9z0qtk9v
merge devel

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
            self.specific_job.getLogFileName(), other_job.getLogFileName())
118
118
 
119
119
    def test_score(self):
120
 
        # For now, these jobs always score themselves at 1,000.  In the
 
120
        # For now, these jobs always score themselves at 2510.  In the
121
121
        # future however the scoring system is to be revisited.
122
 
        self.assertEqual(1000, self.specific_job.score())
 
122
        self.assertEqual(2510, self.specific_job.score())
123
123
 
124
124
    def test_cleanUp(self):
125
125
        # TranslationTemplatesBuildJob has its own customized cleanup