/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/interrepository_implementations/test_fetch.py

  • Committer: John Arbash Meinel
  • Date: 2009-03-11 06:50:59 UTC
  • mto: (3735.2.143 brisbane-core)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090311065059-3j813h5m3zqa453o
Cleanup trailing whitespace, get test_source to pass by removing asserts.

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.