Commit b8235069 authored by Tim Peters's avatar Tim Peters

The newer checkPackVersionReachable() test must fail when using

a MappingStorage (which doesn't support versions), so stop trying to
test that combo.
parent 33d62a12
......@@ -220,6 +220,7 @@ class MappingStorageTests(FileStorageTests):
def checkPackEmptyStorage(self): pass
def checkPackAllRevisions(self): pass
def checkPackVersionsInPast(self): pass
def checkPackVersionReachable(self): pass
def checkNotUndoable(self): pass
def checkNewSerialOnCommitVersionToVersion(self): pass
def checkModifyAfterAbortVersion(self): pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment