[Zope-Checkins] CVS: Zope/lib/python/tempstorage/tests - testTemporaryStorage.py:1.2

Jeremy Hylton jeremy at zope.com
Wed Dec 24 11:48:28 EST 2003


Update of /cvs-repository/Zope/lib/python/tempstorage/tests
In directory cvs.zope.org:/tmp/cvs-serv2731

Modified Files:
	testTemporaryStorage.py 
Log Message:
Quick fix: Disable RevisionStorage tests.

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.


=== Zope/lib/python/tempstorage/tests/testTemporaryStorage.py 1.1 => 1.2 ===
--- Zope/lib/python/tempstorage/tests/testTemporaryStorage.py:1.1	Sun Aug 17 16:53:54 2003
+++ Zope/lib/python/tempstorage/tests/testTemporaryStorage.py	Wed Dec 24 11:48:27 2003
@@ -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,




More information about the Zope-Checkins mailing list