[cmf-tests] FAILED (failures=3) : CMF-trunk Zope-2.12 Python-2.6.5 : Linux
CMF Tests
cmf-tests at epy.co.at
Sun Oct 3 21:54:31 EDT 2010
CMF Tests : FAILED (failures=3)
CMF-trunk Zope-2.12 Python-2.6.5 : Linux (x86_64)
Running /usr/local/python2.6/bin/python ./bin/test
Running Testing.ZopeTestCase.layer.ZopeLite tests:
Set up Testing.ZopeTestCase.layer.ZopeLite in 0.146 seconds.
Ran 371 tests with 0 failures and 0 errors in 2.247 seconds.
Running Products.CMFCore.testing.FunctionalZCMLLayer tests:
Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.224 seconds.
Ran 55 tests with 0 failures and 0 errors in 0.117 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
Set up Products.CMFCalendar.testing.FunctionalLayer in 0.391 seconds.
Ran 20 tests with 0 failures and 0 errors in 1.470 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.
Ran 24 tests with 0 failures and 0 errors in 0.596 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 104 tests with 0 failures and 0 errors in 10.395 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 15 tests with 0 failures and 0 errors in 0.484 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.650 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.185 seconds.
Set up Products.CMFDefault.testing.FunctionalLayer in 0.260 seconds.
Ran 50 tests with 0 failures and 0 errors in 8.459 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.195 seconds.
Ran 1 tests with 0 failures and 0 errors in 0.023 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 0 failures and 0 errors in 0.318 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.174 seconds.
Ran 38 tests with 0 failures and 0 errors in 0.711 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.084 seconds.
Ran 212 tests with 0 failures and 0 errors in 0.644 seconds.
Running zope.testing.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.testing.testrunner.layer.UnitTests in 0.000 seconds.
Failure in test test_handle_disable (Products.CMFDefault.browser.admin.tests.test_syndication.FolderSyndicationTests)
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-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/admin/tests/test_syndication.py", line 172, in test_handle_disable
self.assertEqual(view.status, u"Syndication disabled")
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: u'Syndication disabled for' != u'Syndication disabled'
Failure in test test_handle_enable (Products.CMFDefault.browser.admin.tests.test_syndication.FolderSyndicationTests)
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-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/admin/tests/test_syndication.py", line 161, in test_handle_enable
self.assertEqual(view.status, u"Syndication enabled")
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: u'Syndication enabled for ' != u'Syndication enabled'
Failure in test test_handle_update (Products.CMFDefault.browser.admin.tests.test_syndication.FolderSyndicationTests)
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-zope212-cmf23/src/Products.CMFDefault/Products/CMFDefault/browser/admin/tests/test_syndication.py", line 183, in test_handle_update
self.assertEqual(view.status, u"Syndication updated")
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: u'Syndication updated for' != u'Syndication updated'
Ran 531 tests with 3 failures and 0 errors in 1.244 seconds.
Tearing down left over layers:
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1502 tests, 3 failures, 0 errors in 31.944 seconds.
FAILED (failures=3)
More information about the cmf-tests
mailing list