Rev 2461: Make sure the output with want_unversioned=False is reasonable. in http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/rename_iter_changes_109993
John Arbash Meinel
john at arbash-meinel.com
Wed Apr 25 23:46:07 BST 2007
At http://bzr.arbash-meinel.com/branches/bzr/0.16-dev/rename_iter_changes_109993
------------------------------------------------------------
revno: 2461
revision-id: john at arbash-meinel.com-20070425224555-msapt0k72c4h8wju
parent: john at arbash-meinel.com-20070425221045-z3oqq15r3g5p9goj
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: rename_iter_changes_109993
timestamp: Wed 2007-04-25 17:45:55 -0500
message:
Make sure the output with want_unversioned=False is reasonable.
modified:
bzrlib/tests/intertree_implementations/test_compare.py test_compare.py-20060724101752-09ysswo1a92uqyoz-2
-------------- next part --------------
=== modified file 'bzrlib/tests/intertree_implementations/test_compare.py'
--- a/bzrlib/tests/intertree_implementations/test_compare.py 2007-04-25 21:54:14 +0000
+++ b/bzrlib/tests/intertree_implementations/test_compare.py 2007-04-25 22:45:55 +0000
@@ -1312,3 +1312,9 @@
self.assertEqual(expected,
self.do_iter_changes(tree1, tree2,
want_unversioned=True))
+ expected = sorted([
+ self.deleted(tree1, 'b-id'),
+ ])
+ self.assertEqual(expected,
+ self.do_iter_changes(tree1, tree2,
+ want_unversioned=False))
More information about the bazaar-commits
mailing list