[Zope-tests] FAILED (failures=5) : Zope-2.9 Python-2.4.3 : Linux
Zope Unit Tests
zope-tests at epy.co.at
Wed Apr 5 21:13:15 EDT 2006
Zope Unit Tests : FAILED (failures=5)
Zope-2.9 Python-2.4.3 : Linux
Running /usr/local/python2.4/bin/python test.py -q --all
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/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)
/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))
Failure in test testAbsoluteUrl (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 46, in testAbsoluteUrl
self.assertEqual(m(), 'http://foo/folder/doc')
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/folder/doc' != 'http://foo/folder/doc'
Failure in test testTraverse0 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 98, in test
self.assertEqual(ob.absolute_url(), ubase + aup)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/folder/doc' != 'http://foo/folder/doc'
Failure in test testTraverse1 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 98, in test
self.assertEqual(ob.absolute_url(), ubase + aup)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/doc' != 'http://foo/doc'
Failure in test testTraverse2 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 98, in test
self.assertEqual(ob.absolute_url(), ubase + aup)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/foo/doc' != 'http://foo/foo/doc'
Failure in test testTraverse3 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
testMethod()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 98, in test
self.assertEqual(ob.absolute_url(), ubase + aup)
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
raise self.failureException, \
AssertionError: 'http://fred/foo/folder/doc' != 'http://foo/foo/folder/doc'
/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 4552 tests with 5 failures and 0 errors in 191.133 seconds.
FAILED (failures=5)
More information about the Zope-tests
mailing list