~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-10-01 16:39:21 UTC
  • mfrom: (4721.1.1 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20091001163921-yz8icndv12ur9y8v
(mbp) drop '%d missing' from test progress bar

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
  documentation in ``developers/testing.txt`` for details.
167
167
  (Vincent Ladeuil)
168
168
 
 
169
* Stop showing the number of tests due to missing features in the test
 
170
  progress bar.  (Martin Pool)
 
171
 
169
172
* Test parameterisation now does a shallow copy, not a deep copy of the test
170
173
  to be parameterised. This is not expected to break external use of test
171
174
  parameterisation, and is substantially faster. (Robert Collins)