[Zope-tests] FAILED (errors=2) : Zope-2_7-branch Python-2.3.4 :
Linux
Zope Unit Tests
zope-tests at epy.co.at
Fri Dec 31 00:07:36 EST 2004
Zope Unit Tests : FAILED (errors=2)
Zope-2_7-branch Python-2.3.4 : Linux
Running /usr/local/python2.3/bin/python test.py
Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
======================================================================
ERROR: testPathologicalLeftBranching (Products.Transience.tests.testTransientObjectContainer.TestTransientObjectContainer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/autotest/temp/python23-zope27/lib/python/Products/Transience/tests/testTransientObjectContainer.py", line 193, in testPathologicalLeftBranching
map(self.t.__delitem__, revr)
File "/autotest/temp/python23-zope27/lib/python/Products/Transience/Transience.py", line 466, in __delitem__
del bucket[k]
KeyError: 388
======================================================================
ERROR: testPathologicalRightBranching (Products.Transience.tests.testTransientObjectContainer.TestTransientObjectContainer)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/autotest/temp/python23-zope27/lib/python/Products/Transience/tests/testTransientObjectContainer.py", line 183, in testPathologicalRightBranching
map(self.t.__delitem__, r)
File "/autotest/temp/python23-zope27/lib/python/Products/Transience/Transience.py", line 466, in __delitem__
del bucket[k]
KeyError: 152
----------------------------------------------------------------------
Ran 2367 tests in 374.035s
FAILED (errors=2)
More information about the Zope-tests
mailing list