~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_gpg.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-15 08:31:55 UTC
  • mfrom: (6372.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20111215083155-gfpcyinaaxpbfjyq
(vila) Remove spurious spaces (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
        #untrusted by gpg but listed as acceptable_keys by user
253
253
        self.requireFeature(features.gpgme)
254
254
        self.import_keys()
255
 
            
 
255
 
256
256
        content = """-----BEGIN PGP SIGNED MESSAGE-----
257
257
Hash: SHA1
258
258
 
283
283
    def test_verify_unacceptable_key(self):
284
284
        self.requireFeature(features.gpgme)
285
285
        self.import_keys()
286
 
            
 
286
 
287
287
        content = """-----BEGIN PGP SIGNED MESSAGE-----
288
288
Hash: SHA1
289
289
 
314
314
    def test_verify_valid_but_untrusted(self):
315
315
        self.requireFeature(features.gpgme)
316
316
        self.import_keys()
317
 
            
 
317
 
318
318
        content = """-----BEGIN PGP SIGNED MESSAGE-----
319
319
Hash: SHA1
320
320
 
344
344
    def test_verify_bad_testament(self):
345
345
        self.requireFeature(features.gpgme)
346
346
        self.import_keys()
347
 
            
 
347
 
348
348
        content = """-----BEGIN PGP SIGNED MESSAGE-----
349
349
Hash: SHA1
350
350
 
376
376
    def test_verify_revoked_signature(self):
377
377
        self.requireFeature(features.gpgme)
378
378
        self.import_keys()
379
 
            
 
379
 
380
380
        content = """-----BEGIN PGP SIGNED MESSAGE-----
381
381
Hash: SHA1
382
382