[Testbot] FAILED (failures=3) : Plone-3.1 Zope-2.10 Python-2.4.5

plone.* Tests plone-tests at epy.co.at
Thu Jan 15 05:40:15 UTC 2009


plone.* Tests : FAILED (failures=3) 
Plone-3.1 Zope-2.10 Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package plone --module !plone.recipe
Installing CMFCore ... done (0.443s)
Installing CMFDefault ... done (0.297s)
Installing CMFCalendar ... done (0.045s)
Installing CMFTopic ... done (0.251s)
Installing DCWorkflow ... done (0.056s)
Installing CMFActionIcons ... done (0.032s)
Installing CMFQuickInstallerTool ... done (0.172s)
Installing CMFFormController ... done (0.666s)
Installing GroupUserFolder ... done (0.464s)
Installing ZCTextIndex ... done (0.308s)
Installing CMFPlone ... done (3.575s)
Installing Archetypes ... done (0.140s)
Installing ATContentTypes ... done (0.296s)
Installing ATReferenceBrowserWidget ... done (0.016s)
Installing CMFDynamicViewFTI ... done (0.014s)
Installing ExternalEditor ... done (0.017s)
Installing ExtendedPathIndex ... done (0.018s)
Installing ResourceRegistries ... done (0.015s)
Installing SecureMailHost ... done (0.015s)
Installing CMFPlacefulWorkflow ... done (0.062s)
Installing PasswordResetTool ... done (0.019s)
Installing PluggableAuthService ... /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/parts/productdistros/GenericSetup/registry.py:744: DeprecationWarning: Version for profile PluggableAuthService:simple taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml.
  DeprecationWarning)
/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/parts/productdistros/GenericSetup/registry.py:744: DeprecationWarning: Version for profile PluggableAuthService:empty taken from version.txt. This is deprecated behaviour and will be removed in GenericSetup 1.5: please specify the version in metadata.xml.
  DeprecationWarning)
done (0.024s)
Installing PluginRegistry ... done (0.020s)
Installing PlonePAS ... done (0.026s)
Installing kupu ... done (0.307s)
Installing CMFEditions ... done (0.029s)
Installing CMFDiffTool ... done (0.024s)
Installing PloneLanguageTool ... done (0.025s)
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/testrunner.py:1251: DeprecationWarning: Non-ASCII character '\xc3' in file /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py on line 172, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  __import__(name)
Running unit tests:


Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.form/plone/app/form/kss/formlib_kss.txt
Failed doctest test for formlib_kss.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.form/plone/app/form/kss/formlib_kss.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.form/plone/app/form/kss/formlib_kss.txt", line 75, in formlib_kss.txt
Failed example:
    view.validate_input(formname=u'edit', fieldname=u'form.title', value='Title')
Expected:
    [{'selectorType': 'css', 
      'params': {}, 
      'name': 'clearChildNodes', 
      'selector': u'#formfield-form-title div.fieldErrorBox'}, 
     {'selectorType': 'htmlid', 
      'params': {'value': u'error'}, 
      'name': 'removeClass', 
      'selector': u'formfield-form-title'}, 
     {'selectorType': 'css', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 
      'selector': '.portalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'html': u'<![CDATA[<dt>info</dt><dd></dd>]]>', 'withKssSetup': u'True'}, 
      'name': 'replaceInnerHTML', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'name': u'class', 'value': u'portalMessage info'}, 
      'name': 'setAttribute', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 'selector': 'kssPortalMessage'}]
Got:
    [{'selectorType': 'css', 'params': {}, 'name': 'clearChildNodes', 'selector': u'#formfield-form-title div.fieldErrorBox'}, {'selectorType': 'htmlid', 'params': {'value': u'error'}, 'name': 'removeClass', 'selector': u'formfield-form-title'}, {'selectorType': 'css', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': '.portalMessage'}, {'selectorType': 'htmlid', 'params': {'html': u'<![CDATA[<dt>Info</dt><dd></dd>]]>', 'withKssSetup': u'True'}, 'name': 'replaceInnerHTML', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'class', 'value': u'portalMessage info'}, 'name': 'setAttribute', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': 'kssPortalMessage'}]
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.form/plone/app/form/kss/formlib_kss.txt", line 150, in formlib_kss.txt
Failed example:
    view.begin(formname=u'edit', fieldname=u'form.title')
