~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Benji York
  • Date: 2011-12-20 16:17:41 UTC
  • mto: This revision was merged to the branch mainline in revision 14561.
  • Revision ID: benji.york@canonical.com-20111220161741-gsyqmird0vpis8gj
remove lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
        pofile1 = self.factory.makePOFile('en-tt', template1)
116
116
        pofile2 = self.factory.makePOFile('en-tt', template2)
117
117
 
118
 
        suggestion = self.factory.makeSuggestion(pofile1)
119
 
        suggestion = self.factory.makeSuggestion(pofile2)
 
118
        self.factory.makeSuggestion(pofile1)
 
119
        self.factory.makeSuggestion(pofile2)
120
120
 
121
121
        # The statistics start at 0.
122
122
        self.assertEqual(pofile1.getStatistics(), (0, 0, 0, 0))