[Testbot] FAILED (failures=20, errors=2) : Plone-4.0 Zope-2.12 Python-2.6.2

Plone Libraries Tests plone-tests at epy.co.at
Fri Aug 7 02:50:37 UTC 2009


Plone Libraries Tests : FAILED (failures=20, errors=2) 
Plone-4.0 Zope-2.12 Python-2.6.2

Running /usr/local/python2.6/bin/python ./bin/test -q --no-color --no-progress --package plone --module !plone.recipe
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.protect-1.1-py2.6.egg/plone/protect/authenticator.py:2: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
  import sha
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneLanguageTool-3.0.2-py2.6.egg/Products/PloneLanguageTool/LanguageTool.py:11: DeprecationWarning: InitializeClass is deprecated. import from App.class_init instead
  from Globals import InitializeClass
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.SecureMailHost-1.1.1-py2.6.egg/Products/SecureMailHost/SecureMailHost.py:33: DeprecationWarning: Persistent is deprecated. import from Persistence instead
  from Globals import Persistent, DTMLFile, InitializeClass
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.SecureMailHost-1.1.1-py2.6.egg/Products/SecureMailHost/SecureMailHost.py:33: DeprecationWarning: DTMLFile is deprecated. import from App.special_dtml instead
  from Globals import Persistent, DTMLFile, InitializeClass
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.662 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.196 seconds.
  Ran 38 tests with 0 failures and 0 errors in 0.227 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 5.066 seconds.


