/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

  • Committer: Jelmer Vernooij
  • Date: 2011-03-23 19:07:55 UTC
  • mto: (0.200.1150 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@samba.org-20110323190755-mjdiolcq4mdwuc9v
Put determine_wants methods on InterRepo.

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)