[Testbot] FAILED (failures=6) : Plone-3.0 Zope-2.10 Python-2.4.4

plone.* Tests plone-tests at epy.co.at
Mon Sep 1 03:43:06 UTC 2008


plone.* Tests : FAILED (failures=6)
Plone-3.0 Zope-2.10 Python-2.4.4

Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope210/test.py -q -1 --config-file etc/zope.conf --package plone
Installing CMFCore ... done (0.730s)
Installing CMFDefault ... done (0.318s)
Installing CMFCalendar ... done (0.053s)
Installing CMFTopic ... done (0.038s)
Installing DCWorkflow ... done (0.070s)
Installing CMFActionIcons ... done (0.028s)
Installing CMFQuickInstallerTool ... done (0.087s)
Installing CMFFormController ... done (0.518s)
Installing GroupUserFolder ... done (0.593s)
Installing ZCTextIndex ... done (0.089s)
Installing CMFPlone ... done (3.156s)
Installing Archetypes ... done (0.148s)
Installing ATContentTypes ... done (0.056s)
Installing ATReferenceBrowserWidget ... done (0.018s)
Installing CMFDynamicViewFTI ... done (0.016s)
Installing ExternalEditor ... done (0.020s)
Installing ExtendedPathIndex ... done (0.020s)
Installing ResourceRegistries ... done (0.018s)
Installing SecureMailHost ... done (0.018s)
Installing CMFPlacefulWorkflow ... done (0.019s)
Installing PasswordResetTool ... done (0.023s)
Installing PluggableAuthService ... done (0.029s)
Installing PluginRegistry ... done (0.023s)
Installing PlonePAS ... done (0.029s)
Installing kupu ... done (0.676s)
Installing CMFEditions ... done (0.035s)
Installing CMFDiffTool ... done (0.027s)
Installing PloneLanguageTool ... done (0.031s)
Parsing /home/stefan/autotest/temp/python24-zope210-cmf21-plone30/etc/zope.conf
Running unit tests:
  Ran 309 tests with 0 failures and 0 errors in 6.077 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.897 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.239 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 7.984 seconds.


Failure in test testConstrainTypes (plone.app.contentmenu.tests.TestFactoriesMenu)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentmenu/tests.py", line 232, in testConstrainTypes
    self.assertEqual(actions[1]['extra']['id'], '_settings')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'settings' != '_settings'



Failure in test testMoreIncluded (plone.app.contentmenu.tests.TestFactoriesMenu)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentmenu/tests.py", line 251, in testMoreIncluded
    self.failUnless('_more' in [a['extra']['id'] for a in actions])
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError



Failure in test testMoreNotIncludedWhenNotNecessary (plone.app.contentmenu.tests.TestFactoriesMenu)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentmenu/tests.py", line 262, in testMoreNotIncludedWhenNotNecessary
    self.assertEqual(actions[1]['extra']['id'], '_settings')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'settings' != '_settings'



Failure in test testSettingsIncluded (plone.app.contentmenu.tests.TestFactoriesMenu)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentmenu/tests.py", line 236, in testSettingsIncluded
    self.assertEqual(actions[-1]['extra']['id'], '_settings')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'settings' != '_settings'



Failure in test testAddMenuWithNothingToAddButWithAvailableConstrainSettings (plone.app.contentmenu.tests.TestContentMenu)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentmenu/tests.py", line 419, in testAddMenuWithNothingToAddButWithAvailableConstrainSettings
    self.assertEqual(factoriesMenuItem['submenu'][0]['extra']['id'], '_settings')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'settings' != '_settings'



Failure in test testAddMenuWithNothingToAddButWithAvailableMorePage (plone.app.contentmenu.tests.TestContentMenu)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentmenu/tests.py", line 429, in testAddMenuWithNothingToAddButWithAvailableMorePage
    self.assertEqual(factoriesMenuItem['submenu'][0]['extra']['id'], '_more')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'more' != '_more'

  Ran 699 tests with 6 failures and 0 errors in 235.469 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.014 seconds.
  Ran 13 tests with 0 failures and 0 errors in 3.256 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 5.801 seconds.
  Ran 111 tests with 0 failures and 0 errors in 67.706 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.245 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.752 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.020 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 15 tests with 0 failures and 0 errors in 0.141 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.698 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 7.509 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.033 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.185 seconds.
Tearing down left over layers:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.706 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.012 seconds.
Total: 1188 tests, 6 failures, 0 errors

FAILED (failures=6)




More information about the Testbot mailing list