242
240
def test_multi_key_same_offset(self):
243
241
# there is no common prefix, though there are some common bits
244
242
leaf = self.module._parse_into_chk(_multi_key_same_offset, 1, 0)
246
243
self.assertEqual(24, leaf.common_shift)
248
244
offsets = leaf._test_offsets
249
245
# The interesting byte is just the first 8-bits of the key
250
246
lst = [8, 200, 205, 205, 205, 205, 206, 206]