[Zope3-dev] test checkTwoObjsSameOid fails

Tim Peters tim.peters at gmail.com
Fri Mar 11 20:25:28 EST 2005


[Roger Ineichen]
> Since a couple days the following test fails on win XP:
> 
> Failure in test checkTwoObjsSameOid (ZODB.tests.testCache.CacheErrors)
> Traceback (most recent call last):
>  File "D:\projektCompiler\trunk\src\ZODB\tests\testCache.py", line 419, in
> checkTwoObjsSameOid
>    "A different object already has the same oid")
>  File "C:\Python23\lib\unittest.py", line 302, in failUnlessEqual
>    raise self.failureException, \
> AssertionError: 'Can not re-register object under a different oid' != 'A
> different object already has the same oid'

You just need to recompile Zope3's C code.  Or pick up precompiled
Windows .pyd files from:

     http://www.zope.org/Members/tim_one


More information about the Zope3-dev mailing list