[Testbot] FAILED (failures=4) : Plone[next]-3.3 Zope-2.10 Python-2.4.6

plone.* Tests plone-tests at epy.co.at
Sun May 3 04:12:28 UTC 2009


plone.* Tests : FAILED (failures=4) 
Plone[next]-3.3 Zope-2.10 Python-2.4.6

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package plone --module !plone.recipe
/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.protect-1.1-py2.4.egg/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 391 tests with 0 failures and 0 errors in 7.536 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 6.368 seconds.
Installing plone.portlet.static ... done (0.055s)
Installing plone.portlet.collection ... done (0.037s)
  Ran 38 tests with 0 failures and 0 errors in 0.978 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 10.966 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.workflow-1.1.5-py2.4.egg/plone/app/workflow/tests/onestateworkflow.txt
Failed doctest test for onestateworkflow.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.workflow-1.1.5-py2.4.egg/plone/app/workflow/tests/onestateworkflow.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.workflow-1.1.5-py2.4.egg/plone/app/workflow/tests/onestateworkflow.txt", line 82, in onestateworkflow.txt
Failed example:
    browser.open('%s/edit' % self.folder.absolute_url())
Expected:
    Traceback (most recent call last):
    ...
    Unauthorized: ...We're sorry, but there seems to be an error...
