[Zope-tests] FAILED (failures=1) : Zope-2_9-branch Python-2.4.2 :
Linux
Zope Unit Tests
zope-tests at epy.co.at
Tue Feb 21 21:14:09 EST 2006
Zope Unit Tests : FAILED (failures=1)
Zope-2_9-branch Python-2.4.2 : Linux
Running /usr/local/python2.4/bin/python test.py -q --all
/home/stefan/autotest/temp/python24-zope29/lib/python/OFS/Application.py:598: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
('New disk product detected, determining if we need '
Running unit tests:
/home/stefan/autotest/temp/python24-zope29/lib/python/OFS/subscribers.py:155: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
LOG('Zope', ERROR, '_delObject() threw', error=sys.exc_info())
/home/stefan/autotest/temp/python24-zope29/lib/python/OFS/Application.py:724: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
error=exc)
/home/stefan/autotest/temp/python24-zope29/lib/python/Products/BTreeFolder2/BTreeFolder2.py:196: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
error=sys.exc_info())
/home/stefan/autotest/temp/python24-zope29/lib/python/Products/BTreeFolder2/BTreeFolder2.py:208: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
LOG('BTreeFolder2', INFO, 'Fixed %s.' % path)
Failure in test test_traversable (Products.Five.browser.tests.test_traversable)
Failed doctest test for Products.Five.browser.tests.test_traversable.test_traversable
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/browser/tests/test_traversable.py", line 27, in test_traversable
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/browser/tests/test_traversable.py", line 140, in Products.Five.browser.tests.test_traversable.test_traversable
Failed example:
print http(r'''
GET /test_folder_1_/traversable_folder/fancy HTTP/1.1
''')
Differences (ndiff with -expected +actual):
HTTP/1.1 200 OK
- ...
- <FancyContent at >
+ Content-Length: 78
+ Content-Type: text/plain; charset=iso-8859-15
+ <BLANKLINE>
+ <Products.Five.tests.testing.fancycontent.FancyAttribute object at 0xb61fe8cc>
/home/stefan/autotest/temp/python24-zope29/lib/python/Products/PageTemplates/PageTemplateFile.py:150: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
'\n'.join(self._v_errors))
/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Transience/Transience.py:802: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
error=sys.exc_info()
/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Transience/Transience.py:438: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
('Transient object container %s max subobjects '
/home/stefan/autotest/temp/python24-zope29/lib/python/Products/PythonScripts/PythonScript.py:212: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
LOG(self.meta_type, INFO, _log_complaint)
/home/stefan/autotest/temp/python24-zope29/lib/python/ZServer/datatypes.py:174: DeprecationWarning: The zLOG package is deprecated and will be removed in Zope 2.11. Use the Python logging module instead.
zLOG.LOG("Zope", zLOG.ERROR, msg)
Ran 4530 tests with 1 failures and 0 errors in 189.525 seconds.
FAILED (failures=1)
More information about the Zope-tests
mailing list