Expected:
    [{'selectorType': 'css', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 
      'selector': '.portalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'html': u'<![CDATA[<dt>info</dt><dd></dd>]]>', 'withKssSetup': u'True'}, 
      'name': 'replaceInnerHTML', 
      'selector': 'kssPortalMessage'},
     {'selectorType': 'htmlid', 
      'params': {'name': u'class', 'value': u'portalMessage info'}, 
      'name': 'setAttribute', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'value': u'hiddenStructure'}, 
      'name': 'addClass', 'selector': u'title-display'}, 
     {'selectorType': 'htmlid', 
      'params': {'html':  u'<![CDATA[<form id="title-form" class="formlibInlineForm enableUnloadProtection kssattr-fieldname-title kssattr-structure-false">\n<div class="field kssattr-fieldname-form.title" id="formfield-form-title">\n<div class="fieldErrorBox"></div>\n<div class="widget formlibInlineValidation"><input class="textType" id="form.title" name="form.title" size="20" type="text" value="Test title" /></div>\n</div>\n<div class="formControls">\n<input name="kss-save" value="Save" type="button" class="context" />\n<input name="kss-cancel" value="Cancel" type="button" class="standalone" />\n</div>\n</form>\n]]>', 'withKssSetup': u'True'}, 
      'name': 'insertHTMLAfter', 
      'selector': u'title-display'}]