Got:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest onestateworkflow.txt[22]>", line 1, in ?
        browser.open('%s/edit' % self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/mechanize/_mechanize.py", line 202, in _mech_open
        response = UserAgent.open(self, self.request, data)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/mechanize/_opener.py", line 234, in open
        response = urlopen(self, req, data)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 376, in _open
        '_open', req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Products/Five/testbrowser.py", line 64, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 993, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/testbrowser/testing.py", line 80, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/ZPublisher/Test.py", line 199, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Zope2/App/startup.py", line 221, in zpublisher_exception_hook
        f(client, REQUEST, t, v, traceback, error_log_url=error_log_url)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/ZPublisher/Publish.py", line 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/ZPublisher/mapply.py", line 88, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Products.CMFFormController-2.1.2-py2.4.egg/Products/CMFFormController/FSControllerPageTemplate.py", line 90, in __call__
        return self._call(FSControllerPageTemplate.inheritedAttribute('__call__'), *args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Products.CMFFormController-2.1.2-py2.4.egg/Products/CMFFormController/BaseControllerPageTemplate.py", line 31, in _call
        return inherited_call(self, *args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Products.CMFCore-2.1.2-py2.4.egg/Products/CMFCore/FSPageTemplate.py", line 216, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Products.CMFCore-2.1.2-py2.4.egg/Products/CMFCore/FSPageTemplate.py", line 155, in pt_render
        result = FSPageTemplate.inheritedAttribute('pt_render')(
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Products/PageTemplates/PageTemplate.py", line 98, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/tal/talinterpreter.py", line 891, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/tal/talinterpreter.py", line 586, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Products/PageTemplates/Expressions.py", line 153, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Products/PageTemplates/Expressions.py", line 80, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/OFS/Traversable.py", line 301, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/OFS/Traversable.py", line 195, in unrestrictedTraverse
        if restricted and not validate(
    Unauthorized: 
    <BLANKLINE>
    <BLANKLINE>
    <!DOCTYPE html PUBLIC
      "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <BLANKLINE>
    <BLANKLINE>
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
          lang="en">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <head>
    <BLANKLINE>
        <meta http-equiv="Content-Type"
              content="text/html;charset=utf-8" />
    <BLANKLINE>
    <BLANKLINE>
          <base href="http://nohost/plone/Members/test_user_1_/" /><!--[if lt IE 7]></base><![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <meta name="generator" content="Plone - http://plone.org" />
    <BLANKLINE>
        <link rel="kss-base-url" href="http://nohost/plone/Members/test_user_1_" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey3181.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey9932.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey0962.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey9163.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <link rel="kinetic-stylesheet" type="text/css"
            href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey0957.kss" />
    <BLANKLINE>
    <BLANKLINE>
    <title>test_user_1_ &mdash; Plone site</title>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Internet Explorer Fixes -->
        <!--[if IE]>
            <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>
    <BLANKLINE>
            <script type="text/javascript"
                    src="http://nohost/plone/iefixes.js">
            </script>
    <BLANKLINE>
        <![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <link rel="author"
              href="http://nohost/plone/author/portal_owner"
              title="Author information" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="shortcut icon" type="image/x-icon"
              href="http://nohost/plone/favicon.ico" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="home" href="http://nohost/plone"
              title="Front page" />
    <BLANKLINE>
        <link rel="contents" href="http://nohost/plone/sitemap"
              title="Site Map" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="search"
              href="http://nohost/plone/search_form"
              title="Search this site" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Disable IE6 image toolbar -->
        <meta http-equiv="imagetoolbar" content="no" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      </head>
    <BLANKLINE>
      <body class="section-Members template-default_error_message"
            dir="ltr">
        <div id="visual-portal-wrapper">
    <BLANKLINE>
          <div id="portal-top">
            <div id="portal-header">
    <p class="hiddenStructure">
      <a accesskey="2"
         href="http://nohost/plone/Members/test_user_1_/edit#documentContent">Skip to content.</a> |
    <BLANKLINE>
      <a accesskey="6"
         href="http://nohost/plone/Members/test_user_1_/edit#portlet-navigation-tree">Skip to navigation</a>
    </p>
    <BLANKLINE>
    <ul id="portal-siteactions">
    <BLANKLINE>
        <li id="siteaction-sitemap"><a
        href="http://nohost/plone/sitemap" accesskey="3"
        title="Site Map">Site Map</a></li>
        <li id="siteaction-accessibility"><a
        href="http://nohost/plone/accessibility-info"
        accesskey="0" title="Accessibility">Accessibility</a></li>
        <li id="siteaction-contact"><a
        href="http://nohost/plone/contact-info" accesskey="9"
        title="Contact">Contact</a></li>
    <BLANKLINE>
    </ul>
    <BLANKLINE>
    <div id="portal-searchbox">
        <form name="searchform"
              action="http://nohost/plone/search">
    <BLANKLINE>
            <label for="searchGadget" class="hiddenStructure">Search Site</label>
    <BLANKLINE>
            <div class="LSBox">
            <input name="SearchableText" type="text" size="18"
                   title="Search Site" accesskey="4"
                   class="inputLabel" id="searchGadget" />
    <BLANKLINE>
            <input class="searchButton" type="submit"
                   value="Search" />
    <BLANKLINE>
            <div class="searchSection">
                <input id="searchbox_currentfolder_only"
                       class="noborder" type="checkbox"
                       name="path"
                       value="/plone/Members/test_user_1_" />
                <label for="searchbox_currentfolder_only"
                       style="cursor: pointer">
                    only in current section
                </label>
            </div>
    <BLANKLINE>
            <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>
            </div>
        </form>
    <BLANKLINE>
        <div id="portal-advanced-search" class="hiddenStructure">
            <a href="http://nohost/plone/search_form"
               accesskey="5">
                Advanced Search&hellip;
            </a>
        </div>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <a id="portal-logo" accesskey="1" href="http://nohost/plone">
        <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>
    <BLANKLINE>
    <BLANKLINE>
        <h5 class="hiddenStructure">Sections</h5>
    <BLANKLINE>
        <ul id="portal-globalnav">
            <li id="portaltab-index_html" class="plain"><a
        href="http://nohost/plone" title="">Home</a></li>
            <li id="portaltab-Members" class="selected"><a
        href="http://nohost/plone/Members"
        title="Container for users' home directories">Users</a></li>
            <li id="portaltab-news" class="plain"><a
        href="http://nohost/plone/news" title="Site News">News</a></li>
            <li id="portaltab-events" class="plain"><a
        href="http://nohost/plone/events" title="Site Events">Events</a></li>
        </ul>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <div id="portal-personaltools-wrapper">
    <BLANKLINE>
    <h5 class="hiddenStructure">Personal tools</h5>
    <BLANKLINE>
    <ul id="portal-personaltools" class="visualInline">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <li>
                <a href="http://nohost/plone/login_form">Log in</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
    </ul>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <div id="portal-breadcrumbs">
    <BLANKLINE>
        <span id="breadcrumbs-you-are-here">You
    are here:</span>
        <a href="http://nohost/plone">Home</a>
        <span class="breadcrumbSeparator">
            &rarr;
    <BLANKLINE>
        </span>
        <span dir="ltr">
    <BLANKLINE>
                <a href="http://nohost/plone/Members">Users</a>
                <span class="breadcrumbSeparator">
                    &rarr;
    <BLANKLINE>
                </span>
    <BLANKLINE>
    <BLANKLINE>
        </span>
        <span dir="ltr">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                <span>test_user_1_</span>
    <BLANKLINE>
        </span>
    <BLANKLINE>
    </div>
    <BLANKLINE>
          </div>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>
    <BLANKLINE>
          <table id="portal-columns">
            <tbody>
              <tr>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                <td id="portal-column-content">
    <BLANKLINE>
    <BLANKLINE>
                    <div class="">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                      <div id="region-content" class="documentContent">
    <BLANKLINE>
                        <span id="contentTopLeft"></span>
                        <span id="contentTopRight"></span>
    <BLANKLINE>
                        <a name="documentContent"></a>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <dl class="portalMessage info" id="kssPortalMessage" style="display:none">
            <dt>Info</dt>
            <dd></dd>
        </dl>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <div id="viewlet-above-content"></div>
    <BLANKLINE>
    <BLANKLINE>
                        <div id="content">
    <BLANKLINE>
                          <div id="content">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div>
    <BLANKLINE>
                <h1 class="documentFirstHeading">
                    We&#8217;re sorry, but there seems to be an error&hellip;
                </h1>
    <BLANKLINE>
    <BLANKLINE>
                    <p>
                    The error has been logged as entry number 
                    <code>1241320823.260.52217542535</code>.
                    </p>
    <BLANKLINE>
                    <p>
                    If you need to report this to the 
                    <span> <a href="http://nohost/plone/contact-info">site administration</a></span>,
                    please include this entry number in your message.
                    </p>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            </div>
    <BLANKLINE>
    <BLANKLINE>
    </div>
                        </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <span id="contentBottomLeft"></span>
                        <span id="contentBottomRight"></span>
    <BLANKLINE>
                      </div>
    <BLANKLINE>
                    </div>
    <BLANKLINE>
    <BLANKLINE>
                </td>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
              </tr>
            </tbody>
          </table>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-footer"><!-- --></div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div id="portal-footer">
    <BLANKLINE>
    <p>
    <BLANKLINE>
        The
        <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>
        is
        <acronym title="Copyright">&copy;</acronym>
        2000-2009
        by the
        <a href="http://plone.org/foundation">Plone Foundation</a>
        et al.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    <p>
    <BLANKLINE>
        Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the
            <a href="http://plone.org/foundation">Plone Foundation</a>.
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        Distributed under the
            <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    </div>
    <BLANKLINE>
      <div id="portal-colophon">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="colophonWrapper">
          <ul>
            <li>
              <a href="http://plone.org"
                 title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">
                Powered by Plone</a>
            </li>
            <li>
              <a href="http://validator.w3.org/check/referer"
                 title="This site is valid XHTML.">
                Valid XHTML</a>
            </li>
            <li>
              <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"
                 title="This site was built with valid CSS.">
                Valid CSS</a>
            </li>
            <li>
              <a href="http://www.section508.gov"
                 title="This site conforms to the US Government Section 508 Accessibility Guidelines.">
                Section 508</a>
            </li>
            <li>
              <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"
                 title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">
                WCAG</a>
            </li>
          </ul>
          </div>
    <BLANKLINE>
        </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear"><!-- --></div>
        </div>
    <div id="kss-spinner"><img alt=""
                               src="http://nohost/plone/spinner.gif" /></div>
    </body>
    </html>
    <BLANKLINE>



Failure in test test_tab_ids (plone.app.kss.tests.test_kss_attributes.TestContentsTabs)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 124, in test_tab_ids

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 142, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids
Failed example:
    soup.find('li', dict(id='contentview-history')) is not None
Differences (ndiff with -expected +actual):
    - True
    + False



Failure in test test_ul_id (plone.app.kss.tests.test_kss_attributes.TestContentsTabs)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 146, in test_ul_id

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 164, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id
Failed example:
    [a.get('id') for a in content_ul_tag.findAll('a')]
Differences (ndiff with -expected +actual):
    - [None, None, None, None]
    ?             ------
    + [None, None, None]
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 166, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id
Failed example:
    [li.get('id') for li in content_ul_tag.findAll('li')]
Differences (ndiff with -expected +actual):
    - [u'contentview-view', u'contentview-edit', u'contentview-local_roles', u'contentview-history']
    ?                                                                      ------------------------
    + [u'contentview-view', u'contentview-edit', u'contentview-local_roles']



Failure in test test_logged (plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 60, in test_logged

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 89, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'inlineEditable' in title['class']
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 105, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'inlineEditable' in description['class']
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/plone.app.kss-1.4.4-py2.4.egg/plone/app/kss/tests/test_kss_attributes.py", line 119, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'inlineEditable' in text['class']
Differences (ndiff with -expected +actual):
    - True
    + False

  Ran 803 tests with 4 failures and 0 errors in 296.076 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.965 seconds.
  Ran 6 tests with 0 failures and 0 errors in 2.048 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 72.840 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.024 seconds.
  Ran 13 tests with 0 failures and 0 errors in 3.023 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 6.336 seconds.
  Ran 115 tests with 0 failures and 0 errors in 61.594 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.211 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.072 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 2.168 seconds.
  Ran 11 tests with 0 failures and 0 errors in 5.607 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.739 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.018 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.124 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 4.976 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 9.817 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.027 seconds.
  Ran 9 tests with 0 failures and 0 errors in 1.622 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.315 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.585 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 1.238 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.011 seconds.
Total: 1439 tests, 4 failures, 0 errors

FAILED (failures=4) 




More information about the Testbot mailing list