[Zodb-checkins] CVS: Zope3/lib/python/ZODB/tests - testFileStorage.py:1.23

Jeremy Hylton jeremy@zope.com
Wed, 4 Dec 2002 16:57:10 -0500


Update of /cvs-repository/Zope3/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv19532/lib/python/ZODB/tests

Modified Files:
	testFileStorage.py 
Log Message:
Re-enable FileStorage tests.



=== Zope3/lib/python/ZODB/tests/testFileStorage.py 1.22 => 1.23 ===
--- Zope3/lib/python/ZODB/tests/testFileStorage.py:1.22	Wed Dec  4 04:08:52 2002
+++ Zope3/lib/python/ZODB/tests/testFileStorage.py	Wed Dec  4 16:57:09 2002
@@ -149,7 +149,7 @@
         self.compare(self._storage, self._dst)
 
 def test_suite():
-    suite = unittest.makeSuite(FileStorageTests, 'checkNOT')
+    suite = unittest.makeSuite(FileStorageTests, 'check')
     suite2 = unittest.makeSuite(Corruption.FileStorageCorruptTests, 'check')
     suite3 = unittest.makeSuite(FileStorageRecoveryTest, 'check')
     suite.addTest(suite2)