Rev 3902: review comments from Ian. in http://bzr.arbash-meinel.com/branches/bzr/brisbane/iter_changes_fixes
John Arbash Meinel
john at arbash-meinel.com
Tue Mar 24 16:48:48 GMT 2009
At http://bzr.arbash-meinel.com/branches/bzr/brisbane/iter_changes_fixes
------------------------------------------------------------
revno: 3902
revision-id: john at arbash-meinel.com-20090324164828-l02cq5o9eyewy5g7
parent: john at arbash-meinel.com-20090323230249-s07xna9l5l7cqez3
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: iter_changes_fixes
timestamp: Tue 2009-03-24 11:48:28 -0500
message:
review comments from Ian.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_chk_map.py'
--- a/bzrlib/tests/test_chk_map.py 2009-03-23 22:51:13 +0000
+++ b/bzrlib/tests/test_chk_map.py 2009-03-24 16:48:28 +0000
@@ -1533,6 +1533,8 @@
child.map(None, ("bar",), "baz")
node.add_node("b", child)
+ # foo and bar both match exactly one leaf node, but 'cat' should not
+ # match any, and should not be placed in one.
key_filter = (('foo',), ('bar',), ('cat',))
for child, node_key_filter in node._iter_nodes(None,
key_filter=key_filter):
More information about the bazaar-commits
mailing list