~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.7.txt

(vila) Fix bzrlib.tests.test_gpg.TestVerify.test_verify_revoked_signature
 with recent versions of gpg. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
   suite.  This can include new facilities for writing tests, fixes to 
77
77
   spurious test failures and changes to the way things should be tested.
78
78
 
 
79
* Fix gpgme test failure starting on wily. (Vincent Ladeuil)
 
80
     
79
81
* Fix racy http tests (TestBadStatusServer is so simple, it exposes a race
80
82
  in python 2.7.9. This happens only when both the http server and client
81
83
  are run in the same process.). Only tests are affected.