~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_gpg.py

  • Committer: Vincent Ladeuil
  • Date: 2011-09-08 08:03:35 UTC
  • mfrom: (6123.1.14 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6252.
  • Revision ID: v.ladeuil+lp@free.fr-20110908080335-ddel4ir5grz945xa
Merge into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
391
391
 
392
392
    def test_verify_invalid(self):
393
393
        self.requireFeature(features.gpgme)
 
394
        self.import_keys()
394
395
        content = """-----BEGIN PGP SIGNED MESSAGE-----
395
396
Hash: SHA1
396
397
 
415
416
 
416
417
    def test_verify_expired_but_valid(self):
417
418
        self.requireFeature(features.gpgme)
 
419
        self.import_keys()
418
420
        content = """-----BEGIN PGP SIGNED MESSAGE-----
419
421
Hash: SHA1
420
422
 
441
443
 
442
444
    def test_verify_unknown_key(self):
443
445
        self.requireFeature(features.gpgme)
 
446
        self.import_keys()
444
447
        content = """-----BEGIN PGP SIGNED MESSAGE-----
445
448
Hash: SHA1
446
449