/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_repository.py

merge compatibility fixes for bzr 2.4, support for fetching tags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
                self.git_repo.all_revision_ids())
198
198
 
199
199
    def test_get_ancestry_null(self):
200
 
        self.assertEquals([None, revision.NULL_REVISION], self.git_repo.get_ancestry(revision.NULL_REVISION))
 
200
        self.assertEquals([None], self.git_repo.get_ancestry(revision.NULL_REVISION))
201
201
 
202
202
    def assertIsNullInventory(self, inv):
203
203
        self.assertEqual(inv.root, None)