[cmf-tests] FAILED (failures=5, errors=4) : CMF-trunk Zope-trunk Python-2.6.6 : Linux
CMF Tests
cmf-tests at epy.co.at
Sat Jul 16 01:36:15 EDT 2011
CMF Tests : FAILED (failures=5, 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.089 seconds.
Ran 368 tests with 0 failures and 0 errors in 1.395 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.433 seconds.
Ran 20 tests with 0 failures and 0 errors in 1.590 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.626 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 2 failures and 0 errors in 14.175 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.513 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.785 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.234 seconds.
Set up Products.CMFDefault.testing.FunctionalLayer in 0.289 seconds.
Ran 50 tests with 2 failures and 0 errors in 8.374 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.199 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.017 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.314 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.217 seconds.
Ran 40 tests with 2 failures and 0 errors in 0.806 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.091 seconds.
Ran 213 tests with 2 failures and 0 errors in 0.643 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 0x5ac76c8>, <logging.LogRecord instance at 0x4ec37a0>, <logging.LogRecord instance at 0x59e6248>, <logging.LogRecord instance at 0x53a0f80>] != None
Failure in test test_getId_on_old_File_instance (Products.CMFDefault.tests.test_File.FileTests)
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_File.py", line 62, in test_getId_on_old_File_instance
self.assertEqual(file.getId(), 'testfile')
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: <bound method File.id of <Products.CMFDefault.File.File object at 0x584e2a8>> != 'testfile'
Failure in test test_getId_on_old_Image_instance (Products.CMFDefault.tests.test_Image.TestImageElement)
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_Image.py", line 78, in test_getId_on_old_Image_instance
self.assertEqual(image.getId(), 'testimage')
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: <bound method Image.id of <Acquisition.ImplicitAcquisitionWrapper object at 0x56e6c30>> != 'testimage'
Ran 552 tests with 5 failures and 4 errors in 3.278 seconds.
Tearing down left over layers:
Tear down zope.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1546 tests, 5 failures, 4 errors in 38.303 seconds.
FAILED (failures=5, errors=4)
More information about the cmf-tests
mailing list