[Testbot] FAILED (failures=4) : Plone-trunk Zope-trunk Python-2.5.2

plone.* Tests plone-tests at epy.co.at
Sun Jan 25 05:32:50 UTC 2009


plone.* Tests : FAILED (failures=4) 
Plone-trunk Zope-trunk Python-2.5.2

Running /usr/local/python2.5/bin/python ./bin/test --package plone --module !plone.recipe
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.vocabularies/plone/app/vocabularies/catalog.py:5: DeprecationWarning: ITerms is deprecated. It has moved to zope.browser.interfaces This reference will be gone sometimes.
  from zope.app.form.browser.interfaces import ISourceQueryView, ITerms
GenericCache not found; tests skipped
/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.protect/plone/protect/tests/testAuthenticator.py:10: DeprecationWarning: AuthenticateForm: Please use the plone.protect.protect decorator
  from plone.protect.authenticator import AuthenticateForm
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 2.323 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 4.907 seconds.
  Ran 34 tests with 0 failures and 0 errors in 0.752 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/utils.py:502: DeprecationWarning: raising a string exception is deprecated
  action ='./manage_main',)
 in 7.393 seconds.


Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt
Failed doctest test for mail.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt", line 64, in mail.txt
Failed example:
    mailhost.smtp_userid
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest mail.txt[24]>", line 1, in <module>
        mailhost.smtp_userid
    AttributeError: smtp_userid
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt", line 67, in mail.txt
Failed example:
    mailhost.smtp_pass
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest mail.txt[25]>", line 1, in <module>
        mailhost.smtp_pass
    AttributeError: smtp_pass



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.workflow/plone/app/workflow/tests/onestateworkflow.txt
Failed doctest test for onestateworkflow.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.workflow/plone/app/workflow/tests/onestateworkflow.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.workflow/plone/app/workflow/tests/onestateworkflow.txt", line 15, in onestateworkflow.txt
Failed example:
    self.portal.error_log._ignored_exceptions = ()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest onestateworkflow.txt[4]>", line 1, in <module>
        self.portal.error_log._ignored_exceptions = ()
    AttributeError: error_log



Failure in test /home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.workflow/plone/app/workflow/tests/sharingpage.txt
Failed doctest test for sharingpage.txt
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.workflow/plone/app/workflow/tests/sharingpage.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.workflow/plone/app/workflow/tests/sharingpage.txt", line 16, in sharingpage.txt
Failed example:
    self.portal.error_log._ignored_exceptions = ()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest sharingpage.txt[4]>", line 1, in <module>
        self.portal.error_log._ignored_exceptions = ()
    AttributeError: error_log



Failure in test test_remap_to_default (plone.app.workflow.tests.test_remap.TestRemapWorkflow)
Traceback (most recent call last):
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python25-zope212-cmf22-plone40/src/plone.app.workflow/plone/app/workflow/tests/test_remap.py", line 94, in test_remap_to_default
    self.assertEquals(self._chain(self.portal.i1), ('simple_publication_workflow',))
  File "/usr/local/python2.5/lib/python2.5/unittest.py", line 334, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: ('plone_workflow',) != ('simple_publication_workflow',)

  Ran 848 tests with 4 failures and 0 errors in 5 minutes 39.689 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.003 seconds.
  Ran 6 tests with 0 failures and 0 errors in 6.257 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.
  Ran 27 tests with 0 failures and 0 errors in 1 minutes 19.218 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.195 seconds.
  Ran 13 tests with 0 failures and 0 errors in 3.011 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 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.055 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.834 seconds.
  Ran 11 tests with 0 failures and 0 errors in 5.103 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.455 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.021 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.121 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.062 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.985 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 6.867 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.034 seconds.
  Ran 9 tests with 0 failures and 0 errors in 1.268 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.039 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.141 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.655 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 375 tests with 0 failures and 0 errors in 5.683 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1349 tests, 4 failures, 0 errors in 8 minutes 1.856 seconds.

FAILED (failures=4) 




More information about the Testbot mailing list