Rev 5535: Fix news entry. in file:///home/vila/src/bzr/bugs/662509-ignore-empty/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Nov 8 11:01:20 GMT 2010


At file:///home/vila/src/bzr/bugs/662509-ignore-empty/

------------------------------------------------------------
revno: 5535
revision-id: v.ladeuil+lp at free.fr-20101108110120-ajrzmc21fmqx7b61
parent: v.ladeuil+lp at free.fr-20101108105353-nntejqprr3nislcw
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 662509-ignore-empty
timestamp: Mon 2010-11-08 12:01:20 +0100
message:
  Fix news entry.
-------------- next part --------------
=== modified file 'doc/en/release-notes/bzr-2.3.txt'
--- a/doc/en/release-notes/bzr-2.3.txt	2010-11-08 09:58:04 +0000
+++ b/doc/en/release-notes/bzr-2.3.txt	2010-11-08 11:01:20 +0000
@@ -67,6 +67,11 @@
    suite.  This can include new facilities for writing tests, fixes to 
    spurious test failures and changes to the way things should be tested.
 
+* Add a null_output_matches_anything keyword argument with default False to
+  bzrlib.tests.script.ScriptRunner.run_script to specify that the command
+  output should not be checked (as opposed to expecting an empty output).
+  (Neil Martinsen-Burrell, #662509)
+
 * Blank output section in scriptrunner tests no longer match any output.
   Instead, use '...' as a wildcard if you don't care about the output.
   (Martin Pool, #637830)
@@ -185,11 +190,6 @@
   Instead, use '...' as a wildcard if you don't care about the output.
   (Martin Pool, #637830)
 
-* Add a null_output_matches_anything keyword argument with default False to
-  bzrlib.tests.script.ScriptRunner.run_script to specify that the command
-  output should not be checked (as opposed to expecting an empty output).
-  (Neil Martinsen-Burrell, #662509)
-
 * ``bzr test-script script`` is a new command that runs a shell-like script
   from an the ``script`` file. (Vincent Ladeuil)
 



More information about the bazaar-commits mailing list