Rev 5578: Revert the fix in the doctest so it fails again. in file:///home/vila/src/bzr/bugs/test-isolation/

Vincent Ladeuil v.ladeuil+lp at free.fr
Mon Dec 20 11:47:15 GMT 2010


At file:///home/vila/src/bzr/bugs/test-isolation/

------------------------------------------------------------
revno: 5578
revision-id: v.ladeuil+lp at free.fr-20101220114715-znr8shawnccet4yu
parent: v.ladeuil+lp at free.fr-20101218190149-438j9yfefv099501
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 321320-isolate-doc-tests
timestamp: Mon 2010-12-20 12:47:15 +0100
message:
  Revert the fix in the doctest so it fails again.
-------------- next part --------------
=== modified file 'bzrlib/branchbuilder.py'
--- a/bzrlib/branchbuilder.py	2010-12-17 13:32:33 +0000
+++ b/bzrlib/branchbuilder.py	2010-12-20 11:47:15 +0000
@@ -42,12 +42,10 @@
     >>> builder.start_series()
     >>> builder.build_snapshot('rev-id', None, [
     ...     ('add', ('', 'root-id', 'directory', '')),
-    ...     ('add', ('filename', 'f-id', 'file', 'content\n'))],
-    ...     committer='Joe <Joe at example.com>')
+    ...     ('add', ('filename', 'f-id', 'file', 'content\n'))])
     'rev-id'
     >>> builder.build_snapshot('rev2-id', ['rev-id'],
-    ...     [('modify', ('f-id', 'new-content\n'))],
-    ...     committer='Joe <joe at example.com>')
+    ...     [('modify', ('f-id', 'new-content\n'))])
     'rev2-id'
     >>> builder.finish_series()
     >>> branch = builder.get_branch()



More information about the bazaar-commits mailing list