Failure in test testRegisterToolsAsUtilities (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 479, in testRegisterToolsAsUtilities
    self.failIf(sm.queryUtility(i) is None)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 321, in failIf
    if expr: raise self.failureException, msg
AssertionError



Error in test testInstallKss (plone.app.upgrade.v30.tests.TestMigrations_v3_0_alpha1)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 625, in testInstallKss
    mt.manage_delObjects((mtid, ))
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.MimetypesRegistry/Products/MimetypesRegistry/MimeTypesRegistry.py", line 421, in manage_delObjects
    self.unregister(self.lookup(id)[0])
IndexError: tuple index out of range

  Ran 880 tests with 1 failures and 1 errors in 1 minutes 50.950 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.002 seconds.


Failure in test testExport (plone.app.contentrules.tests.test_configuration.TestGenericSetup)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 196, in testExport
    self.assertEquals(expected.strip(), body.strip(), body)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: <?xml version="1.0"?>
<contentrules>
 <rule name="test1" title="Test rule 1" description="A test rule"
    enabled="True" event="zope.lifecycleevent.interfaces.IObjectModifiedEvent"
    stop-after="False">
  <conditions>
   <condition type="plone.conditions.PortalType">
    <property name="check_types">
     <element>Document</element>
     <element>News Item</element>
    </property>
   </condition>
   <condition type="plone.conditions.Role">
    <property name="role_names">
     <element>Manager</element>
    </property>
   </condition>
  </conditions>
  <actions>
   <action type="plone.actions.Notify">
    <property name="message">A message: Hej då</property>
    <property name="message_type">info</property>
   </action>
  </actions>
 </rule>
 <rule name="test2" title="Test rule 2" description="Another test rule"
    enabled="False"
    event="zope.lifecycleevent.interfaces.IObjectModifiedEvent"
    stop-after="True">
  <conditions>
   <condition type="plone.conditions.PortalType">
    <property name="check_types">
     <element>Event</element>
    </property>
   </condition>
  </conditions>
  <actions>
   <action type="plone.actions.Workflow">
    <property name="transition">publish</property>
   </action>
  </actions>
 </rule>
 <rule name="test3" title="Test rule 3" description="Third test rule"
    enabled="True" event="zope.lifecycleevent.interfaces.IObjectMovedEvent"
    stop-after="False">
  <conditions/>
  <actions/>
 </rule>
 <assignment name="test3" bubbles="False" enabled="False" location="/news"/>
 <assignment name="test2" bubbles="True" enabled="False" location="/news"/>
 <assignment name="test1" bubbles="False" enabled="True" location="/news"/>
</contentrules>


  Ran 6 tests with 1 failures and 0 errors in 3.729 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 48.742 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.033 seconds.


Error in test test_replaceFilteredRulesForm (plone.app.contentrules.tests.test_kss.KSSContentRulesTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_kss.py", line 26, in test_replaceFilteredRulesForm
    res = view.replaceFilteredRulesForm(ruleType='state-enabled')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/browser/kss.py", line 17, in replaceFilteredRulesForm
    content = self.macroContent('@@rules-controlpanel/template/macros/rules_table_form', ruleType=ruleType)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.kss-1.4.5-py2.6.egg/plone/app/kss/plonekssview.py", line 39, in macroContent
    content = self.header_macros.__of__(macroobj.aq_parent)(the_macro=the_macro)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Products/Five/browser/pagetemplatefile.py", line 126, in __call__
    return self.im_func(im_self, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Products/Five/browser/pagetemplatefile.py", line 60, in __call__
    sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.5.0-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 127, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 79, in boboAwareZopeTraverse
    request=request)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.traversing-3.7.1-py2.6.egg/zope/traversing/adapters.py", line 139, in traversePathElement
    return traversable.traverse(nm, further_path)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.traversing-3.7.1-py2.6.egg/zope/traversing/adapters.py", line 53, in traverse
    raise LocationError(subject, name)
LocationError: (<Products.Five.metaclass.ContentrulesControlpanelCommand object at 0xb607c90>, 'registeredRules')

  Ran 2 tests with 0 failures and 1 errors in 0.047 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 7.171 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt
Failed doctest test for testMultipleReferences.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 22, in testMultipleReferences.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone/image1" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9320.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0168.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5312.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey2634.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7122.js">\n      </script>\n    \n    \n    \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-cachekey6617.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7332.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey6621.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey1685.kss" />\n\n\na standard view\n<title>Test Image 1 &mdash; Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\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-delete_confirmation_page" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/image1/delete_confirmation#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/image1/delete_confirmation#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" 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" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" 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" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" 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"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image1" class="plain"><a href="http://nohost/plone/image1/view" title="">Test Image 1</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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" 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/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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\na standard view\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\na standard view\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 id="plone-lock-status">\n  \n</div>\n\na standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n\n      \n\n      <h1 class="documentFirstHeading">\n        Do you really want to delete this item?\n      </h1>\n\n      <ul>\n          <li>Test Image 1</li>\n      </ul>\n\n      <form method="POST" action="http://nohost/plone/image1/delete_confirmation">\n        <div class="formControls">\n\n          <input type="hidden" name="form.submitted" value="1" />\n\n          <input class="destructive" type="submit" value="Delete" />\n          <input class="standalone" type="submit" value="Cancel" name="form.button.Cancel" />\n        </div>\n\n        <input type="hidden" name="_authenticator" value="1bf8c3c6b4f48ecdba1390d72ef5806f0df89d91"/>\n\n      </form>\n\n\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\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      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/image1/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" 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-2009\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 xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" 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" 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?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" 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" 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\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt
Failed doctest test for testCircularReferences.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt", line 52, in testCircularReferences.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferences.txt[line 52, example 18]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt
Failed doctest test for testRemovalTriggersConfirmation.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 10, in testRemovalTriggersConfirmation.txt
Failed example:
    self.assertEqual(doc.getReferences(), [img])
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalTriggersConfirmation.txt[line 10, example 4]>", line 1, in <module>
        self.assertEqual(doc.getReferences(), [img])
      File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
        (msg or '%r != %r' % (first, second))
    AssertionError: [] != [<ATImage at /plone/image1>]



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt
Failed doctest test for testMultipleFilesRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 26, in testMultipleFilesRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9320.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0168.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5312.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey2634.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7122.js">\n      </script>\n    \n    \n    \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-cachekey6617.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7332.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey6621.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey1685.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" 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" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" 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" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" 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"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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" 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/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\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        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Aug 07, 2009 06:04 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Aug 07, 2009 06:07 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="1bf8c3c6b4f48ecdba1390d72ef5806f0df89d91"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\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      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" 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-2009\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 xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" 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" 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?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" 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" 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\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt
Failed doctest test for testProgrammaticallyRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt", line 9, in testProgrammaticallyRemoval.txt
Failed example:
    self.assertEqual(doc.getReferences(), [img])
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testProgrammaticallyRemoval.txt[line 9, example 4]>", line 1, in <module>
        self.assertEqual(doc.getReferences(), [img])
      File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
        (msg or '%r != %r' % (first, second))
    AssertionError: [] != [<ATImage at /plone/image1>]



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt
Failed doctest test for testFileWithSpacesRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 44, in testFileWithSpacesRemoval.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileWithSpacesRemoval.txt[line 44, example 16]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt
Failed doctest test for testReferenceInRestructuredText.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 24, in testReferenceInRestructuredText.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferenceInRestructuredText.txt[line 24, example 8]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt
Failed doctest test for testRemovalsWithYesToAll.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 24, in testRemovalsWithYesToAll.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9320.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0168.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5312.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey2634.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7122.js">\n      </script>\n    \n    \n    \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-cachekey6617.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7332.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey6621.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey1685.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" 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" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" 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" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" 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"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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" 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/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\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        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Aug 07, 2009 06:04 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Aug 07, 2009 06:07 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="1bf8c3c6b4f48ecdba1390d72ef5806f0df89d91"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\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      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" 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-2009\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 xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" 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" 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?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" 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" 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\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt
Failed doctest test for testFileRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt", line 32, in testFileRemoval.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileRemoval.txt[line 32, example 12]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalViaZMI.txt
Failed doctest test for testRemovalViaZMI.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalViaZMI.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalViaZMI.txt", line 29, in testRemovalViaZMI.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalViaZMI.txt[line 29, example 8]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt
Failed doctest test for testMultipleFilesRemovalWithHelper.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 24, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...<a href="http://nohost/plone/image2"...Test Image 2...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<a href="http://nohost/plone/image3"...Test Image 3...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9320.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0168.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5312.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey2634.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7122.js">\n      </script>\n    \n    \n    \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-cachekey6617.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7332.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey6621.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey1685.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" 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" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" 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" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" 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"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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" 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/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\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        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Aug 07, 2009 06:04 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Aug 07, 2009 06:07 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="1bf8c3c6b4f48ecdba1390d72ef5806f0df89d91"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\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      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" 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-2009\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 xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" 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" 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?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" 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" 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\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt
Failed doctest test for testCancelDuringMultiRemoval.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 29, in testCancelDuringMultiRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9320.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0168.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5312.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey2634.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7122.js">\n      </script>\n    \n    \n    \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-cachekey6617.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7332.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey6621.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey1685.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" 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" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" 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" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" 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"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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" 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/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharing</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        <span class="subMenuTitle">Link</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing" class="" id="folder_listing" title="">\n                        \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="contextChangeDefaultPage" title="Change the item used as default view in this folder">\n                        \n                        \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\na standard view\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        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Aug 07, 2009 06:04 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Aug 07, 2009 06:07 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="1bf8c3c6b4f48ecdba1390d72ef5806f0df89d91"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\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      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" 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-2009\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 xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" 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" 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?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" 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" 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\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt
Failed doctest test for testReferenceCreation.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceCreation.txt", line 24, in testReferenceCreation.txt
Failed example:
    doc.getReferences()
Expected:
    [<ATImage at /plone/image1>]
Got:
    []



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt
Failed doctest test for testConfirmationPageIntegration.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 37, in testConfirmationPageIntegration.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone/image1" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9320.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0168.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5312.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey2634.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7122.js">\n      </script>\n    \n    \n    \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-cachekey6617.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7332.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey6621.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey1685.kss" />\n\n\na standard view\n<title>Test Image 1 &mdash; Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\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-delete_confirmation_page" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/image1/delete_confirmation#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/image1/delete_confirmation#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" 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" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" 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" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" 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"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image1" class="plain"><a href="http://nohost/plone/image1/view" title="">Test Image 1</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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" 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/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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\na standard view\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\na standard view\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 id="plone-lock-status">\n  \n</div>\n\na standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n\n      \n\n      <h1 class="documentFirstHeading">\n        Do you really want to delete this item?\n      </h1>\n\n      <ul>\n          <li>Test Image 1</li>\n      </ul>\n\n      <form method="POST" action="http://nohost/plone/image1/delete_confirmation">\n        <div class="formControls">\n\n          <input type="hidden" name="form.submitted" value="1" />\n\n          <input class="destructive" type="submit" value="Delete" />\n          <input class="standalone" type="submit" value="Cancel" name="form.button.Cancel" />\n        </div>\n\n        <input type="hidden" name="_authenticator" value="1bf8c3c6b4f48ecdba1390d72ef5806f0df89d91"/>\n\n      </form>\n\n\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\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      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/image1/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" 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-2009\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 xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" 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" 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?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" 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" 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\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt
Failed doctest test for testRemovalWithCookieAuth.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 45, in testRemovalWithCookieAuth.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalWithCookieAuth.txt[line 45, example 15]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt
Failed doctest test for testReferalToPrivateFiles.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/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>...The item is not accessible...</ul>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <!-- Internet Explorer fix, forces IE8 into newest possible rendering\n         engine even if it\'s on an intranet. This has to be defined before any\n         script/style tags. -->\n    <meta http-equiv="X-UA-Compatible" content="IE=edge" /> \n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <link rel="kss-base-url" href="http://nohost/plone" />\n\n  \n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9320.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0168.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5312.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey2634.js">\n      </script>\n    \n    \n    \n  \n\n  \n    \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7122.js">\n      </script>\n    \n    \n    \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-cachekey6617.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7332.css);</style>\n    \n    \n    \n  \n\n  \n    \n    \n    \n      <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey6621.css);</style>\n    \n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey1685.kss" />\n\n\na standard view\n<title>Plone site</title>\n\n    <!-- IE6 workaround CSS/JS  -->\n    <!-- [if lte IE7]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n        \n        <script type="text/javascript" src="http://nohost/plone/iefixes.js">\n        </script>\n        \n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http://www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" 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" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" 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" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" 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"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" 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" 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/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n\n</ul>\n\n\n    \n\n</div>\na standard view\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        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view</div>\n\n                    \n                    <div id="content">\n                      \n                      <div>\n      a standard view\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Aug 07, 2009 06:04 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          \n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" title="Large Folder: Container for users\' home directories">\n                    Users\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/front-page" class="state-published" title="Page: Congratulations! You have successfully installed Plone.">\n                    <strong>Welcome to Plone</strong>\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-published">4.9 kB</span>\n              </td>\n              <td class="state-published">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" title="Large Folder: Site News">\n                    News\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Large Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" title="Large Folder: Site Events">\n                    Events\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:04 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/document_icon.png" alt="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-image2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image2" value="/plone/image2" alt="Select Test Image 2" title="Select Test Image 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image2" />\n                <label class="hiddenStructure" for="cb_image2">Test Image 2</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image2/view" class="state-missing-value" title="Image: ">\n                    Test Image 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Aug 07, 2009 06:07 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image3">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image3" value="/plone/image3" alt="Select Test Image 3" title="Select Test Image 3" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image3" />\n                <label class="hiddenStructure" for="cb_image3">Test Image 3</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image3/view" class="state-missing-value" title="Image: ">\n                    Test Image 3\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Aug 07, 2009 06:07 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Aug 07, 2009 06:07 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Aug 07, 2009 06:07 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="1bf8c3c6b4f48ecdba1390d72ef5806f0df89d91"/>\n      </form>\n    </div>\n                    </div>\n                    \n\n                    \n                    \n                      \n\na standard view\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 xmlns="http://www.w3.org/1999/xhtml" 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-2009\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 xmlns="http://www.w3.org/1999/xhtml" id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org" 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" 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?warning=no&amp;profile=css3&amp;usermedium=all" title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov" 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" 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\na standard view\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt
Failed doctest test for testRemovalInSubfolder.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 33, in testRemovalInSubfolder.txt
Failed example:
    browser.getControl(name='delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.6-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInSubfolder.txt[line 33, example 9]>", line 1, in <module>
        browser.getControl(name='delete').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
        return self._mech_open(url, data, timeout=timeout)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt
Failed doctest test for testReferenceOrthogonality.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 27, in testReferenceOrthogonality.txt
Failed example:
    doc.getReferences(relationship=referencedRelationship)
Expected:
    [<ATImage at /plone/image1>]
Got:
    []

  Ran 115 tests with 18 failures and 0 errors in 17.090 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.050 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.006 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.030 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.526 seconds.
  Ran 11 tests with 0 failures and 0 errors in 4.181 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.281 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.009 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.050 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.005 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.570 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.402 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.037 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.974 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.021 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.061 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.286 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 397 tests with 0 failures and 0 errors in 2.592 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1511 tests, 20 failures, 2 errors in 3 minutes 36.646 seconds.

FAILED (failures=20, errors=2) 




More information about the Testbot mailing list