~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-06-06 12:52:09 UTC
  • mfrom: (5956.1.2 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20110606125209-j8r8jiltfjypii3i
(jelmer) Split out ImportTariffTestCase so it can be used by plugins.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
   suite.  This can include new facilities for writing tests, fixes to 
94
94
   spurious test failures and changes to the way things should be tested.
95
95
 
 
96
* A `ImportTariffTestCase` base class has been added in
 
97
  ``bzrlib.tests.test_import_tariff``, which can be used for import tariff
 
98
  tests in plugins. (Jelmer Vernooij, #793465)
 
99
 
96
100
* Fix deadlock in `TestImportTariffs.test_simple_serve` when stderr gets
97
101
  more output than fits in the default buffer.  This was happening on the
98
102
  Windows buildslave, and could easily happen in other circumstances where