~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/revisionstore_implementations/test_all.py

  • Committer: Vincent Ladeuil
  • Date: 2007-07-15 11:24:18 UTC
  • mfrom: (2617 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070715112418-9nn4n6esxv60ny4b
merge bzr.dev@1617

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
    def test_has_None(self):
62
62
        # has of None -> True
63
 
        self.assertTrue(self.store.has_revision_id(None, self.transaction))
 
63
        self.assertTrue(self.store.has_revision_id('null:', self.transaction))
64
64
 
65
65
    def test_get_revision_none(self):
66
66
        # get_revision(None) -> raises NoSuchRevision