Skip to content

Commit

Permalink
Quick fix: Disable RevisionStorage tests.
Browse files Browse the repository at this point in the history
As the earlier comment indicated, this storage does not support
multiple revisions.  The RevisionStorage tests changed to require
revision support, so the tests now fail.  This might be the right
long-term strategy, but it needs a little thought.
  • Loading branch information
Jeremy Hylton committed Dec 24, 2003
1 parent c2eb405 commit 7cf6e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testTemporaryStorage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class TemporaryStorageTests(
StorageTestBase.StorageTestBase,
RevisionStorage.RevisionStorage, # not a revision storage, but passes
## RevisionStorage.RevisionStorage, # not a revision storage, but passes
BasicStorage.BasicStorage,
Synchronization.SynchronizedStorage,
ConflictResolution.ConflictResolvingStorage,
Expand Down

0 comments on commit 7cf6e4f

Please sign in to comment.