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

plone.* Tests plone-tests at epy.co.at
Mon Jul 7 04:28:19 UTC 2008


plone.* Tests : FAILED (failures=2, errors=2)
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.523s)
Installing CMFDefault ... done (0.301s)
Installing CMFCalendar ... done (0.052s)
Installing CMFTopic ... done (0.038s)
Installing DCWorkflow ... done (0.070s)
Installing CMFActionIcons ... done (0.029s)
Installing CMFQuickInstallerTool ... done (0.086s)
Installing CMFFormController ... done (0.524s)
Installing GroupUserFolder ... done (0.590s)
Installing ZCTextIndex ... done (0.139s)
Installing CMFPlone ... done (3.468s)
Installing Archetypes ... done (0.146s)
Installing ATContentTypes ... done (0.055s)
Installing ATReferenceBrowserWidget ... done (0.018s)
Installing CMFDynamicViewFTI ... done (0.016s)
Installing ExternalEditor ... done (0.044s)
Installing ExtendedPathIndex ... done (0.021s)
Installing ResourceRegistries ... done (0.017s)
Installing SecureMailHost ... done (0.018s)
Installing CMFPlacefulWorkflow ... done (0.019s)
Installing PasswordResetTool ... done (0.024s)
Installing PluggableAuthService ... done (0.029s)
Installing PluginRegistry ... done (0.023s)
Installing PlonePAS ... done (0.028s)
Installing kupu ... done (0.693s)
Installing CMFEditions ... done (0.035s)
Installing CMFDiffTool ... done (0.029s)
Installing PloneLanguageTool ... done (0.028s)
Parsing /home/stefan/autotest/temp/python24-zope210-cmf21-plone30/etc/zope.conf
Running unit tests:
  Ran 307 tests with 0 failures and 0 errors in 8.185 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 7.570 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.355 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 15.586 seconds.


Error in test testDisplayMenuDisabledIfIndexHtmlInFolder (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 389, in testDisplayMenuDisabledIfIndexHtmlInFolder
    displayMenuItem = [i for i in items if i['extra']['id'] == 'plone-contentmenu-display'][0]
IndexError: list index out of range



Error in test testDisplayMenuDisabledIfIndexHtmlInFolderAndContextIsIndexHtml (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 395, in testDisplayMenuDisabledIfIndexHtmlInFolderAndContextIsIndexHtml
    displayMenuItem = [i for i in items if i['extra']['id'] == 'plone-contentmenu-display'][0]
IndexError: list index out of range



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentrules/tests/simplepublish.txt
Failed doctest test for simplepublish.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 77, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[44]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 81, in simplepublish.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/news/my-news-item'
    ?                      -----
    + 'http://nohost/plone/my-news-item'

  Ran 698 tests with 1 failures and 2 errors in 327.664 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.040 seconds.
  Ran 13 tests with 0 failures and 0 errors in 3.229 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.807 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt
Failed doctest test for testRenamingReferencedItem.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 44, in testRenamingReferencedItem.txt
Failed example:
    browser.getLink('doc2').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testRenamingReferencedItem.txt[19]>", line 1, in ?
        browser.getLink('doc2').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 404: Not Found

  Ran 111 tests with 1 failures and 0 errors in 65.057 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.243 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.748 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.027 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.140 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.675 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 8.726 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.043 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.178 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.703 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.012 seconds.
Total: 1185 tests, 2 failures, 2 errors

FAILED (failures=2, errors=2)




More information about the Testbot mailing list