[Testbot] FAILED (failures=4) : Plone-3.2 Zope-2.11 Python-2.4.5

plone.* Tests plone-tests at epy.co.at
Fri Dec 12 05:20:07 UTC 2008


plone.* Tests : FAILED (failures=4)
Plone-3.2 Zope-2.11 Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package plone --module !plone.recipe
/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.protect/plone/protect/tests/testAuthenticator.py:11: DeprecationWarning: AuthenticateForm: Please use the plone.protect.protect decorator
  from plone.protect.authenticator import AuthenticateForm
Running unit tests:
  Ran 372 tests with 0 failures and 0 errors in 7.004 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.085 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.613 seconds.
  Ran 38 tests with 0 failures and 0 errors in 0.231 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 9.179 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt
Failed doctest test for foldercontents.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 238, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[60]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 626, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.layout/plone/app/layout/sitemap/tests/sitemap.txt
Failed doctest test for sitemap.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.layout/plone/app/layout/sitemap/tests/sitemap.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.layout/plone/app/layout/sitemap/tests/sitemap.txt", line 21, in sitemap.txt
Failed example:
    self.browser.open('http://nohost/plone/sitemap.xml.gz')
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 404: Not Found
Got:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest sitemap.txt[2]>", line 1, in ?
        self.browser.open('http://nohost/plone/sitemap.xml.gz')
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    httperror_seek_wrapper: HTTP Error 404: Not Found

  Ran 767 tests with 2 failures and 0 errors in 4 minutes 12.740 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.004 seconds.
  Ran 6 tests with 0 failures and 0 errors in 6.215 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.000 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt
Failed doctest test for testBrowserLayers.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt", line 26, in testBrowserLayers.txt
Failed example:
    browser.open('http://nohost/plone/@@layer-test-view')
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 404: Not Found
Got:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testBrowserLayers.txt[11]>", line 1, in ?
        browser.open('http://nohost/plone/@@layer-test-view')
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    httperror_seek_wrapper: HTTP Error 404: Not Found

  Ran 27 tests with 1 failures and 0 errors in 50.210 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Tear down plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.026 seconds.
  Ran 13 tests with 0 failures and 0 errors in 2.887 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.253 seconds.
  Ran 115 tests with 0 failures and 0 errors in 1 minutes 5.722 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.487 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.014 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.188 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.850 seconds.
  Ran 11 tests with 0 failures and 0 errors in 5.282 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 0.000 seconds.
  Tear down plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.628 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.017 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.122 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.894 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 8.659 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.028 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.browserlayer/plone/browserlayer/README.txt
Failed doctest test for README.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.browserlayer/plone/browserlayer/README.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.browserlayer/plone/browserlayer/README.txt", line 64, in README.txt
Failed example:
    browser.open(self.portal.absolute_url() + '/@@layer-test-view')
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 404: Not Found
Got:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[5]>", line 1, in ?
        browser.open(self.portal.absolute_url() + '/@@layer-test-view')
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    httperror_seek_wrapper: HTTP Error 404: Not Found

  Ran 9 tests with 1 failures and 0 errors in 1.832 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.000 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.018 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.170 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.592 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.011 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 1384 tests, 4 failures, 0 errors in 7 minutes 19.693 seconds.

FAILED (failures=4)




More information about the Testbot mailing list