~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_sign_my_commits.py

  • Committer: Jonathan Riddell
  • Date: 2011-06-17 09:34:10 UTC
  • mto: (5971.2.3 bzr-gpgme)
  • mto: This revision was merged to the branch mainline in revision 6003.
  • Revision ID: jriddell@canonical.com-20110617093410-kcl0bkq0sh0g4rky
fix translations for plural forms

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
        out = self.run_bzr('verify', retcode=1)
126
126
 
127
127
        self.assertEquals(('', '3 commits with valid signatures\n0 commits \
128
 
with unknown keys\n0 commits not valid\n1 commits not signed\n'), out)
 
128
with unknown keys\n0 commits not valid\n1 commit not signed\n'), out)
129
129
 
130
130
    def test_verify_commits_acceptable_key(self):
131
131
        wt = self.setup_tree()
137
137
        out = self.run_bzr(['verify', '--acceptable-keys=foo,bar'], retcode=1)
138
138
 
139
139
        self.assertEquals(('', '3 commits with valid signatures\n0 commits \
140
 
with unknown keys\n0 commits not valid\n1 commits not signed\n'), out)
 
140
with unknown keys\n0 commits not valid\n1 commit not signed\n'), out)