~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_chk_map.py

  • Committer: John Arbash Meinel
  • Date: 2009-07-02 20:02:02 UTC
  • mto: This revision was merged to the branch mainline in revision 4536.
  • Revision ID: john@arbash-meinel.com-20090702200202-nkkcfmrka2de3tba
cleanup indentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2369
2369
        key3 = c_map._save()
2370
2370
        key3_c = c_map._root_node._items['c'].key()
2371
2371
        diff = self.get_difference([key2, key3], [key1],
2372
 
                                     chk_map._search_key_plain)
 
2372
                                   chk_map._search_key_plain)
2373
2373
        root_results = [record.key for record in diff._read_all_roots()]
2374
2374
        self.assertEqual(sorted([key2, key3]), sorted(root_results))
2375
2375
        self.assertEqual([], diff._old_queue)