~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-14 08:27:57 UTC
  • mfrom: (5223.2.1 newtesttools)
  • Revision ID: pqm@pqm.ubuntu.com-20100514082757-jbg7ncvtca1bjdtu
(lifeless) Make our selftest for dangling-lock detection in selftests more
 robust (fixes use with testtools 0.9.3). (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
* Reduce peak memory by one copy of compressed text.
104
104
  (John Arbash Meinel, #566940)
105
105
 
 
106
* Selftest was failing with testtools 0.9.3, which caused an
 
107
  AssertionError raised from a cleanUp to be reported as a Failure, not an
 
108
  Error, breaking on of our test hygiene tests.
 
109
  (Robert Collins, Vincent Ladeuil).
 
110
 
106
111
* Show the filenames when a file rename fails so that the error will be
107
112
  more comprehensible.
108
113
  (Martin Pool, #491763)