[cmf-tests] FAILED (failures=1, errors=4) : CMF-trunk Zope-trunk Python-2.6.6 : Linux
CMF Tests
cmf-tests at epy.co.at
Tue Jul 12 01:33:58 EDT 2011
CMF Tests : FAILED (failures=1, errors=4)
CMF-trunk Zope-trunk Python-2.6.6 : Linux (x86_64)
Running ./bin/test
Running Testing.ZopeTestCase.layer.ZopeLite tests:
Set up Testing.ZopeTestCase.layer.ZopeLite in 0.091 seconds.
Ran 368 tests with 0 failures and 0 errors in 1.396 seconds.
Running Products.CMFCore.testing.FunctionalZCMLLayer tests:
Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.277 seconds.
Ran 52 tests with 0 failures and 0 errors in 0.114 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
Set up Products.CMFCalendar.testing.FunctionalLayer in 0.436 seconds.
Ran 20 tests with 0 failures and 0 errors in 1.597 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.019 seconds.
Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
Set up Products.CMFCore.testing.EventZCMLLayer in 0.001 seconds.
Ran 24 tests with 0 failures and 0 errors in 0.629 seconds.
Running Products.CMFCore.testing.ExportImportZCMLLayer tests:
Tear down Products.CMFCore.testing.EventZCMLLayer in 0.000 seconds.
Set up Products.CMFCore.testing.ExportImportZCMLLayer in 0.001 seconds.
Ran 110 tests with 0 failures and 0 errors in 14.265 seconds.
Running Products.CMFCore.testing.TraversingEventZCMLLayer tests:
Tear down Products.CMFCore.testing.ExportImportZCMLLayer in 0.000 seconds.
Set up Products.CMFCore.testing.TraversingEventZCMLLayer in 0.001 seconds.
Ran 35 tests with 0 failures and 0 errors in 1.518 seconds.
Running Products.CMFCore.testing.TraversingZCMLLayer tests:
Tear down Products.CMFCore.testing.TraversingEventZCMLLayer in 0.000 seconds.
Set up Products.CMFCore.testing.TraversingZCMLLayer in 0.001 seconds.
Ran 69 tests with 0 failures and 0 errors in 1.793 seconds.
Running Products.CMFDefault.testing.FunctionalLayer tests:
Tear down Products.CMFCore.testing.TraversingZCMLLayer in 0.000 seconds.
Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.237 seconds.
Set up Products.CMFDefault.testing.FunctionalLayer in 0.290 seconds.
Ran 50 tests with 0 failures and 0 errors in 8.404 seconds.
Running Products.CMFTopic.testing.FunctionalLayer tests:
Tear down Products.CMFDefault.testing.FunctionalLayer in 0.016 seconds.
Set up Products.CMFTopic.testing.FunctionalLayer in 0.201 seconds.
Ran 1 tests with 0 failures and 0 errors in 0.021 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
Tear down Products.CMFTopic.testing.FunctionalLayer in 0.018 seconds.
Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.002 seconds.
Set up Products.CMFUid.testing.UidEventZCMLLayer in 0.001 seconds.
Ran 12 tests with 0 failures and 0 errors in 0.316 seconds.
Running Products.DCWorkflow.testing.ExportImportZCMLLayer tests:
Tear down Products.CMFUid.testing.UidEventZCMLLayer in 0.000 seconds.
Set up Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.220 seconds.
Ran 40 tests with 0 failures and 0 errors in 0.809 seconds.
Running Products.GenericSetup.testing.ExportImportZCMLLayer tests:
Tear down Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.000 seconds.
Set up Products.GenericSetup.testing.ExportImportZCMLLayer in 0.092 seconds.
Ran 213 tests with 0 failures and 0 errors in 0.646 seconds.
Running zope.testrunner.layer.UnitTests tests:
Tear down Products.GenericSetup.testing.ExportImportZCMLLayer in 0.000 seconds.
Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Set up zope.testrunner.layer.UnitTests in 0.000 seconds.
Error in test test_basicPermissions (Products.CMFCore.tests.test_FSMetadata.FSMetadata)
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-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSMetadata.py", line 43, in test_basicPermissions
['Manager','Anonymous'])
File "/home/stefan/autotest/temp/python26-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSSecurity.py", line 51, in _checkSettings
% permissionname)
ValueError: 'Access contents information' not found in inherited permissions.
Error in test test_basicPermissionsOnFile (Products.CMFCore.tests.test_FSMetadata.FSMetadata)
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-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSMetadata.py", line 76, in test_basicPermissionsOnFile
['Manager','Anonymous'])
File "/home/stefan/autotest/temp/python26-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSSecurity.py", line 51, in _checkSettings
% permissionname)
ValueError: 'Access contents information' not found in inherited permissions.
Error in test test_basicPermissionsOnImage (Products.CMFCore.tests.test_FSMetadata.FSMetadata)
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-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSMetadata.py", line 61, in test_basicPermissionsOnImage
['Manager','Anonymous'])
File "/home/stefan/autotest/temp/python26-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSSecurity.py", line 51, in _checkSettings
% permissionname)
ValueError: 'Access contents information' not found in inherited permissions.
Error in test test_basicPermissions (Products.CMFCore.tests.test_FSSecurity.FSSecurityTests)
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-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSSecurity.py", line 73, in test_basicPermissions
'Access contents information', 0, [])
File "/home/stefan/autotest/temp/python26-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSSecurity.py", line 51, in _checkSettings
% permissionname)
ValueError: 'Access contents information' not found in inherited permissions.
Failure in test test_invalidPermissionNames (Products.CMFCore.tests.test_FSSecurity.FSSecurityTests)
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-zope214-cmf23/src/Products.CMFCore/Products/CMFCore/tests/test_FSSecurity.py", line 84, in test_invalidPermissionNames
self.assertEqual(self.logged, None)
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [<logging.LogRecord instance at 0x57f9bd8>, <logging.LogRecord instance at 0x652a098>, <logging.LogRecord instance at 0x5d71dd0>, <logging.LogRecord instance at 0x5d71f38>] != None
Ran 550 tests with 1 failures and 4 errors in 2.787 seconds.
Tearing down left over layers:
Tear down zope.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1544 tests, 1 failures, 4 errors in 37.984 seconds.
FAILED (failures=1, errors=4)
More information about the cmf-tests
mailing list