~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-08 13:45:51 UTC
  • mfrom: (5532.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101108134551-sxvk77ehmegkrwmm
(vila) Fix news entry

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
   suite.  This can include new facilities for writing tests, fixes to 
68
68
   spurious test failures and changes to the way things should be tested.
69
69
 
 
70
* Add a null_output_matches_anything keyword argument with default False to
 
71
  bzrlib.tests.script.ScriptRunner.run_script to specify that the command
 
72
  output should not be checked (as opposed to expecting an empty output).
 
73
  (Neil Martinsen-Burrell, #662509)
 
74
 
70
75
* Blank output section in scriptrunner tests no longer match any output.
71
76
  Instead, use '...' as a wildcard if you don't care about the output.
72
77
  (Martin Pool, #637830)
185
190
  Instead, use '...' as a wildcard if you don't care about the output.
186
191
  (Martin Pool, #637830)
187
192
 
188
 
* Add a null_output_matches_anything keyword argument with default False to
189
 
  bzrlib.tests.script.ScriptRunner.run_script to specify that the command
190
 
  output should not be checked (as opposed to expecting an empty output).
191
 
  (Neil Martinsen-Burrell, #662509)
192
 
 
193
193
* ``bzr test-script script`` is a new command that runs a shell-like script
194
194
  from an the ``script`` file. (Vincent Ladeuil)
195
195