~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-08-16 11:05:38 UTC
  • mto: This revision was merged to the branch mainline in revision 6093.
  • Revision ID: jriddell@canonical.com-20110816110538-n8pdq3j26989m75c
fix test_verify_commits

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
        self.run_bzr('sign-my-commits')
122
122
        out = self.run_bzr('verify-signatures', retcode=1)
123
123
        self.assertEquals(('4 commits with valid signatures\n'
 
124
                           '0 commits with key now expired\n'
124
125
                           '0 commits with unknown keys\n'
125
126
                           '0 commits not valid\n'
126
127
                           '1 commit not signed\n', ''), out)