~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] robertc: file encoding tests, and run all tests in C locale as well as default

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
      (Robert Collins)
 
177
 
171
178
    * Tests can now run TestSkipped if they can't execute for any reason.
172
 
      (Martin Pool)
 
179
      (Martin Pool) (NB: TestSkipped should only be raised for correctable
 
180
      reasons - see the wiki spec ImprovingBzrTestSuite).
173
181
 
174
182
  INTERNALS:
175
183