[Zodb-checkins] CVS: ZODB3/ZODB/tests - testFileStorage.py:1.30
Barry Warsaw
barry@wooz.org
Tue, 8 Apr 2003 15:19:57 -0400
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv11280
Modified Files:
testFileStorage.py
Log Message:
Update comment.
=== ZODB3/ZODB/tests/testFileStorage.py 1.29 => 1.30 ===
--- ZODB3/ZODB/tests/testFileStorage.py:1.29 Mon Mar 17 14:26:09 2003
+++ ZODB3/ZODB/tests/testFileStorage.py Tue Apr 8 15:19:57 2003
@@ -191,7 +191,8 @@
def checkPackVersionsInPast(self):
# FileStorage can't cope with backpointers to objects
- # created in versions. Must fix.
+ # created in versions. Should fix if we can figure out actually how
+ # to fix it.
pass
class FileStorageRecoveryTest(