58
58
# has of a non present id -> False
59
59
self.assertFalse(self.store.has_revision_id('missing', self.transaction))
63
63
self.assertTrue(self.store.has_revision_id('null:', self.transaction))
67
67
self.assertRaises(errors.NoSuchRevision,
72
79
def test_add_signature_text_missing(self):
73
80
# add of a text signature for a missing revision must work, to allow
74
81
# revisions to be added after the signature.