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

  • Committer: Jelmer Vernooij
  • Date: 2012-01-24 01:35:56 UTC
  • mto: This revision was merged to the branch mainline in revision 6464.
  • Revision ID: jelmer@samba.org-20120124013556-kq6eew03kjqi16rl
Fix more tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
                              % b_bzrdir.transport)
102
102
        tree_b.commit('no change', rev_id='rev2')
103
103
        rev2_tree = knit3_repo.revision_tree('rev2')
104
 
        self.assertEqual('rev1', rev2_tree.inventory.root.revision)
 
104
        self.assertEqual(
 
105
            'rev1',
 
106
            rev2_tree.get_file_revision(rev2_tree.get_root_id()))
105
107
 
106
108
    def do_test_fetch_to_rich_root_sets_parents_correctly(self, result,
107
109
        snapshots, root_id=ROOT_ID, allow_lefthand_ghost=False):