[Zope-tests] FAILED (errors=60) : Zope-trunk Python-2.6.4 : Linux
Zope Tests
zope-tests at epy.co.at
Sun Apr 4 21:37:21 EDT 2010
Zope Tests : FAILED (errors=60)
Zope-trunk Python-2.6.4 : Linux (x86_64)
Running /usr/local/python2.6/bin/python ./bin/test --all
Running OFS.tests.testCopySupportEvents.EventLayer tests:
Set up OFS.tests.testCopySupportEvents.EventLayer in 0.061 seconds.
Ran 14 tests with 0 failures and 0 errors in 0.046 seconds.
Running OFS.tests.testCopySupportHooks.HookLayer tests:
Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.000 seconds.
Set up OFS.tests.testCopySupportHooks.HookLayer in 0.059 seconds.
Ran 14 tests with 0 failures and 0 errors in 0.045 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
Tear down OFS.tests.testCopySupportHooks.HookLayer in 0.000 seconds.
Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/config.py:686: UserWarning: The set_schema option of the <require /> directive is not supported in Zope 2. Ignored for AccessControl.tests.testZCML.Dummy3
actions = self.handler(context, **args)
/home/stefan/autotest/temp/python26-zope213/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/config.py:686: UserWarning: The set_attribute option of the <require /> directive is not supported in Zope 2. Ignored for AccessControl.tests.testZCML.Dummy4
actions = self.handler(context, **args)
Ran 244 tests with 0 failures and 0 errors in 3.843 seconds.
Running Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer tests:
Set up Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.094 seconds.
Ran 16 tests with 0 failures and 0 errors in 0.175 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
Tear down Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.001 seconds.
Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
Ran 18 tests with 0 failures and 0 errors in 0.030 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
Ran 2 tests with 0 failures and 0 errors in 0.005 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Error in test test_install_browser_id_manager (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_cp_and_products (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_errorlog (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_inituser (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_products (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 204, in test_install_products
i.install_products()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 492, in install_products
return install_products(app)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 512, in install_products
products = get_products()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 540, in get_products
for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_products (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_required_roles (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_session_data_manager (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_standards (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 210, in test_install_standards
i.install_products() # required
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 492, in install_products
return install_products(app)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 512, in install_products
products = get_products()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 540, in get_products
for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_standards (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_tempfolder_and_sdc (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_tempfolder_and_sdc_status (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_tempfolder_and_sdc_unlimited_sessions (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_virtual_hosting (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_empty_dir_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 129, in test_empty_dir_on_products_path_is_not_product
self.configure(cfg)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 103, in configure
handleConfig(conf, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_empty_dir_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 89, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_file_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 141, in test_file_on_products_path_is_not_product
self.configure(cfg)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 103, in configure
handleConfig(conf, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_file_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 89, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_get_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 120, in test_get_products
self.configure(cfg)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 103, in configure
handleConfig(conf, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_get_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 89, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_import_product_throws (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 171, in test_import_product_throws
self.configure(cfg)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 103, in configure
handleConfig(conf, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_import_product_throws (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 89, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_import_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 160, in test_import_products
self.configure(cfg)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 103, in configure
handleConfig(conf, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_import_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 89, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 191, in test_install_product
self.configure(cfg)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 103, in configure
handleConfig(conf, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 89, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 221, in test_install_products
self.configure(cfg)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 103, in configure
handleConfig(conf, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_install_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 89, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_multiple_product_paths (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 151, in test_multiple_product_paths
self.configure(cfg)
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 103, in configure
handleConfig(conf, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_multiple_product_paths (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testProductInit.py", line 89, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
/home/stefan/autotest/temp/python26-zope213/src/OFS/tests/testRanges.py:182: DeprecationWarning: the multifile module has been deprecated since Python 2.5
from multifile import MultiFile
Error in test testGetMountPoint (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
self.setUp()
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
products = get_products()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 540, in get_products
for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test testRead (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
self.setUp()
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
products = get_products()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 540, in get_products
for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test testWrite (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
self.setUp()
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
products = get_products()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 540, in get_products
for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_close (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
self.setUp()
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
products = get_products()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 540, in get_products
for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_manage_getMountStatus (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
self.setUp()
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
File "/home/stefan/autotest/temp/python26-zope213/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
products = get_products()
File "/home/stefan/autotest/temp/python26-zope213/src/OFS/Application.py", line 540, in get_products
for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test testConfigureInterpreter (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testDropPrivileges (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testMakeLockFile (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testMakePidFile (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testSetupConfiguredLoggers (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testSetupLocale (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testSetupServers (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testSetupStartupHandler (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testSetupZServerThreads (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test testZopeRunConfigure (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 386, in testZopeRunConfigure
configure(fname)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/run.py", line 31, in configure
opts = _setconfig(configfile)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/run.py", line 50, in _setconfig
handlers.handleConfig(opts.configroot, opts.confighandlers)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test testZopeRunConfigure (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_access_and_trace_logs (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_cgi_environment (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_dns_resolver (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_environment (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_load_config_template (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_ms_author_via (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 118, in test_ms_author_via
handleConfig(None, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_ms_author_via (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_ms_public_header (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 140, in test_ms_public_header
handleConfig(None, handler)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 204, in handleConfig
return multihandler(handlers)
File "/home/stefan/autotest/temp/python26-zope213/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
f(value)
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/handlers.py", line 167, in root_handler
for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'
Error in test test_ms_public_header (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_path (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_zodb_db (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_behavior (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_warnfilter.py", line 56, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_warn_action (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_warnfilter.py", line 56, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
Error in test test_warn_category (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
self.tearDown()
File "/home/stefan/autotest/temp/python26-zope213/src/Zope2/Startup/tests/test_warnfilter.py", line 56, in tearDown
Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'
/home/stefan/autotest/temp/python26-zope213/src/zExceptions/tests/test___init__.py:26: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
return upgradeException(t, v)
Ran 1838 tests with 0 failures and 60 errors in 48.064 seconds.
Tearing down left over layers:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 2146 tests, 0 failures, 60 errors in 53.224 seconds.
FAILED (errors=60)
More information about the Zope-tests
mailing list