/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_pack_repository.py

  • Committer: John Arbash Meinel
  • Date: 2008-08-18 23:11:59 UTC
  • mto: (3606.5.6 1.6)
  • mto: This revision was merged to the branch mainline in revision 3641.
  • Revision ID: john@arbash-meinel.com-20080818231159-r9buncgsgj6cja4j
Switch names to 'unordered' that I missed before.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
        """Packs do not need ordered data retrieval."""
66
66
        format = self.get_format()
67
67
        repo = self.make_repository('.', format=format)
68
 
        self.assertEqual('unsorted', repo._fetch_order)
 
68
        self.assertEqual('unordered', repo._fetch_order)
69
69
 
70
70
    def test_attribute__fetch_uses_deltas(self):
71
71
        """Packs reuse deltas."""