/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_index.py

  • Committer: Robert Collins
  • Date: 2007-10-07 22:59:55 UTC
  • mto: (2592.3.168 repository)
  • mto: This revision was merged to the branch mainline in revision 2908.
  • Revision ID: robertc@robertcollins.net-20071007225955-8ibbi8frtdrjt58q
* Pack indices are now partially parsed for specific key lookup using a
  bisection approach. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
583
583
        self.assertEqual([('readv', 'index', [(11976, 800)], True, 15813)],
584
584
            index._transport._activity)
585
585
 
586
 
 
587
586
    def test_iter_all_entries_empty(self):
588
587
        index = self.make_index()
589
588
        self.assertEqual([], list(index.iter_all_entries()))