Commit c16d2599 authored by Barry Warsaw's avatar Barry Warsaw

checkLoadBeforeVersion(): This test can't pass for this storage.

parent 21aa618f
......@@ -39,6 +39,10 @@ class DemoStorageTests(StorageTestBase.StorageTestBase,
# XXX Need to implement a real loadBefore for DemoStorage?
pass
def checkLoadBeforeVersion(self):
# XXX Need to implement a real loadBefore for DemoStorage?
pass
def test_suite():
suite = unittest.makeSuite(DemoStorageTests, 'check')
......
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