/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 bzrlib/tests/revisionstore_implementations/test_all.py

  • Committer: Aaron Bentley
  • Date: 2007-07-11 16:42:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2606.
  • Revision ID: abentley@panoramicfeedback.com-20070711164237-n1x38fz7fttybkqp
Push NULL_REVISION deeper

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