[cmf-tests] FAILED (failures=3, errors=4) : CMF-trunk Zope-trunk Python-2.6.6 : Linux
CMF Tests
cmf-tests at epy.co.at
Sat Aug 6 01:41:20 EDT 2011
CMF Tests : FAILED (failures=3, 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.092 seconds.
Ran 368 tests with 0 failures and 0 errors in 1.444 seconds.
Running Products.CMFCore.testing.FunctionalZCMLLayer tests:
Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.279 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.441 seconds.
Ran 20 tests with 0 failures and 0 errors in 1.568 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.018 seconds.
Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
Set up Products.CMFCore.testing.EventZCMLLayer in 0.001 seconds.
Failure in test test_deleteReplies (Products.CMFDefault.tests.test_Discussions.DiscussionTests)
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.CMFDefault/Products/CMFDefault/tests/test_Discussions.py", line 301, in test_deleteReplies
self.assertEqual(len(ctool), 4)
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: 6 != 4
Failure in test test_itemCataloguing (Products.CMFDefault.tests.test_Discussions.DiscussionTests)
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.CMFDefault/Products/CMFDefault/tests/test_Discussions.py", line 212, in test_itemCataloguing
% reply.getId()))
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 325, in failUnless
if not expr: raise self.failureException, msg
AssertionError
Ran 24 tests with 2 failures and 0 errors in 0.632 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 112 tests with 2 failures and 0 errors in 14.947 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 2 failures and 0 errors in 1.525 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 2 failures and 0 errors in 1.805 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.291 seconds.
Ran 51 tests with 2 failures and 0 errors in 8.683 seconds.
Running Products.CMFTopic.testing.FunctionalLayer tests:
Tear down Products.CMFDefault.testing.FunctionalLayer in 0.017 seconds.
Set up Products.CMFTopic.testing.FunctionalLayer in 0.200 seconds.
Ran 1 tests with 2 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 2 failures and 0 errors in 0.315 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.218 seconds.
Ran 40 tests with 2 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 2 failures and 0 errors in 0.649 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 0x50e05f0>, <logging.LogRecord instance at 0x401f758>, <logging.LogRecord instance at 0x4376518>, <logging.LogRecord instance at 0x4376758>] != None
Ran 553 tests with 3 failures and 4 errors in 3.181 seconds.
Tearing down left over layers:
Tear down zope.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1550 tests, 3 failures, 4 errors in 39.406 seconds.
FAILED (failures=3, errors=4)
More information about the cmf-tests
mailing list