~bzr/ubuntu/hardy/bzr-git/bzr-ppa

« back to all changes in this revision

Viewing changes to tests/test_repository.py

  • Committer: Max Bowsher
  • Date: 2011-04-13 00:11:53 UTC
  • mfrom: (75.1.3 jaunty)
  • Revision ID: maxb@f2s.com-20110413001153-arfzlashy1m82w9d
Tags: 0.6.0-1~bazaar1~hardy1
MergeĀ 0.6.0-1

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)