~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2009-05-12 08:07:37 UTC
  • mto: (4350.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4354.
  • Revision ID: v.ladeuil+lp@free.fr-20090512080737-itf02crgp0kxir0p
Fixed as per Robert's review.

* tests/__init__.py:
(TestCase._track_locks): Make unbalanced locks fatal.

* tests/test_selftest.py:
(TestTestCaseWithMemoryTransport.test_dangling_locks_cause_failures):
The failure is now unconditional.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
 
118
118
* Updated the bundled ``ConfigObj`` library to 4.6.0 (Matt Nordhoff)
119
119
 
 
120
Testing
 
121
*******
 
122
 
 
123
* ``bzr selftest`` will now fail if lock/unlock are not correctly balanced in
 
124
  tests. Using ``-Dlock`` will turn the related failures into warnings.
 
125
  (Vincent Ladeuil, Robert Collins)
120
126
 
121
127
bzr 1.14
122
128
###########