~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-08-27 22:17:35 UTC
  • mto: This revision was merged to the branch mainline in revision 4663.
  • Revision ID: robertc@robertcollins.net-20090827221735-dck1jb1uhktda57h
Refactor creation and shutdown of test servers to use a common helper,
reducing duplicated code, fixing a number of small race conditions where
servers may not get shut down and making tests that use such servers a
little easier to read.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
  to be parameterised. This is not expected to break external use of test
111
111
  parameterisation, and is substantially faster. (Robert Collins)
112
112
 
 
113
* When manually creating transport servers in test cases, a new helper
 
114
  ``TestCase.start_server`` that registers a cleanup and starts the server
 
115
  should be used. (Robert Collins)
 
116
 
113
117
bzr 1.18
114
118
########
115
119