/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 breezy/tests/test_memorytree.py

  • Committer: Jelmer Vernooij
  • Date: 2017-11-13 18:40:41 UTC
  • mto: This revision was merged to the branch mainline in revision 6819.
  • Revision ID: jelmer@jelmer.uk-20171113184041-l4063gzvsh3l7xpy
Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
 
203
203
        rev_tree2 = tree.branch.repository.revision_tree('rev-two')
204
204
        self.assertEqual('bar', rev_tree2.id2path('foo-id'))
205
 
        self.assertEqual('content\n', rev_tree2.get_file_text('foo'))
 
205
        self.assertEqual('content\n', rev_tree2.get_file_text('bar'))
206
206
 
207
207
    def test_rename_file_to_subdir(self):
208
208
        tree = self.make_branch_and_memory_tree('branch')