[Zope-tests] FAILED : Zope-2_9-branch Python-2.4.2 : Linux
Zope Unit Tests
zope-tests at epy.co.at
Sat Jan 14 21:10:40 EST 2006
Zope Unit Tests : FAILED
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/App/ImageFile.py:21: DeprecationWarning: Using OFS.content_types is deprecated (will be removed in Zope 2.11). Instead use zope.app.contenttypes.
from OFS.content_types import guess_content_type
Test-module import failures:
Module: AccessControl.tests.testAcquisition
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testAcquisition.py", line 25, in ?
Zope2.startup()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 47, in startup
_startup()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/App/startup.py", line 70, in startup
DB = ZODB.DB(m.Storage, databases=dbtab.databases)
AttributeError: 'NoneType' object has no attribute 'databases'
Module: Interface.tests.test_bridge
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_absoluteurl
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_adding
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_defaultview
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_i18n
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_menu
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_pages
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_recurse
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_resource
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_skin
TypeError: 'NoneType' object is not callable
Module: Products.Five.browser.tests.test_traversable
TypeError: 'NoneType' object is not callable
Module: Products.Five.form.tests.test_forms
TypeError: 'NoneType' object is not callable
Module: Products.Five.site.tests.test_functional
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/site/tests/test_functional.py", line 28, in ?
from Products.Five.site.tests.dummy import IDummyUtility
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/site/tests/dummy.py", line 20, in ?
from Products.Five.tests.testing import FiveTraversableFolder
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/tests/testing/__init__.py", line 18, in ?
from Products.Five.tests.testing.restricted import RestrictedPythonTestCase
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/tests/testing/restricted.py", line 22, in ?
from Testing.ZopeTestCase import ZopeTestCase
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Testing/ZopeTestCase/__init__.py", line 18, in ?
import ZopeLite as Zope2
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Testing/ZopeTestCase/ZopeLite.py", line 136, in ?
_theApp = Zope2.app()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Module: Products.Five.site.tests.test_localsite
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/site/tests/test_localsite.py", line 24, in ?
from Testing import ZopeTestCase
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Testing/ZopeTestCase/__init__.py", line 18, in ?
import ZopeLite as Zope2
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Testing/ZopeTestCase/ZopeLite.py", line 136, in ?
_theApp = Zope2.app()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Module: Products.Five.site.tests.test_sitemanager
TypeError: 'NoneType' object is not callable
Module: Products.Five.site.tests.test_utility
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/site/tests/test_utility.py", line 25, in ?
from Testing import ZopeTestCase
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Testing/ZopeTestCase/__init__.py", line 18, in ?
import ZopeLite as Zope2
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Testing/ZopeTestCase/ZopeLite.py", line 136, in ?
_theApp = Zope2.app()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Module: Products.Five.skin.tests.test_standardmacros
TypeError: 'NoneType' object is not callable
Module: Products.Five.tests.test_bridge
TypeError: 'NoneType' object is not callable
Module: Products.Five.tests.test_directives
TypeError: 'NoneType' object is not callable
Module: Products.Five.tests.test_i18n
TypeError: 'NoneType' object is not callable
Module: Products.Five.tests.test_registerclass
TypeError: 'NoneType' object is not callable
Module: Products.Five.tests.test_security
TypeError: 'NoneType' object is not callable
Module: Products.Five.tests.test_size
TypeError: 'NoneType' object is not callable
Module: Products.Five.tests.test_viewable
TypeError: 'NoneType' object is not callable
Module: Products.Five.utilities.browser.tests.test_marker
TypeError: 'NoneType' object is not callable
Running unit tests:
Error in test testAllowAccessToUser (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testAuthenticate (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testDenyAccessToAnonymous (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testGetBadUser (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testGetBadUserById (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testGetRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testGetRolesInContext (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testGetUser (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testGetUserById (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testGetUserNames (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testGetUsers (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testHasLocalRole (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testHasLocalRolePermission (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testHasPermission (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testHasRole (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testIdentify (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testMaxListUsers (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testNotValidateWithEmptyRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testNotValidateWithWrongRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testNotValidateWithoutAuth (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testValidate (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testValidateWithoutRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test test__doAddUser_with_not_yet_encrypted_passwords (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test test__doAddUser_with_preencrypted_passwords (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test test_z3interfaces (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
/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)
Error in test testAddWithParams (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 20, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testAddWithRequest (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 20, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testAddWithRequestButNoFile (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 20, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testAddWithoutParams (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 20, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
/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))
Error in test testAbsoluteUrl (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testAbsoluteUrlPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testPhysicalPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testTraverse0 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testTraverse1 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testTraverse2 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testTraverse3 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testTraverse4 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testTraverse5 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testTraverse6 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testTraverse7 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testVirtualUrlPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testCleanup (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testForgetException (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testIgnoredException (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testInstantiation (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
Error in test testSimpleException (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
self.setUp()
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
self.app = makerequest(Zope2.app())
File "/home/stefan/autotest/temp/python24-zope29/lib/python/Zope2/__init__.py", line 52, in app
return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable
/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/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 '
/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 4175 tests with 0 failures and 46 errors in 170.690 seconds.
Test-modules with import problems:
AccessControl.tests.testAcquisition
Interface.tests.test_bridge
Products.Five.browser.tests.test_absoluteurl
Products.Five.browser.tests.test_adding
Products.Five.browser.tests.test_defaultview
Products.Five.browser.tests.test_i18n
Products.Five.browser.tests.test_menu
Products.Five.browser.tests.test_pages
Products.Five.browser.tests.test_recurse
Products.Five.browser.tests.test_resource
Products.Five.browser.tests.test_skin
Products.Five.browser.tests.test_traversable
Products.Five.form.tests.test_forms
Products.Five.site.tests.test_functional
Products.Five.site.tests.test_localsite
Products.Five.site.tests.test_sitemanager
Products.Five.site.tests.test_utility
Products.Five.skin.tests.test_standardmacros
Products.Five.tests.test_bridge
Products.Five.tests.test_directives
Products.Five.tests.test_i18n
Products.Five.tests.test_registerclass
Products.Five.tests.test_security
Products.Five.tests.test_size
Products.Five.tests.test_viewable
Products.Five.utilities.browser.tests.test_marker
FAILED
More information about the Zope-tests
mailing list