[ZODB-Dev] Test Failure
Chris Withers
chrisw@nipltd.com
Fri, 24 May 2002 09:45:09 +0100
======================================================================
FAIL: checkTransactionalUndoAfterPack (testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\ZopeTests\sandbox\Zope\lib\python\ZODB\tests\TransactionalUndoStorage.py", line
448, in checkTransactionalUndoAfterPack
eq(leninfo2, 2, "length of self._storage.undoInfo() was %s, it was expected to be %s"
% (
File "C:\Python21\lib\unittest.py", line 273, in failUnlessEqual
raise self.failureException, (msg or '%s != %s' % (first, second))
AssertionError: length of self._storage.undoInfo() was 3, it was expected to be 2
----------------------------------------------------------------------
This test seems to fail pretty consistently on Windows...
Could someone who knows what it's about please haev a look?
cheers,
Chris