[Zope-Coders] Zope test results
background@shane.zope.com
background@shane.zope.com
Wed, 9 Jan 2002 22:16:59 -0500 (EST)
**************************
Head
**************************
----------------------------------------------------------------------
Ran 1102 tests in 165.460s
OK
**************************
2.5 branch
**************************
Module testSessionDataManager.py failed to load
exceptions.ImportError: cannot import name MountedTemporaryFolder
File "utilities/testrunner.py", line 60, in getSuiteFromFile
File "/home/background/zopetest/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 27, in ?
from Products.TemporaryFolder.TemporaryFolder import MountedTemporaryFolder
----------------------------------------------------------------------
Ran 1083 tests in 162.988s
OK
**************************
Head with Python 2.2
**************************
/home/background/zopetest/lib/python/TAL/TALInterpreter.py:421: DeprecationWarning: strop functions are obsolete; use string methods
i = rfind(s, '\n')
/home/background/zopetest/lib/python/TAL/TALInterpreter.py:293: DeprecationWarning: strop functions are obsolete; use string methods
if self.html and lower(name) in BOOLEAN_HTML_ATTRS:
/home/background/zopetest/lib/python/TAL/TALInterpreter.py:269: DeprecationWarning: strop functions are obsolete; use string methods
i = rfind(name, ":") + 1
----------------------------------------------------------------------
Ran 1104 tests in 165.505s
OK