[Zope-Coders] Win32 Tests - Zope 2.5 branch - failures:1

Guido van Rossum guido@python.org
Mon, 23 Sep 2002 22:19:06 -0400


> Python Version:2.1.3 (#35, Apr  8 2002, 17:47:50) [MSC 32 bit (Intel)]
> 
> Modules included:
> Zope (Zope-2_5-branch)
> 
> ======================================================================
> FAIL: checkTransactionalUndoAfterPack (testFileStorage.FileStorageTests)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 448, in checkTransactionalUndoAfterPack
>     eq(len(info2), 2)
>   File "C:\python21\lib\unittest.py", line 273, in failUnlessEqual
>     raise self.failureException, (msg or '%s != %s' % (first, second))
> AssertionError: 3 != 2
> ----------------------------------------------------------------------

This has been failing for months I believe.  Perhaps someone could
have a look at it?  It's a bit embarrassing, since Zope 2.5 is about
to get a new release, and Python 2.1(.x) is the recommended Python
version.

Even if it's only on Windows...

--Guido van Rossum (home page: http://www.python.org/~guido/)