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

plone.* Tests plone-tests at epy.co.at
Wed Feb 6 04:36:33 UTC 2008


plone.* Tests : FAILED (failures=9)
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.506s)
Installing CMFDefault ... done (0.301s)
Installing CMFCalendar ... done (0.052s)
Installing CMFTopic ... done (0.029s)
Installing DCWorkflow ... done (0.079s)
Installing CMFActionIcons ... done (0.029s)
Installing CMFQuickInstallerTool ... done (0.085s)
Installing CMFFormController ... done (0.520s)
Installing GroupUserFolder ... done (0.574s)
Installing ZCTextIndex ... done (0.085s)
Installing CMFPlone ... done (3.066s)
Installing Archetypes ... done (0.156s)
Installing ATContentTypes ... done (0.056s)
Installing ATReferenceBrowserWidget ... done (0.018s)
Installing CMFDynamicViewFTI ... done (0.016s)
Installing ExternalEditor ... done (0.020s)
Installing ExtendedPathIndex ... done (0.022s)
Installing ResourceRegistries ... done (0.024s)
Installing SecureMailHost ... done (0.018s)
Installing CMFPlacefulWorkflow ... done (0.019s)
Installing PasswordResetTool ... done (0.025s)
Installing PluggableAuthService ... done (0.031s)
Installing PluginRegistry ... done (0.022s)
Installing PlonePAS ... done (0.028s)
Installing kupu ... done (0.665s)
Installing CMFEditions ... done (0.035s)
Installing CMFDiffTool ... done (0.029s)
Installing PloneLanguageTool ... done (0.029s)
Parsing /home/stefan/autotest/temp/python24-zope210-cmf21-plone30/etc/zope.conf
Running unit tests:


Failure in test testContentLanguageAvailability (plone.i18n.locales.tests.test_languages)
Failed doctest test for plone.i18n.locales.tests.test_languages.testContentLanguageAvailability
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/i18n/locales/tests/test_languages.py", line 26, in testContentLanguageAvailability

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/i18n/locales/tests/test_languages.py", line 40, in plone.i18n.locales.tests.test_languages.testContentLanguageAvailability
Failed example:
    len(languagecodes)
Expected:
    374
Got:
    373



Failure in test testMetadataLanguageAvailability (plone.i18n.locales.tests.test_languages)
Failed doctest test for plone.i18n.locales.tests.test_languages.testMetadataLanguageAvailability
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/i18n/locales/tests/test_languages.py", line 76, in testMetadataLanguageAvailability

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/i18n/locales/tests/test_languages.py", line 90, in plone.i18n.locales.tests.test_languages.testMetadataLanguageAvailability
Failed example:
    len(languagecodes)
Expected:
    374
Got:
    373

  Ran 307 tests with 2 failures and 0 errors in 5.604 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.962 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.241 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 8.813 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/controlpanel/tests/filter.txt", line 140, in filter.txt
Failed example:
    '<p>Testing that works.</p>' in browser.contents
Expected:
    True
Got:
    False



Failure in test testOnlyOpenIdInstalled (plone.app.openid.tests.test_view.TestOpenIdView)
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/openid/tests/test_view.py", line 26, in testOnlyOpenIdInstalled
    self.assertEquals(pas_info.hasOpenIDdExtractor(), True)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: False != True



Failure in test test_OpenIdInstalled (plone.app.openid.tests.test_view.TestOpenIdView)
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/openid/tests/test_view.py", line 15, in test_OpenIdInstalled
    self.assertEquals(pas_info.hasOpenIDdExtractor(), True)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: False != True



Failure in test test_published_news_items (plone.app.portlets.tests.test_events_portlet.TestRenderer)
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/portlets/tests/test_events_portlet.py", line 87, in test_published_news_items
    self.assertEquals(2, len(r.published_events()))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 2 != 1



