Commit d453f16c authored by Jeremy Hylton's avatar Jeremy Hylton

Disable two tests that aren't expected to work with MappingStorage.

parent a691172f
...@@ -211,6 +211,8 @@ class MappingStorageTests(FileStorageTests): ...@@ -211,6 +211,8 @@ class MappingStorageTests(FileStorageTests):
def checkTransactionalUndoAfterPack(self): pass def checkTransactionalUndoAfterPack(self): pass
def checkSimpleTransactionalUndo(self): pass def checkSimpleTransactionalUndo(self): pass
def checkReadMethods(self): pass def checkReadMethods(self): pass
def checkPackAfterUndoDeletion(self): pass
def checkPackAfterUndoManyTimes(self): pass
def checkPackVersions(self): pass def checkPackVersions(self): pass
def checkPackUnlinkedFromRoot(self): pass def checkPackUnlinkedFromRoot(self): pass
def checkPackOnlyOneObject(self): pass def checkPackOnlyOneObject(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