Got:
    [{'selectorType': 'css', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': '.portalMessage'}, {'selectorType': 'htmlid', 'params': {'html': u'<![CDATA[<dt>Info</dt><dd></dd>]]>', 'withKssSetup': u'True'}, 'name': 'replaceInnerHTML', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'class', 'value': u'portalMessage info'}, 'name': 'setAttribute', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'value': u'hiddenStructure'}, 'name': 'addClass', 'selector': u'title-display'}, {'selectorType': 'htmlid', 'params': {'html': u'<![CDATA[<form id="title-form" class="formlibInlineForm enableUnloadProtection kssattr-fieldname-title kssattr-structure-false">\n<div class="field kssattr-fieldname-form.title" id="formfield-form-title">\n<div class="fieldErrorBox"></div>\n<di!
 v class="widget formlibInlineValidation"><input class="textType" id="form.title" name="form.title" size="20" type="text" value="Test title" /></div>\n</div>\n<div class="formControls">\n<input name="kss-save" value="Save" type="button" class="context" />\n<input name="kss-cancel" value="Cancel" type="button" class="standalone" />\n</div>\n</form>\n]]>', 'withKssSetup': u'True'}, 'name': 'insertHTMLAfter', 'selector': u'title-display'}]
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.form/plone/app/form/kss/formlib_kss.txt", line 251, in formlib_kss.txt
Failed example:
    view.begin(formname=u'edit', fieldname=u'form.text', structure='true')
Expected:
    [{'selectorType': 'css', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 
      'selector': '.portalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'html': u'<![CDATA[<dt>info</dt><dd></dd>]]>', 'withKssSetup': u'True'}, 
      'name': 'replaceInnerHTML', 
      'selector': 'kssPortalMessage'},
     {'selectorType': 'htmlid', 
      'params': {'name': u'class', 'value': u'portalMessage info'}, 
      'name': 'setAttribute', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'name': u'display', 'value': u'none'}, 
      'name': 'setStyle', 'selector': 'kssPortalMessage'}, 
     {'selectorType': 'htmlid', 
      'params': {'value': u'hiddenStructure'}, 
      'name': 'addClass', 'selector': u'text-display'}, 
     {'selectorType': 'htmlid', 
      'params': {'html': u'<![CDATA[<form id="text-form" class="formlibInlineForm enableUnloadProtection kssattr-fieldname-text kssattr-structure-true">\n<div class="field kssattr-fieldname-form.text" id="formfield-form-text">\n<div class="fieldErrorBox"></div>\n<div class="widget formlibInlineValidation"><textarea cols="60" id="form.text" name="form.text" rows="15">Body &#60;em&#62;text&#60;/em&#62;</textarea></div>\n</div>\n<div class="formControls">\n<input name="kss-save" value="Save" type="button" class="context" />\n<input name="kss-cancel" value="Cancel" type="button" class="standalone" />\n</div>\n</form>\n]]>', 'withKssSetup': u'True'}, 
      'name': 'insertHTMLAfter', 
      'selector': u'text-display'}]
Got:
    [{'selectorType': 'css', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': '.portalMessage'}, {'selectorType': 'htmlid', 'params': {'html': u'<![CDATA[<dt>Info</dt><dd></dd>]]>', 'withKssSetup': u'True'}, 'name': 'replaceInnerHTML', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'class', 'value': u'portalMessage info'}, 'name': 'setAttribute', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'name': u'display', 'value': u'none'}, 'name': 'setStyle', 'selector': 'kssPortalMessage'}, {'selectorType': 'htmlid', 'params': {'value': u'hiddenStructure'}, 'name': 'addClass', 'selector': u'text-display'}, {'selectorType': 'htmlid', 'params': {'html': u'<![CDATA[<form id="text-form" class="formlibInlineForm enableUnloadProtection kssattr-fieldname-text kssattr-structure-true">\n<div class="field kssattr-fieldname-form.text" id="formfield-form-text">\n<div class="fieldErrorBox"></div>\n<div clas!
 s="widget formlibInlineValidation"><textarea cols="60" id="form.text" name="form.text" rows="15">Body &#60;em&#62;text&#60;/em&#62;</textarea></div>\n</div>\n<div class="formControls">\n<input name="kss-save" value="Save" type="button" class="context" />\n<input name="kss-cancel" value="Cancel" type="button" class="standalone" />\n</div>\n</form>\n]]>', 'withKssSetup': u'True'}, 'name': 'insertHTMLAfter', 'selector': u'text-display'}]

  Ran 371 tests with 1 failures and 0 errors in 6.043 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.253 seconds.
Installing plone.portlet.collection ... done (0.033s)
Installing plone.portlet.static ... done (0.029s)
  Ran 36 tests with 0 failures and 0 errors in 0.193 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 9.845 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt
Failed doctest test for filter.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 64, in filter.txt
Failed example:
    print_all_of('stripped_tags')
Expected:
    button
    fieldset
    form
    input
    label
    legend
    link
    noscript
    object
    optgroup
    option
    param
    script
    select
    style
    textarea
Got:
    abbr
    acronym
    address
    bdo
    button
    col
    colgroup
    dfn
    fieldset
    form
    input
    label
    legend
    link
    noscript
    object
    optgroup
    option
    param
    samp
    script
    select
    style
    textarea
    tfoot
    thead
    var
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 153, in filter.txt
Failed example:
    print ', '.join(kupu_tool.get_stripped_tags())
Expected:
    button, fieldset, ..., style, textarea
Got:
    abbr, acronym, address, bdo, button, col, colgroup, dfn, fieldset, form, input, label, legend, link, noscript, object, optgroup, option, param, samp, script, select, style, textarea, tfoot, thead, var
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 162, in filter.txt
Failed example:
    print ', '.join(sorted(kupu_tool.get_stripped_tags()))
Expected:
    button, ..., style, textarea
Got:
    abbr, acronym, address, bdo, button, col, colgroup, dfn, fieldset, form, input, label, legend, link, noscript, object, optgroup, option, param, samp, script, select, style, textarea, tfoot, thead, var
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 177, in filter.txt
Failed example:
    print_all_of('stripped_tags')
Expected:
    button
    ...
    style
    table
    textarea
Got:
    abbr
    acronym
    address
    bdo
    button
    col
    colgroup
    dfn
    fieldset
    form
    input
    label
    legend
    link
    noscript
    object
    optgroup
    option
    param
    samp
    script
    select
    span
    style
    table
    textarea
    tfoot
    thead
    var
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 185, in filter.txt
Failed example:
    print ', '.join(sorted(kupu_tool.get_stripped_tags()))
Expected:
    button, ..., style, table, textarea
Got:
    abbr, acronym, address, bdo, button, col, colgroup, dfn, fieldset, form, input, label, legend, link, noscript, object, optgroup, option, param, samp, script, select, span, style, table, textarea, tfoot, thead, var
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 196, in filter.txt
Failed example:
    print_all_of('stripped_tags')
Expected:
    button
    ...
    style
    textarea
Got:
    abbr
    acronym
    address
    bdo
    button
    col
    colgroup
    dfn
    fieldset
    form
    input
    label
    legend
    link
    noscript
    object
    optgroup
    option
    param
    samp
    script
    select
    span
    style
    textarea
    tfoot
    thead
    var
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 204, in filter.txt
Failed example:
    print ', '.join(sorted(kupu_tool.get_stripped_tags()))
Expected:
    button, ..., style, textarea
Got:
    abbr, acronym, address, bdo, button, col, colgroup, dfn, fieldset, form, input, label, legend, link, noscript, object, optgroup, option, param, samp, script, select, span, style, textarea, tfoot, thead, var



Failure in test test_language (plone.app.layout.globals.tests.test_portal.TestPortalStateView)
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-plone31/src/plone.app.layout/plone/app/layout/globals/tests/test_portal.py", line 37, in test_language
    self.assertEquals(self.view.language(), 'no')
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 'en' != 'no'

  Ran 755 tests with 2 failures and 0 errors in 277.245 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.514 seconds.
  Ran 6 tests with 0 failures and 0 errors in 1.518 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.004 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Ran 27 tests with 0 failures and 0 errors in 45.491 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.015 seconds.
  Ran 13 tests with 0 failures and 0 errors in 2.800 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 3.350 seconds.
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'description' field in <string>
  warnings.warn(
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in <string>
  warnings.warn(
  Ran 111 tests with 0 failures and 0 errors in 56.469 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.202 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.032 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.045 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.562 seconds.
  Ran 11 tests with 0 failures and 0 errors in 4.720 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.777 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.016 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
Installing plone.browserlayer ... NOT FOUND
  Ran 16 tests with 0 failures and 0 errors in 0.120 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.186 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 9.084 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.018 seconds.
  Ran 9 tests with 0 failures and 0 errors in 1.199 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.030 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.155 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.599 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
Total: 1365 tests, 3 failures, 0 errors

FAILED (failures=3) 




More information about the Testbot mailing list