~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/interrepository_implementations/test_fetch.py

Bring the groupcompress code into brisbane-core.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
    def test_fetch_inconsistent_last_changed_entries(self):
79
79
        """If an inventory has odd data we should still get what it references.
80
 
        
 
80
 
81
81
        This test tests that we do fetch a file text created in a revision not
82
82
        being fetched, but referenced from the revision we are fetching when the
83
83
        adjacent revisions to the one being fetched do not reference that text.