Failure in test test_published_news_items (plone.app.portlets.tests.test_news_portlet.TestRenderer)
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/portlets/tests/test_news_portlet.py", line 83, in test_published_news_items
    self.assertEquals(2, len(r.published_news_items()))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 2 != 1



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/workflow/tests/onestateworkflow.txt", line 117, in onestateworkflow.txt
Failed example:
    browser.getControl('Log in').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 onestateworkflow.txt[29]>", line 1, in ?
        browser.getControl('Log in').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 202, in _mech_open
        response = UserAgent.open(self, self.request, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_opener.py", line 245, in open
        response = meth(req, response)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_urllib2_support.py", line 529, in http_response
        response = self.parent.error(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_opener.py", line 262, in error
        result = apply(self._call_chain, args)
      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/lib/python/mechanize/_urllib2_support.py", line 125, in http_error_302
        return self.parent.open(new)
      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 202, in _mech_open
        response = UserAgent.open(self, self.request, data)
      File "/home/stefan/autotest/temp/python24-zope210/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/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/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/lib/python/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope210/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/lib/python/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope210/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/lib/python/ZPublisher/Publish.py", line 110, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZPublisher/BaseRequest.py", line 501, in traverse
        return response.notFoundError(URL)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZPublisher/HTTPResponse.py", line 672, in notFoundError
        "Sorry, the requested resource does not exist." +
    NotFound: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
          lang="en">

      
        
        
        
        
        

      

      <head>

        <meta http-equiv="Content-Type"
              content="text/html;charset=utf-8" />

        
          <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->
        

        <meta name="generator" content="Plone - http://plone.org" />

        <link rel="kss-base-url" href="http://nohost/plone" />

      
      
        
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/event-registration-cachekey6942.js">
          </script>
        
        
      

      
      
        
        
          <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey5050.css); --></style>
        
        
      

      
      <link rel="kinetic-stylesheet" type="text/css"
            href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey8680.kss" />


    <title>Plone site</title>


        <!-- Internet Explorer CSS Fixes -->
        <!--[if IE]>
            <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>
        <![endif]-->

        
        <link rel="author" href="http://nohost/plone/author/"
              title="Author information" />


        <link rel="shortcut icon" type="image/x-icon"
              href="http://nohost/plone/favicon.ico" />


        <link rel="home" href="http://nohost/plone"
              title="Front page" />

        <link rel="contents" href="http://nohost/plone/sitemap"
              title="Site Map" />




        <link rel="search"
              href="http://nohost/plone/search_form"
              title="Search this site" />


        

        <!-- Disable IE6 image toolbar -->
        <meta http-equiv="imagetoolbar" content="no" />
        
        
        

        
        

        
        

        
        

      </head>

      <body class="None template-default_error_message"
            dir="ltr">
        <div id="visual-portal-wrapper">

          <div id="portal-top">
            <div id="portal-header">
    <p class="hiddenStructure">
      <a accesskey="2"
         href="http://nohost/plone/localhost#documentContent">Skip to content.</a> |

      <a accesskey="6"
         href="http://nohost/plone/localhost#portlet-navigation-tree">Skip to navigation</a>
    </p>

    <ul id="portal-siteactions">

        <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>

    </ul>

    <div id="portal-searchbox">
        <form name="searchform"
              action="http://nohost/plone/search">

            <label for="searchGadget" class="hiddenStructure">Search Site</label>

            <div class="LSBox">
            <input name="SearchableText" type="text" size="18"
                   title="Search Site" accesskey="4"
                   class="inputLabel" id="searchGadget" />

            <input class="searchButton" type="submit"
                   value="Search" />
        
            <div class="searchSection">
                <input id="searchbox_currentfolder_only"
                       class="noborder" type="checkbox"
                       name="path" value="/plone" />
                <label for="searchbox_currentfolder_only"
                       style="cursor: pointer">
                    only in current section
                </label>
            </div>

            <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>
            </div>
        </form>

        <div id="portal-advanced-search" class="hiddenStructure">
            <a href="http://nohost/plone/search_form"
               accesskey="5">
                Advanced Search&hellip;
            </a>
        </div>

    </div>

    <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>


        <h5 class="hiddenStructure">Sections</h5>

        <ul id="portal-globalnav">
            <li id="portaltab-index_html" class="selected">
                <a href="http://nohost/plone" title="">Home</a></li>
            <li id="portaltab-Members" class="plain">
                <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>

    </div>

    <div id="portal-personaltools-wrapper">

    <h5 class="hiddenStructure">Personal tools</h5>

    <ul id="portal-personaltools" class="visualInline">
       

        
            <li>
                <a href="http://nohost/plone/login_form">Log in</a>
            </li>
        

    </ul>
    </div>


        

    <div id="portal-breadcrumbs">

        <span id="breadcrumbs-you-are-here">You
    are here:</span>
        <a href="http://nohost/plone">Home</a>
        

    </div>

          </div>

          <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>

          <table id="portal-columns">
            <tbody>
              <tr>
                
                
                

                
                <td id="portal-column-content">

                  
                    <div class="">

                      


                      <div id="region-content" class="documentContent">

                        <span id="contentTopLeft"></span>
                        <span id="contentTopRight"></span>
                        
                        <a name="documentContent"></a>

                        

        <dl class="portalMessage info" id="kssPortalMessage" style="display:none">
            <dt>Info</dt>
            <dd></dd>
        </dl>

        

            <dl class="portalMessage info">
                <dt>Info</dt>
                <dd>Welcome! You are now logged in.</dd>
            </dl>

        

                        
                        <div id="viewlet-above-content"></div>

                        
                        
                        
                          
                          <div>

            <div>

                
                    
                    
                        
                    <h1 class="documentFirstHeading">
                        We're sorry, but that page doesn't exist&hellip;
                    </h1>

                    <p>
                    Please double check the web address or use the search function on this page to find what you are looking for.
                    </p>

                    <p>
                    If you are certain you have the correct web address but are encountering an error, please
                    contact the <span> <a href="http://nohost/plone/contact-info">site administration</a></span>.
                    </p>

                    <p>
                    Thank you.
                    </p>
                    
                    <!-- Offer search results for suggestions -->
                    
                        
                        <h3>You might have been looking for&hellip;</h3>
                        
                        <dl>
                        
                        
                            
                                <dt
        class="contenttype-plone-site">
                                  <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" />
                                   <a
        href="http://nohost/plone/" class="state-">Plone site</a>
                                   
                                    <span class="discreet">
                                    by ,
                                    Feb 06, 2008 04:54 AM
                                    </span>

                                </dt>
                
                                <dd></dd>

                            
                        
                        
                        
                            
                                <dt class="contenttype-document">
                                  <img width="16" height="16" src="http://nohost/plone/document_icon.gif" alt="Document" />
                                   <a
        href="http://nohost/plone/front-page/"
        class="state-published">Welcome to Plone</a>
                                   
                                    <span class="discreet">
                                    by portal_owner,
                                    Feb 06, 2008 04:54 AM
                                    </span>

                                </dt>
                
                                <dd>Congratulations! You have successfully installed Plone.</dd>

                            
                        
                            
                        </dl>
                        
                    

                

            </div>

            
            

    </div>
                        
                        

                        
                        
                          

                        
                        

                        <span id="contentBottomLeft"></span>
                        <span id="contentBottomRight"></span>

                      </div>

                    </div>

                  
                </td>
                

                
                
                
              </tr>
            </tbody>
          </table>
          

          <div class="visualClear" id="clear-space-before-footer"><!-- --></div>
          
          

          

            <div id="portal-footer">

    <p>
        
        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-2008
        by the
        <a href="http://plone.org/foundation">Plone Foundation</a>
        et al.
        
    </p>

    <p>
        
        Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the
            <a href="http://plone.org/foundation">Plone Foundation</a>.
        

        
        Distributed under the
            <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.
        
    </p>

    </div>

      <div id="portal-colophon">
          

          

          <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>

        </div>



          

          <div class="visualClear"><!-- --></div>
        </div>
    <div id="kss-spinner"><img alt=""
                               src="http://nohost/plone/spinner.gif" /></div>
    </body>
    </html>



  Ran 678 tests with 6 failures and 0 errors in 228.087 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.015 seconds.
  Ran 13 tests with 0 failures and 0 errors in 3.241 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 1.384 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/lib/python/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 36, in testReferalToPrivateFiles.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<ul>...Item not accessible...</ul>...
     ...Would you like to delete it anyway?...'
Got:
    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\n      lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type"\n          content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <link rel="kss-base-url" href="http://nohost/plone/image1" />\n\n  \n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/event-registration-cachekey6942.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey9690.js">\n      </script>\n    \n    \n  \n\n  \n    \n     !
  <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey3874.js">\n      </script>\n    \n    \n  \n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0407.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey5050.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css"\n        href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey8680.kss" />\n\n\n<title>Test Image 1 &mdash; Plone site</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author"\n          href="http://nohost/plone/author/portal_owner"\n  !
         title="Author information" />\n\n\n    <link rel="shortcut ico
n" type="image/x-icon"\n          href="http://nohost/plone/favicon.ico" />\n\n\n    <link rel="home" href="http://nohost/plone"\n          title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap"\n          title="Site Map" />\n\n\n\n\n    <link rel="search"\n          href="http://nohost/plone/search_form"\n          title="Search this site" />\n\n\n    \n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="section-image1 template-" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2"\n     href="http://nohost/plone/folder_delete#documentContent">Skip to content.</a> |\n\n  <a accesskey="6"\n     href="http://nohost/plone/folder_delete#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-s!
 iteactions">\n\n    <li id="siteaction-sitemap"><a\n    href="http://nohost/plone/sitemap" accesskey="3"\n    title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a\n    href="http://nohost/plone/accessibility-info"\n    accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a\n    href="http://nohost/plone/contact-info" accesskey="9"\n    title="Contact">Contact</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform"\n          action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18"\n               title="Search Site" accesskey="4"\n               class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit"\n               value="Search" />\n    \n        <div class="searchSection">\n            <input id="sear!
 chbox_currentfolder_only"\n                   class="noborder" type="c
heckbox"\n                   name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only"\n                   style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form"\n           accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected">\n            <a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Memb!
 ers" class="plain">\n            <a href="http://nohost/plone/Members"\n               title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news"\n               title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events"\n               title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain">\n            <a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain">\n            <a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image2/view" class="plain">\n            <a href="http://nohost/plone/image2/view"\n               title="">Test Image 2</a></li>\n        <li id="portaltab-image3/view" class="plain">\n            <a href="http://nohost/plone/image3/view"\n               title=""!
 >Test Image 3</a></li>\n        <li id="portaltab-folder1" class="plai
n">\n            <a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\n</div>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name"\n              href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/Members/test_user_1_">My Folder</a>\n        </li>\n    \n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    <span class="breadcrumbSeparator">\n        &rarr;\n        \n    </span>\n    <!
 span dir="ltr">\n        \n            \n            \n            <span>Test Image 1</span>\n         \n    </span>\n\n</div>\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="">\n\n                  \n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n                    \n                    <div id="viewlet-above-content"></div>\n\n     !
                \n                    \n                    \n         
             \n                      \n\n<dl class="portalMessage warning">\n    <dt>Warning</dt>\n    <dd>\n        One or more of the items you are attempting to delete may cause links\n        in your site to break.\n    </dd>\n</dl>\n\n<h1 class="documentFirstHeading">Potential link breakage</h1>\n\n<p>\n    By deleting this item, you will break links that exist in the items listed\n    below. If this is indeed what you want to do, we recommend that you remove\n    these references first.\n</p>\n\n<form method="post"\n      action="http://nohost/plone/removeConfirmationAction">\n\n  <dl>\n      \n\n        <dt><a href="http://nohost/plone/image1">Test Image 1</a></dt>\n        <dd>\n            <span>\n                This <span>Image</span> \n                is referenced by the following items:\n            </span>\n\n            <ul>\n              <li>\n                \n                \n                  The item is not accessible.\n                \n              !
 </li>\n            </ul>\n        </dd>\n\n      \n  </dl>\n\n  <br />\n\n  <p>\n      Would you like to delete it anyway?\n  </p>\n\n  <input type="hidden" name="original_request"\n         value="eJyVkt2OgjAQhZ9G7vwpqKtNuDBaxUQpi3WTvWoQRsWUDoG67r79Fl0vN8GkSdvMN2fOdDqaDGiNlZGo/RMYfrhEWOcmR73WUVKBNk6ZnEBfiwNUPnGwyk/SQFGqxIDfGQ7sOqLKoJIpamP52qlBQWogk3i4yDIx57rjzVReG7/jLkuFGuy+hUaxJXysrHa3MdKO13BrqQxf7S1nmJLWpOv8F8wL20dLoZdZ9wXWa/n49/ES52/Mmc0xYLkCzBkzf3G/kyGd81CwUMgNC1ci8OhoMiAjGggRyf2OxXK2slHyRqMfm6e710qp/NB3e8MnZQVCNhdrHo5oqrAG4j4CMVuymMVTqjBN1BlrY8vF7H3PdkJumQj4YkgjvhPTBx/Y45hqbMgpjWYikOtwyce0f+/Jyj69is+IeR5NylLladJ8+/5393a7dY9YFY1F0ClmkFmLtoUP20UUc8HnfDO5l+qTHvkFU7UglQ==" />\n\n  <input type="hidden" name="confirmed_items"\n         value="-1276062996" />\n\n  <input type="hidden" name="cancel_url" value="localhost" />\n\n  <input class="destructive" type="submit" name="delete"\n         value="Yes" />\n\n  <input class="destructive" type="submit" name="delete_all"\n    !
      value="Yes to all" />\n\n  <input class="standalone" type="submit
" name="cancel"\n         value="Cancel" />\n\n</form>\n\n\n                    \n                    \n\n                    \n                    \n                      \n\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2008\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>!
 \n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n  <div id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org"\n             title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer"\n             title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"\n             title="This site was built wit!
 h valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>
\n          <a href="http://www.section508.gov"\n             title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"\n             title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt=""\n                           src="http://nohost/plone/spinner.gif" /></div>\n</body>\n</html>\n\n'

  Ran 88 tests with 1 failures and 0 errors in 56.234 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.226 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.755 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.019 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.671 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 7.180 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.013 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.180 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.744 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.012 seconds.
Total: 1142 tests, 9 failures, 0 errors

FAILED (failures=9)




More information about the Testbot mailing list