~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Run the test suite with no locale as well as the default locale. Also add a test for build_tree_shape to selftest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
    * Much better error message if one of the test suites can't be 
169
169
      imported.  (Martin Pool)
170
170
 
 
171
    * Make check now runs the test suite twice - once with the default locale,
 
172
      and once with all locales forced to C, to expose bugs. This is not 
 
173
      trivially done within python, so for now its only triggered by running
 
174
      Make check. Integrators and packagers who wish to check for full 
 
175
      platform support should run 'Make check' to test the source.
 
176
 
171
177
  INTERNALS:
172
178
 
173
179
    * WorkingTree.pull has been split across Branch and WorkingTree,