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

Fix RevisionTree.get_file_text().

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        repo = repository.Repository.open('.')
87
87
        tree = repo.revision_tree(revid)
88
88
        self.assertEquals(tree.get_revision_id(), revid)
 
89
        self.assertEquals("text\n", tree.get_file_text(tree.path2id("data")))
89
90
 
90
91
    def test_get_inventory(self):
91
92
        # GitRepository.get_inventory gives a GitInventory object with