Commit 34ee83d3 authored by Jeremy Hylton's avatar Jeremy Hylton

Don't disable pack tests. They should be fixed long already.

parent 1e37f12a
......@@ -168,15 +168,6 @@ class FileStorageTests(
self.failUnless(self._storage._records_before_save > 20)
# There are a bunch of tests that the current pack() implementation
# does not past. We need to fix pack(), but don't want tests to
# fail until then.
def checkPackVersionsInPast(self):
pass
def checkPackAfterUndoDeletion(self):
pass
class FileStorageRecoveryTest(
StorageTestBase.StorageTestBase,
......
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