Rev 4775: found one more in http://bazaar.launchpad.net/~jameinel/bzr/2.1-static-tuple-chk-map
John Arbash Meinel
john at arbash-meinel.com
Wed Oct 21 20:07:49 BST 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.1-static-tuple-chk-map
------------------------------------------------------------
revno: 4775
revision-id: john at arbash-meinel.com-20091021190730-70kt0cwn91ayepbc
parent: john at arbash-meinel.com-20091021185947-zud32qo2zi7xlglt
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1-static-tuple-chk-map
timestamp: Wed 2009-10-21 14:07:30 -0500
message:
found one more
-------------- next part --------------
=== modified file 'bzrlib/tests/test_chk_map.py'
--- a/bzrlib/tests/test_chk_map.py 2009-10-21 18:59:47 +0000
+++ b/bzrlib/tests/test_chk_map.py 2009-10-21 19:07:30 +0000
@@ -2131,7 +2131,7 @@
def help__read_all_roots(self, search_key_func):
c_map = self.make_root_only_map(search_key_func=search_key_func)
key1 = c_map.key()
- c_map.map(StaticTuple('aaa',), 'new aaa content')
+ c_map.map(('aaa',), 'new aaa content')
key2 = c_map._save()
diff = self.get_difference([key2], [key1], search_key_func)
root_results = [record.key for record in diff._read_all_roots()]
More information about the bazaar-commits
mailing list