Rev 5993: (jelmer) Fix copy-and-pasted test method name in test_chk_map that was in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Jun 23 09:17:46 UTC 2011


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 5993 [merge]
revision-id: pqm at pqm.ubuntu.com-20110623091743-rt1rp0jt21gxexlo
parent: pqm at pqm.ubuntu.com-20110622095401-n1nkzancazl4h0kg
parent: andrew.bennetts at canonical.com-20110620072328-a43j1iu91t9wo7vn
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2011-06-23 09:17:43 +0000
message:
  (jelmer) Fix copy-and-pasted test method name in test_chk_map that was
   masking a test. (Andrew Bennetts)
modified:
  bzrlib/tests/test_chk_map.py   test_chk_map.py-20081001014447-ue6kkuhofvdecvxa-2
=== modified file 'bzrlib/tests/test_chk_map.py'
--- a/bzrlib/tests/test_chk_map.py	2011-05-26 08:05:45 +0000
+++ b/bzrlib/tests/test_chk_map.py	2011-06-20 07:23:28 +0000
@@ -224,7 +224,7 @@
             "      ('ddd',) 'initial ddd content'\n",
             c_map._dump_tree())
 
-    def test_one_deep_map_16(self):
+    def test_root_only_aaa_ddd_16(self):
         c_map = self.make_root_only_aaa_ddd_map(
                 search_key_func=chk_map._search_key_16)
         # We use 'aaa' and 'ddd' because they happen to map to 'F' when using




More information about the bazaar-commits mailing list