[Testbot] FAILED (failures=34, errors=5) : Plone-trunk Zope-2.11 Python-2.4.4

plone.* Tests plone-tests at epy.co.at
Mon Feb 4 04:35:45 UTC 2008


plone.* Tests : FAILED (failures=34, errors=5)
Plone-trunk Zope-2.11 Python-2.4.4

Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope211/test.py -q -1 --config-file etc/zope.conf --package plone
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/utils.py:28: DeprecationWarning: ITranslatable: Please use Products.LinguaPlone.interfaces.ITranslatable instead. This interface will be removed in Plone 5.0
  from Products.CMFPlone.interfaces.Translatable import ITranslatable
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/PloneLanguageTool/interfaces.py:7: DeprecationWarning: ITranslatable: Please use Products.LinguaPlone.interfaces.ITranslatable instead. This interface will be removed in Plone 5.0
  from Products.CMFPlone.interfaces.Translatable import ITranslatable
GenericCache not found; tests skipped
Parsing /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/etc/zope.conf
Running unit tests:


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

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



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

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

  Ran 311 tests with 2 failures and 0 errors in 5.331 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile PluggableAuthService:simple taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile PluggableAuthService:empty taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
 in 1.236 seconds.
  Set up Products.PloneTestCase.layer.ZCML/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFActionIcons:actionicons taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFCalendar:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFCalendar:skins_support taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFTopic:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.CMFUid:default taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/GenericSetup/registry.py:740: UserWarning: Version for profile Products.DCWorkflow:revision2 taken from version.txt. This is deprecated behaviour: please specify the version in metadata.xml.
  warn('Version for profile %s taken from version.txt. '
 in 3.595 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.250 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 7.624 seconds.


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

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



Error in test test_baselineNoCopyReferences (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/test_iterate.py", line 181, in test_baselineNoCopyReferences
    wc = ICheckinCheckoutPolicy( doc ).checkout( self.portal.workarea )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/policy.py", line 61, in checkout
    notify( event.BeforeCheckoutEvent( self.context ) )
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/event/__init__.py", line 23, in notify
    subscriber(event)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/event.py", line 26, in dispatch
    for ignored in zope.component.subscribers(event, None):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/_api.py", line 130, in subscribers
    return sitemanager.subscribers(objects, interface)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/component/registry.py", line 290, in subscribers
    return self.adapters.subscribers(objects, provided)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/interface/adapter.py", line 535, in subscribers
    subscription(*objects)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/subscribers/versioning.py", line 32, in handleBeforeCheckout
    archiver.save("Baseline created")
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/archiver.py", line 43, in save
    self.repository.save( self.context, checkin_message )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/CMFEditions/CopyModifyMergeRepositoryTool.py", line 292, in save
    autoapply=self.autoapply)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/CMFEditions/CopyModifyMergeRepositoryTool.py", line 425, in _recursiveSave
    prep = portal_archivist.prepare(obj, app_metadata, sys_metadata)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/Products/CMFEditions/ArchivistTool.py", line 228, in prepare
    history_id = uidhandler.register(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 101, in register
    self._setUid(obj, uid)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 90, in _setUid
    self._reindexObject(obj)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFUid/UniqueIdHandlerTool.py", line 79, in _reindexObject
    catalog.reindexObject(obj, idxs=[self.UID_ATTRIBUTE_NAME])
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/CatalogTool.py", line 291, in reindexObject
    self.catalog_object(object, uid, idxs, update_metadata)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
    update_metadata, pghandler=pghandler)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
    update_metadata=update_metadata)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
    blah = x.index_object(index, object, threshold)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
    res += self._index_object(documentId, obj, threshold, attr)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
    newKeywords = self._get_object_keywords(obj, attr)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
    newKeywords = newKeywords()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
    return schema[name].getRaw(self, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
    res = [b.targetUID for b in brains]
AttributeError: targetUID



Error in test test_baselineReferencesMaintained (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/test_iterate.py", line 153, in test_baselineReferencesMaintained
    self.portal.docs.doc2.addReference( doc )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Referenceable.py", line 57, in addReference
    updateReferences, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ReferenceEngine.py", line 336, in addReference
    annotation._delObject(existing.id)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 379, in _delObject
    ob = self._getOb(id)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/ObjectManager.py", line 295, in _getOb
    raise AttributeError, id
AttributeError: 65b0f61922384bc3a6ae851b46f828fc



Error in test test_baselineVersionCreated (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/test_iterate.py", line 113, in test_baselineVersionCreated
    ICheckinCheckoutPolicy( doc ).checkout( self.portal.workarea )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/policy.py", line 65, in checkout
    working_copy, relation = copier.copyTo( container )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/copier.py", line 54, in copyTo
    self._handleReferences( self.context, wc, "checkout", wc_ref )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/copier.py", line 172, in _handleReferences
    for relationship in baseline.getRelationships():
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Referenceable.py", line 70, in getRelationships
    return tool.getRelationships(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ReferenceEngine.py", line 417, in getRelationships
    res[brain.relationship] = 1
AttributeError: relationship



Error in test test_wcNewBackwardReferencesCopied (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/test_iterate.py", line 141, in test_wcNewBackwardReferencesCopied
    wc = ICheckinCheckoutPolicy( doc ).checkout( self.portal.workarea )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/policy.py", line 65, in checkout
    working_copy, relation = copier.copyTo( container )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/copier.py", line 54, in copyTo
    self._handleReferences( self.context, wc, "checkout", wc_ref )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/copier.py", line 172, in _handleReferences
    for relationship in baseline.getRelationships():
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Referenceable.py", line 70, in getRelationships
    return tool.getRelationships(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ReferenceEngine.py", line 417, in getRelationships
    res[brain.relationship] = 1
AttributeError: relationship



Failure in test test_wcNewForwardReferencesCopied (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/test_iterate.py", line 130, in test_wcNewForwardReferencesCopied
    self.assertEqual( len(doc.getReferences("zebra")), 0)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 1 != 0



Error in test test_workflowState (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/test_iterate.py", line 89, in test_workflowState
    wc = ICheckinCheckoutPolicy( doc ).checkout( self.portal.workarea )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/policy.py", line 65, in checkout
    working_copy, relation = copier.copyTo( container )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/copier.py", line 54, in copyTo
    self._handleReferences( self.context, wc, "checkout", wc_ref )
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/copier.py", line 172, in _handleReferences
    for relationship in baseline.getRelationships():
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Referenceable.py", line 70, in getRelationships
    return tool.getRelationships(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ReferenceEngine.py", line 417, in getRelationships
    res[brain.relationship] = 1
AttributeError: relationship



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt
Failed doctest test for browser.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 37, in browser.txt
Failed example:
    browser.open(browser.url + '/@@content-checkout')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[14]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkout')
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 38, in browser.txt
Failed example:
    'This is a working copy' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 40, in browser.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/copy_of_hello-world'
    + 'http://nohost/plone/hello-world/@@content-checkout'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 47, in browser.txt
Failed example:
    'This item is being edited' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 52, in browser.txt
Failed example:
    browser.open('http://nohost/plone/copy_of_hello-world/edit')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[19]>", line 1, in ?
        browser.open('http://nohost/plone/copy_of_hello-world/edit')
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 53, in browser.txt
Failed example:
    browser.getControl('Title').value = 'Hello, World! version 2.0'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[20]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World! version 2.0'
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 337, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 54, in browser.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[21]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 337, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 55, in browser.txt
Failed example:
    'Changes saved.' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 57, in browser.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/copy_of_hello-world'
    + 'http://nohost/plone/copy_of_hello-world/edit'
    ?                                         +++++
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 65, in browser.txt
Failed example:
    browser.open(browser.url + '/@@content-checkin')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[24]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkin')
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 66, in browser.txt
Failed example:
    browser.getControl('Check in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[25]>", line 1, in ?
        browser.getControl('Check in').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 337, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Check in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 67, in browser.txt
Failed example:
    'Checked in' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 69, in browser.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/hello-world'
    + 'http://nohost/plone/copy_of_hello-world/edit/@@content-checkin'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 71, in browser.txt
Failed example:
    'Hello, World! version 2.0' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False



Failure in test testOnlyOpenIdInstalled (plone.app.openid.tests.test_view.TestOpenIdView)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/openid/tests/test_view.py", line 26, in testOnlyOpenIdInstalled
    self.assertEquals(pas_info.hasOpenIDdExtractor(), True)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: False != True



Failure in test test_OpenIdInstalled (plone.app.openid.tests.test_view.TestOpenIdView)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/openid/tests/test_view.py", line 15, in test_OpenIdInstalled
    self.assertEquals(pas_info.hasOpenIDdExtractor(), True)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: False != True



Failure in test test_published_news_items (plone.app.portlets.tests.test_events_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/portlets/tests/test_events_portlet.py", line 87, in test_published_news_items
    self.assertEquals(2, len(r.published_events()))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 2 != 1



Failure in test testTopLevelTooDeep (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/portlets/tests/test_navigation_portlet.py", line 225, in testTopLevelTooDeep
    self.assertEqual(len(tree['children']), 0)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 9 != 0



Failure in test testTopLevelWithContextAboveLevel (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/portlets/tests/test_navigation_portlet.py", line 219, in testTopLevelWithContextAboveLevel
    self.assertEqual(len(tree['children']), 0)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 9 != 0



Failure in test test_published_news_items (plone.app.portlets.tests.test_news_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/portlets/tests/test_news_portlet.py", line 83, in test_published_news_items
    self.assertEquals(2, len(r.published_news_items()))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 2 != 1



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/workflow/tests/onestateworkflow.txt", line 117, in onestateworkflow.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest onestateworkflow.txt[29]>", line 1, in ?
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 591, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 380, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 202, in _mech_open
        response = UserAgent.open(self, self.request, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_opener.py", line 246, in open
        response = meth(req, response)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_urllib2_support.py", line 529, in http_response
        response = self.parent.error(
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_opener.py", line 263, in error
        result = apply(self._call_chain, args)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_urllib2_support.py", line 125, in http_error_302
        return self.parent.open(new)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 202, in _mech_open
        response = UserAgent.open(self, self.request, data)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_opener.py", line 235, in open
        response = urlopen(self, req, data)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 376, in _open
        '_open', req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 79, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 993, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/testing.py", line 84, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/functional.py", line 40, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/Test.py", line 199, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/App/startup.py", line 252, in __call__
        f(client, REQUEST, t, v, traceback, error_log_url=error_log_url)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/Publish.py", line 110, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/BaseRequest.py", line 501, in traverse
        return response.notFoundError(URL)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/HTTPResponse.py", line 672, in notFoundError
        "Sorry, the requested resource does not exist." +
    NotFound: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



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

      
        
        
        
        
        

      

      <head>

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

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

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

        

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

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

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


    <title>Plone site</title>


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

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


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


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

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





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


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

        
        

        
        

        
        

      </head>

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

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

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

    <ul id="portal-siteactions">

        <li id="siteaction-sitemap"><a
        href="http://nohost/plone/sitemap" accesskey="3"
        title="Site Map">Site Map</a></li>
        <li id="siteaction-accessibility"><a
        href="http://nohost/plone/accessibility-info"
        accesskey="0" title="Accessibility">Accessibility</a></li>
        <li id="siteaction-contact"><a
        href="http://nohost/plone/contact-info" accesskey="9"
        title="Contact">Contact</a></li>

    </ul>

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

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

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

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

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

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

    </div>

    <a id="portal-logo" accesskey="1" href="http://nohost/plone">
        <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>


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

        <ul id="portal-globalnav">
            <li id="portaltab-index_html" class="selected">
                <a href="http://nohost/plone" title="">Home</a></li>
            <li id="portaltab-Members" class="plain">
                <a href="http://nohost/plone/Members"
                   title="Container for users' home directories">Users</a></li>
            <li id="portaltab-news" class="plain">
                <a href="http://nohost/plone/news"
                   title="Site News">News</a></li>
            <li id="portaltab-events" class="plain">
                <a href="http://nohost/plone/events"
                   title="Site Events">Events</a></li>
        </ul>

    </div>

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

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

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

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

    </ul>
    </div>


        

    <div id="portal-breadcrumbs">

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

    </div>

          </div>

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

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

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

                  
                    <div class="">

                      


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

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

                        

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

        

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

        

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

                        
                        
                        
                          
                          <div>

            <div>

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

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

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

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

                                </dt>
                
                                <dd></dd>

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

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

                            
                        
                            
                        </dl>
                        
                    

                

            </div>

            
            

    </div>
                        
                        

                        
                        
                          

                        
                        

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

                      </div>

                    </div>

                  
                </td>
                

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

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

          

            <div id="portal-footer">

    <p>
        
        The
        <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>
        is
        <acronym title="Copyright">&copy;</acronym>
        2000-2008
        by the
        <a href="http://plone.org/foundation">Plone Foundation</a>
        et al.
        
    </p>

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

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

    </div>

      <div id="portal-colophon">
          

          

          <div class="colophonWrapper">
          <ul>
            <li>
              <a href="http://plone.org"
                 title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">
                Powered by Plone</a>
            </li>
            <li>
              <a href="http://validator.w3.org/check/referer"
                 title="This site is valid XHTML.">
                Valid XHTML</a>
            </li>
            <li>
              <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"
                 title="This site was built with valid CSS.">
                Valid CSS</a>
            </li>
            <li>
              <a href="http://www.section508.gov"
                 title="This site conforms to the US Government Section 508 Accessibility Guidelines.">
                Section 508</a>
            </li>
            <li>
              <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"
                 title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">
                WCAG</a>
            </li>
          </ul>
          </div>

        </div>



          

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



  Ran 678 tests with 10 failures and 5 errors in 3 minutes 39.157 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.015 seconds.
  Ran 13 tests with 0 failures and 0 errors in 3.230 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 1.468 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt
Failed doctest test for testRemovalsWithYesToAll.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 8, in testRemovalsWithYesToAll.txt
Failed example:
    p.doc2.processForm(values={'text':tmpl % (p.image1.tag(), p.image3.tag())})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalsWithYesToAll.txt[4]>", line 1, in ?
        p.doc2.processForm(values={'text':tmpl % (p.image1.tag(), p.image3.tag())})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferenceUpdate.txt
Failed doctest test for testReferenceUpdate.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferenceUpdate.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferenceUpdate.txt", line 7, in testReferenceUpdate.txt
Failed example:
    portal.doc2.processForm(values={'text':'<a href="folder1/doc3">a document</a>'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferenceUpdate.txt[2]>", line 1, in ?
        portal.doc2.processForm(values={'text':'<a href="folder1/doc3">a document</a>'})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt
Failed doctest test for testCircularReferencesWithHelper.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 8, in testCircularReferencesWithHelper.txt
Failed example:
    p.doc2.processForm(values={'text':'<a href="folder1/doc3">linking...</a>'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferencesWithHelper.txt[3]>", line 1, in ?
        p.doc2.processForm(values={'text':'<a href="folder1/doc3">linking...</a>'})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 36, in testReferalToPrivateFiles.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<ul>...Item not accessible...</ul>...
     ...Would you like to delete it anyway?...'
Got:
    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n        \n      \n\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\n      lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type"\n          content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    \n\n  \n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/event-registration-cachekey6293.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey2380.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              sr!
 c="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6675.js">\n      </script>\n    \n    \n  \n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey7163.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey6410.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css"\n        href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey6258.kss" />\n\n\n<title>Plone site</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/"\n          title="Author information" />\n\n\n    <link rel="shortcut icon" type="image/x-icon"\!
 n          href="http://nohost/plone/favicon.ico" />\n\n\n    <link re
l="home" href="http://nohost/plone"\n          title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap"\n          title="Site Map" />\n\n\n\n\n\n    <link rel="search"\n          href="http://nohost/plone/search_form"\n          title="Search this site" />\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="None template-" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2"\n     href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6"\n     href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a\n    href="http://nohost/plone/sitemap" accesskey=!
 "3"\n    title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a\n    href="http://nohost/plone/accessibility-info"\n    accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a\n    href="http://nohost/plone/contact-info" accesskey="9"\n    title="Contact">Contact</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform"\n          action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18"\n               title="Search Site" accesskey="4"\n               class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit"\n               value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only"\n                   class="noborder" type="checkbox"\n                   na!
 me="path" value="/plone" />\n            <label for="searchbox_current
folder_only"\n                   style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form"\n           accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected">\n            <a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain">\n            <a href="http://nohost/plone/Members"\n               title="Contain!
 er for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news"\n               title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events"\n               title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain">\n            <a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain">\n            <a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image2/view" class="plain">\n            <a href="http://nohost/plone/image2/view"\n               title="">Test Image 2</a></li>\n        <li id="portaltab-image3/view" class="plain">\n            <a href="http://nohost/plone/image3/view"\n               title="">Test Image 3</a></li>\n        <li id="portaltab-folder1" class="plain">\n            <a href="http:!
 //nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\n
</div>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name"\n              href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/Members/test_user_1_">My Folder</a>\n        </li>\n    \n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <t!
 r>\n            \n            <td id="portal-column-one">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e617669676174696f6e"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e617669676174696f6e">\n<dl class="portlet portletNavigationTree">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="http://nohost/plone/sitemap" class="tile">Navigation</a>\n       \n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem lastItem">\n        <ul class="portletNavigationTree navTreeLevel0">\n            \n            \n\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/Members"\n           class="state-visible"\n           title="Container for users\' home directories!
 ">\n            <img width="16" height="16" src="http://nohost/plone/p
lone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>Users</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/news"\n           class="state-visible" title="Site News">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>News</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/events"\n           class="state-visible" title="Site Events">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>Events</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohos!
 t/plone/doc1"\n           class="state-visible" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/document_icon.gif" alt="Document" />\n            <span>Test Page 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/doc2"\n           class="state-visible" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/document_icon.gif" alt="Document" />\n            <span>Test Page 2</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image2/view"\n           class="state-missing-value" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n            <span>Test Image 2</span>\n        </a>\n        \n    </div>\n\n    \n    \n!
 </li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <d
iv>\n\n        <a href="http://nohost/plone/image3/view"\n           class="state-missing-value" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n            <span>Test Image 3</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker navTreeFolderish">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/folder1"\n           class="state-visible navTreeFolderish" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Folder" />\n            <span>Test Folder 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n\n\n        </ul>\n        <span class="portletBottomLeft"></span>\n        <span class="portletBottomRight"></span>\n    </dd>\n</dl>\n\n</div>\n\n\n<div class="managePortletsLink">\n  \n</div>\n\n                \n                &nbsp;\n              </div>\n            </td>\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">\n\n            \n              <li id="contentview-folderContents"\n                  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>\n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></s!
 pan>\n                    \n                    <a name="documentConte
nt"></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"></div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      <h1 class="documentFirstHeading">\n        <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" />\n        Plone site\n      </h1>\n\n      \n\n      \n\n      <form name="folderContentsForm" method="post"\n            action="http://nohost/plone">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on"\n         value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <!
 input type="hidden" name="orig_template"\n         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"\n           summary="Content listing">\n      <thead>\n          <tr>\n            <th colspan="6" class="nosort">Select: <a\n    id="foldercontents-selectall"\n    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 id="foldercontents-title-column"\n                class="nosort">&nbsp;Title&nbsp;</th>\n            <th id="foldercontents-size-column"\n                class="nosort">&nbsp;Size&nbsp;</th>\n!
             <th id="foldercontents-modified-column"\n                c
lass="nosort">&nbsp;Modified&nbsp;</th>\n            <th id="foldercontents-status-column"\n                class="nosort">&nbsp;State&nbsp;</th>\n            \n          </tr>\n      </thead>\n\n      \n      <tbody>\n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-Members">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list"\n                            id="cb_Members"\n                            value="/plone/Members"\n                            alt="Select Users"\n                            title="Select Users" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/Members" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/Members/folder_contents"\n                         class="state-visible"\n                         title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                  id="folder-cont!
 ents-item-front-page">\n\n                 \n\n                 <td cl
ass="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list"\n                            id="cb_front-page"\n                            value="/plone/front-page"\n                            alt="Select Welcome to Plone"\n                            title="Select Welcome to Plone" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/front-page" />\n                <label class="hiddenStructure"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/front-page"\n                         class="state-published"\n                         title=" Document!
 : 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.7 kB</span>\n              </td>\n              <td class="state-published">Feb 04, 2008 06:11 AM</td>\n              <td>\n                  <span class="state-published">Published</span>\n                  \n              </td>\n              \n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-news">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_news"\n                            value="/plone/news"\n                            alt="Select News"\n              !
               title="Select News" />\n                <input type="hid
den"\n                       name="selected_obj_paths:list"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/news/folder_contents"\n                         class="state-visible"\n                         title=" Large Plone 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">Feb 04, 2008 06:11 AM</td>\n              <td>\n                  <span class="state-visible">Publi!
 c draft</span>\n                  \n              </td>\n              \n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-events">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_events"\n                            value="/plone/events"\n                            alt="Select Events"\n                            title="Select Events" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/events" />\n                <label class="hiddenStructure"\n                       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/plone!
 /folder_icon.gif" alt="Large Plone Folder" />\n                      <
a href="http://nohost/plone/events/folder_contents"\n                         class="state-visible"\n                         title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                  id="folder-contents-item-doc1">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_doc1"\n                            value="!
 /plone/doc1"\n                            alt="Select Test Page 1"\n                            title="Select Test Page 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/doc1"\n                         class="state-visible"\n                         title=" Document: ">\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">Feb 04, 2008 06:15 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"\n                  id="folder-contents-item-doc2">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_doc2"\n                            value="/plone/doc2"\n                            alt="Select Test Page 2"\n                            title="Select Test Page 2" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/doc2"\n                         class="state-visible"\n                         title=" Document: ">\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">Feb 04, 2008 06:15 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"\n                  id="folder-contents-item-image2">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:lis!
 t" id="cb_image2"\n                            value="/plone/image2"\n
                            alt="Select Test Image 2"\n                            title="Select Test Image 2" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image2" />\n                <label class="hiddenStructure"\n                       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/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image2/view"\n                         class="state-missing-value"\n                         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">Feb 04, 2008 06:15 AM</td>\n              <td>\n                  \n                  <span>&nbsp;</span>\n              </td>\n              \n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-image3">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_image3"\n                            value="/plone/image3"\n                            alt="Select Test Image 3"\n                            title="Select Test Image 3" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image3" />\n                <label class="hiddenStructure"\n                       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/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image3/view"\n                         class="state-missing-value"\n                         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">Feb 04, 2008 06:15 AM</td>\n              <td>\n                  \n                  <span>&nbsp;</span>\n              </td>\n              \n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-folder1">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                 !
            name="paths:list"\n                            id="cb_folder1"\n                            value="/plone/folder1"\n                            alt="Select Test Folder 1"\n                            title="Select Test Folder 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/folder1" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Folder" />\n                      <a href="http://nohost/plone/folder1/folder_contents"\n                         class="state-visible"\n                         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">Feb 04, 2008 06:15 AM</td>\n              <td>\n                  <span class="state-visible">Public draft</span>\n                  \n              </td>\n              \n             </tr>\n          \n      </tbody>\n    \n  </table>\n  <!-- Navigation -->\n\n\n  \n    <input class="context" type="submit"\n           name="folder_copy:method" value="Copy" />\n  \n  \n    <input class="context" type="submit"\n           name="folder_cut:method" value="Cut" />\n  \n  \n    <input class="context" type="submit"\n           name="folder_delete:method" value="Delete" />\n  \n  \n</div>\n\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="conte!
 ntBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            <td id="portal-column-two">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?None&amp;month:int=1&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Previous month"\n           id="calendar-previous"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-1 calendarPrevious">&laquo;</a>\n\n        \n            February\n            2008\n        \n\n        <a href="?None&amp;month:i!
 nt=3&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow"
 title="Next month"\n           id="calendar-next"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-3 calendarNext">&raquo;</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem">\n        <table class="ploneCalendar" summary="Calendar">\n            <caption class="hiddenStructure">February</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th\n    scope="col">Tue</th><th scope="col">Wed</th><th\n    scope="col">Thu</th><th scope="col">Fri</th><th\n    scope="col">Sat</th><th scope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td><td></td><td></td><td>1</td><td>2</td><td>3</td>\n                </tr>\n                <tr><td class="todaynoevent"><strong>4</strong></td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>\n                </tr>\n                <tr><td>11</td><td>12</td><td>13</td>!
 <td>14</td><td>15</td><td>16</td><td>17</td>\n                </tr>\n                <tr><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td>\n                </tr>\n                <tr><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td></td><td></td>\n                </tr>\n            </tbody>\n\n        </table>\n        <span class="portletBottomLeft"></span>\n        <span class="portletBottomRight"></span>\n    </dd>\n</dl>\n</div>\n\n\n<div class="managePortletsLink">\n  \n</div>\n\n                \n                &nbsp;\n              </div>\n            </td>\n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copy!
 right">&copy;</acronym>\n    2000-2008\n    by the\n    <a href="http:
//plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n  <div id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org"\n             title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer"\n             title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=cs!
 s3&amp;usermedium=all"\n             title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov"\n             title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"\n             title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt=""\n                           src="http://nohost/plone/spinner.gif" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt
Failed doctest test for testRenamingReferencedItem.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 20, in testRenamingReferencedItem.txt
Failed example:
    portal.nuname
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRenamingReferencedItem.txt[10]>", line 1, in ?
        portal.nuname
    AttributeError: nuname



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt
Failed doctest test for testRemovalInSubfolder.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 7, in testRemovalInSubfolder.txt
Failed example:
    portal.doc2.processForm(values={'text':'<a href="folder1/doc3">a document</a>'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInSubfolder.txt[2]>", line 1, in ?
        portal.doc2.processForm(values={'text':'<a href="folder1/doc3">a document</a>'})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt
Failed doctest test for testRemovalOfReferenceChain.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 8, in testRemovalOfReferenceChain.txt
Failed example:
    p.folder1.doc4.processForm(values={'text':'<a href="doc3">a document</a>'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalOfReferenceChain.txt[3]>", line 1, in ?
        p.folder1.doc4.processForm(values={'text':'<a href="doc3">a document</a>'})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt
Failed doctest test for testMultipleFilesRemoval.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 10, in testMultipleFilesRemoval.txt
Failed example:
    p.doc2.processForm(values={'text':tmpl % (p.image1.tag(), p.image3.tag())})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleFilesRemoval.txt[4]>", line 1, in ?
        p.doc2.processForm(values={'text':tmpl % (p.image1.tag(), p.image3.tag())})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCircularReferences.txt
Failed doctest test for testCircularReferences.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCircularReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCircularReferences.txt", line 10, in testCircularReferences.txt
Failed example:
    p.doc2.processForm(values={'text':'<a href="folder1/doc3">linking...</a>'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferences.txt[3]>", line 1, in ?
        p.doc2.processForm(values={'text':'<a href="folder1/doc3">linking...</a>'})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt
Failed doctest test for testReferenceInRestructuredText.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 19, in testReferenceInRestructuredText.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/doc2"...Test Page 2...
     ...This...Document...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:
    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n        \n      \n\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\n      lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type"\n          content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    \n\n  \n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/event-registration-cachekey6293.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey2380.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              sr!
 c="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6675.js">\n      </script>\n    \n    \n  \n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey7163.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey6410.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css"\n        href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey6258.kss" />\n\n\n<title>Plone site</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/"\n          title="Author information" />\n\n\n    <link rel="shortcut icon" type="image/x-icon"\!
 n          href="http://nohost/plone/favicon.ico" />\n\n\n    <link re
l="home" href="http://nohost/plone"\n          title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap"\n          title="Site Map" />\n\n\n\n\n\n    <link rel="search"\n          href="http://nohost/plone/search_form"\n          title="Search this site" />\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="None template-" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2"\n     href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6"\n     href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a\n    href="http://nohost/plone/sitemap" accesskey=!
 "3"\n    title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a\n    href="http://nohost/plone/accessibility-info"\n    accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a\n    href="http://nohost/plone/contact-info" accesskey="9"\n    title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a\n    href="http://nohost/plone/plone_control_panel"\n    accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform"\n          action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18"\n               title="Search Site" accesskey="4"\n               class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit"\n               value="Search" />\n    \n        <div cla!
 ss="searchSection">\n            <input id="searchbox_currentfolder_on
ly"\n                   class="noborder" type="checkbox"\n                   name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only"\n                   style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form"\n           accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected">\n            <a href="http://nohost/plone" title=!
 "">Home</a></li>\n        <li id="portaltab-Members" class="plain">\n            <a href="http://nohost/plone/Members"\n               title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news"\n               title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events"\n               title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain">\n            <a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-image1/view" class="plain">\n            <a href="http://nohost/plone/image1/view"\n               title="">Test Image 1</a></li>\n        <li id="portaltab-image2/view" class="plain">\n            <a href="http://nohost/plone/image2/view"\n               title="">Test Image 2</a></li>\n        <li id="portaltab-image3/view" class="plain">\!
 n            <a href="http://nohost/plone/image3/view"\n              
 title="">Test Image 3</a></li>\n        <li id="portaltab-folder1" class="plain">\n            <a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\n</div>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name"\n              href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/Members/test_user_1_">My Folder</a>\n        </li>\n    \n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \!
 n\n</div>\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            <td id="portal-column-one">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e617669676174696f6e"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e617669676174696f6e">\n<dl class="portlet portletNavigationTree">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="http://nohost/plone/sitemap" class="tile">Navigation</a>\n       \n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem lastItem">\n        <ul class="portletNavigationTree navTreeLevel0">\n            \n            \n\n\n\n<li class="navTreeItem !
 visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://noh
ost/plone/Members"\n           class="state-visible"\n           title="Container for users\' home directories">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>Users</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/news"\n           class="state-visible" title="Site News">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>News</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/events"\n           class="state-visible" title="Site Events">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n         !
    <span>Events</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/doc1"\n           class="state-visible" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/document_icon.gif" alt="Document" />\n            <span>Test Page 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/doc2"\n           class="state-visible" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/document_icon.gif" alt="Document" />\n            <span>Test Page 2</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image1/view"\n           class="state-missing-value" title="">\n            !
 <img width="16" height="16" src="http://nohost/plone/plone/image_icon.
gif" alt="Image" />\n            <span>Test Image 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image2/view"\n           class="state-missing-value" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n            <span>Test Image 2</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image3/view"\n           class="state-missing-value" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n            <span>Test Image 3</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker navTreeFolderish">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/folder1"!
 \n           class="state-visible navTreeFolderish" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Folder" />\n            <span>Test Folder 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n\n\n        </ul>\n        <span class="portletBottomLeft"></span>\n        <span class="portletBottomRight"></span>\n    </dd>\n</dl>\n\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen"\n     href="http://nohost/plone/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </div>\n            </td>\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">\n\n            \n              <li id="contentview-folderContents"\n !
                  class="plain">\n                <a href="http://nohos
t/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"\n                  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"\n       !
      id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories"\n               title="Add new items inside this item">\n                \n                <span>Add new\xe2\x80\xa6</span>\n                \n                <span class="arrowDownAlternative">&#9660;</span>\n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic"\n                       class="contenttype-topic" id="topic"\n                       title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/topic_icon.gif"\n                             alt="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"\n                       class="contenttype-event" id="event"\n                       title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/event_icon.gif"\n                             alt="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?ty!
 pe_name=File"\n                       class="contenttype-file" id="file"\n                       title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/file_icon.gif"\n                             alt="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"\n                       class="contenttype-folder"\n                       id="folder"\n                       title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/folder_icon.gif"\n                          !
    alt="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"\n                       class="contenttype-image" id="image"\n                       title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/image_icon.gif"\n                             alt="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"\n                     !
   class="contenttype-link" id="link"\n                       title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/link_icon.gif"\n                             alt="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"\n                       class="contenttype-news-item"\n                       id="news-item"\n                       title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/newsitem_icon.gif"\n  !
                            alt="An announcement that will show up on t
he 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"\n                       class="contenttype-document"\n                       id="document"\n                       title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/document_icon.gif"\n                             alt="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="action!
 Menu"\n            id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view"\n               title="Select the view mode for this folder, or set a content item as its default view.">\n                \n                <span>Display</span>\n                \n                <span class="arrowDownAlternative">&#9660;</span>\n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing"\n                       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 h!
 ref="http://nohost/plone/selectViewTemplate?templateId=folder_summary_
view"\n                       class="" id="folder_summary_view"\n                       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"\n                       class="" id="folder_tabular_view"\n                       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"\n                       class="" id="atct_album_view"\n                       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"\n                         class="">\n                        &bull;\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"\n                       class=""\n                       id="_contextChangeDefaultPage"\n                       title="Change the item used as default view in this folder">\n                        \n                        \n              !
           <span class="subMenuTitle">Change content item\nas default v
iew...</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>\n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <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"></div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      <h1 class="docum!
 entFirstHeading">\n        <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" />\n        Plone site\n      </h1>\n\n      \n\n      \n\n      <form name="folderContentsForm" method="post"\n            action="http://nohost/plone">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on"\n         value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="orig_template"\n         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"\n           summary="Content listing">\n      <thead>\n          <tr>\n            <th colspan="6" class="nosort"!
 >Select: <a\n    id="foldercontents-selectall"\n    href="http://nohos
t/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 id="foldercontents-title-column"\n                class="nosort">&nbsp;Title&nbsp;</th>\n            <th id="foldercontents-size-column"\n                class="nosort">&nbsp;Size&nbsp;</th>\n            <th id="foldercontents-modified-column"\n                class="nosort">&nbsp;Modified&nbsp;</th>\n            <th id="foldercontents-status-column"\n                class="nosort">&nbsp;State&nbsp;</th>\n            <th class="nosort"\n                id="foldercontents-order-column">\n              &nbsp;Order&nbsp;</th>\n          </tr>\n      </thead>\n\n      \n      <tbody>\n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-Members">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="ch!
 eckbox" class="noborder"\n                            name="paths:list"\n                            id="cb_Members"\n                            value="/plone/Members"\n                            alt="Select Users"\n                            title="Select Users" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/Members" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/Members/folder_contents"\n                         class="state-visible"\n                         title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-front-page">\n\n                 \n\n                 <t!
 d class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list"\n                            id="cb_front-page"\n                            value="/plone/front-page"\n                            alt="Select Welcome to Plone"\n                            title="Select Welcome to Plone" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/front-page" />\n                <label class="hiddenStructure"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/front-page"\n                         class="state-published"\n                         title=" Doc!
 ument: 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.7 kB</span>\n              </td>\n              <td class="state-published">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr !
 class="draggable odd"\n                  id="folder-contents-item-news">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_news"\n                            value="/plone/news"\n                            alt="Select News"\n                            title="Select News" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/news/folder_contents"\n                         class="state-visible"\n       !
                   title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-!
 contents-item-events">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_events"\n                            value="/plone/events"\n                            alt="Select Events"\n                            title="Select Events" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/events" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/events/folder_contents"\n                         class="state-visible"\n                 !
         title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-con!
 tents-item-doc1">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_doc1"\n                            value="/plone/doc1"\n                            alt="Select Test Page 1"\n                            title="Select Test Page 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/doc1"\n                         class="state-visible"\n                         title=" Document: ">\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">Feb 04, 2008 06:15 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-image1">\n\n                 \n\n                 <td class="notDr!
 aggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_image1"\n                            value="/plone/image1"\n                            alt="Select Test Image 1"\n                            title="Select Test Image 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image1" />\n                <label class="hiddenStructure"\n                       for="cb_image1">Test Image 1</label>\n              </td>\n              <td>\n                  <span class="contenttype-image">\n                      <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image1/view"\n                         class="state-missing-value"\n                         title=" Image: ">\n                        Test Image 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">Feb 04, 2008 06:15 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=image1"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-image2">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkb!
 ox" class="noborder"\n                            name="paths:list" id="cb_image2"\n                            value="/plone/image2"\n                            alt="Select Test Image 2"\n                            title="Select Test Image 2" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image2" />\n                <label class="hiddenStructure"\n                       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/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image2/view"\n                         class="state-missing-value"\n                         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">Feb 04, 2008 06:15 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=image2"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image2"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-image3">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            !
 name="paths:list" id="cb_image3"\n                            value="/plone/image3"\n                            alt="Select Test Image 3"\n                            title="Select Test Image 3" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image3" />\n                <label class="hiddenStructure"\n                       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/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image3/view"\n                         class="state-missing-value"\n                         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">Feb 04, 2008 06:15 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=image3"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image3"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-folder1">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list"\n                            id=!
 "cb_folder1"\n                            value="/plone/folder1"\n                            alt="Select Test Folder 1"\n                            title="Select Test Folder 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/folder1" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Folder" />\n                      <a href="http://nohost/plone/folder1/folder_contents"\n                         class="state-visible"\n                         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">Feb 04, 2008 06:15 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n      </tbody>\n    \n  </table>\n  <!-- Navigation -->\n\n\n  \n    <input class="context" type="submit"\n           name="folder_copy:method" value="Copy" />\n  \n  \n    <input class="context" type="submit"\n           name="folder_cut:method" value="Cut" />\n  \n  \n    <input class="context" t!
 ype="submit"\n           name="folder_rename_form:method" value="Rename" />\n  \n  \n    <input class="context" type="submit"\n           name="folder_delete:method" value="Delete" />\n  \n  \n    <input class="context" type="submit"\n           name="content_status_history:method"\n           value="Change State" />\n  \n  \n</div>\n\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            <td id="portal-column-two">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e6!
 46172"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e726
9676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?None&amp;month:int=1&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Previous month"\n           id="calendar-previous"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-1 calendarPrevious">&laquo;</a>\n\n        \n            February\n            2008\n        \n\n        <a href="?None&amp;month:int=3&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Next month"\n           id="calendar-next"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-3 calendarNext">&raquo;</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem">\n        <table class="ploneCalendar" summary="Calendar">\n            <caption class="hiddenStructure">February</caption>\n       !
      <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th\n    scope="col">Tue</th><th scope="col">Wed</th><th\n    scope="col">Thu</th><th scope="col">Fri</th><th\n    scope="col">Sat</th><th scope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td><td></td><td></td><td>1</td><td>2</td><td>3</td>\n                </tr>\n                <tr><td class="todaynoevent"><strong>4</strong></td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>\n                </tr>\n                <tr><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td><td>17</td>\n                </tr>\n                <tr><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td>\n                </tr>\n                <tr><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td></td><td></td>\n                </tr>\n            </tbody>\n\n        </table>\n        <span cla!
 ss="portletBottomLeft"></span>\n        <span class="portletBottomRigh
t"></span>\n    </dd>\n</dl>\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen"\n     href="http://nohost/plone/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </div>\n            </td>\n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2008\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distribu!
 ted under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n  <div id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org"\n             title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer"\n             title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"\n             title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov"\n             title="This site conforms to the US Government Section 50!
 8 Accessibility Guidelines.">\n            Section 508</a>\n        </
li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"\n             title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt=""\n                           src="http://nohost/plone/spinner.gif" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt
Failed doctest test for testRemovalTriggersConfirmation.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/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/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalTriggersConfirmation.txt[4]>", line 1, in ?
        self.assertEqual(doc.getReferences(), [img])
      File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
        raise self.failureException, \
    AssertionError: [<Reference sid:7290959cabffe17c5fe1076ce8974df8 tid:55c00f76aaebfb71d8ccd9525325fb6c rel:isReferencing>] != [<ATImage at /plone/image1>]



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt
Failed doctest test for testRemovalWithCookieAuth.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 35, in testRemovalWithCookieAuth.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/doc2"...Test Page 2...
     ...This...Document...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:
    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n        \n      \n\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\n      lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type"\n          content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    \n\n  \n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/event-registration-cachekey6293.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey2380.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              sr!
 c="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6675.js">\n      </script>\n    \n    \n  \n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey7163.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey6410.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css"\n        href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey6258.kss" />\n\n\n<title>Plone site</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/"\n          title="Author information" />\n\n\n    <link rel="shortcut icon" type="image/x-icon"\!
 n          href="http://nohost/plone/favicon.ico" />\n\n\n    <link re
l="home" href="http://nohost/plone"\n          title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap"\n          title="Site Map" />\n\n\n\n\n\n    <link rel="search"\n          href="http://nohost/plone/search_form"\n          title="Search this site" />\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="None template-" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2"\n     href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6"\n     href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a\n    href="http://nohost/plone/sitemap" accesskey=!
 "3"\n    title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a\n    href="http://nohost/plone/accessibility-info"\n    accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a\n    href="http://nohost/plone/contact-info" accesskey="9"\n    title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a\n    href="http://nohost/plone/plone_control_panel"\n    accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform"\n          action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18"\n               title="Search Site" accesskey="4"\n               class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit"\n               value="Search" />\n    \n        <div cla!
 ss="searchSection">\n            <input id="searchbox_currentfolder_on
ly"\n                   class="noborder" type="checkbox"\n                   name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only"\n                   style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form"\n           accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected">\n            <a href="http://nohost/plone" title=!
 "">Home</a></li>\n        <li id="portaltab-Members" class="plain">\n            <a href="http://nohost/plone/Members"\n               title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news"\n               title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events"\n               title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain">\n            <a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-image1/view" class="plain">\n            <a href="http://nohost/plone/image1/view"\n               title="">Test Image 1</a></li>\n        <li id="portaltab-image2/view" class="plain">\n            <a href="http://nohost/plone/image2/view"\n               title="">Test Image 2</a></li>\n        <li id="portaltab-image3/view" class="plain">\!
 n            <a href="http://nohost/plone/image3/view"\n              
 title="">Test Image 3</a></li>\n        <li id="portaltab-folder1" class="plain">\n            <a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\n</div>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name"\n              href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/Members/test_user_1_">My Folder</a>\n        </li>\n    \n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \!
 n\n</div>\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            <td id="portal-column-one">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e617669676174696f6e"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e617669676174696f6e">\n<dl class="portlet portletNavigationTree">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="http://nohost/plone/sitemap" class="tile">Navigation</a>\n       \n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem lastItem">\n        <ul class="portletNavigationTree navTreeLevel0">\n            \n            \n\n\n\n<li class="navTreeItem !
 visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://noh
ost/plone/Members"\n           class="state-visible"\n           title="Container for users\' home directories">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>Users</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/news"\n           class="state-visible" title="Site News">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>News</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/events"\n           class="state-visible" title="Site Events">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n         !
    <span>Events</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/doc1"\n           class="state-visible" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/document_icon.gif" alt="Document" />\n            <span>Test Page 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/doc2"\n           class="state-visible" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/document_icon.gif" alt="Document" />\n            <span>Test Page 2</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image1/view"\n           class="state-missing-value" title="">\n            !
 <img width="16" height="16" src="http://nohost/plone/plone/image_icon.
gif" alt="Image" />\n            <span>Test Image 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image2/view"\n           class="state-missing-value" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n            <span>Test Image 2</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image3/view"\n           class="state-missing-value" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n            <span>Test Image 3</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker navTreeFolderish">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/folder1"!
 \n           class="state-visible navTreeFolderish" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Folder" />\n            <span>Test Folder 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n\n\n        </ul>\n        <span class="portletBottomLeft"></span>\n        <span class="portletBottomRight"></span>\n    </dd>\n</dl>\n\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen"\n     href="http://nohost/plone/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </div>\n            </td>\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">\n\n            \n              <li id="contentview-folderContents"\n !
                  class="plain">\n                <a href="http://nohos
t/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"\n                  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"\n       !
      id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories"\n               title="Add new items inside this item">\n                \n                <span>Add new\xe2\x80\xa6</span>\n                \n                <span class="arrowDownAlternative">&#9660;</span>\n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic"\n                       class="contenttype-topic" id="topic"\n                       title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/topic_icon.gif"\n                             alt="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"\n                       class="contenttype-event" id="event"\n                       title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/event_icon.gif"\n                             alt="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?ty!
 pe_name=File"\n                       class="contenttype-file" id="file"\n                       title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/file_icon.gif"\n                             alt="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"\n                       class="contenttype-folder"\n                       id="folder"\n                       title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/folder_icon.gif"\n                          !
    alt="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"\n                       class="contenttype-image" id="image"\n                       title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/image_icon.gif"\n                             alt="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"\n                     !
   class="contenttype-link" id="link"\n                       title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/link_icon.gif"\n                             alt="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"\n                       class="contenttype-news-item"\n                       id="news-item"\n                       title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/newsitem_icon.gif"\n  !
                            alt="An announcement that will show up on t
he 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"\n                       class="contenttype-document"\n                       id="document"\n                       title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/document_icon.gif"\n                             alt="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="action!
 Menu"\n            id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view"\n               title="Select the view mode for this folder, or set a content item as its default view.">\n                \n                <span>Display</span>\n                \n                <span class="arrowDownAlternative">&#9660;</span>\n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing"\n                       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 h!
 ref="http://nohost/plone/selectViewTemplate?templateId=folder_summary_
view"\n                       class="" id="folder_summary_view"\n                       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"\n                       class="" id="folder_tabular_view"\n                       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"\n                       class="" id="atct_album_view"\n                       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"\n                         class="">\n                        &bull;\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"\n                       class=""\n                       id="_contextChangeDefaultPage"\n                       title="Change the item used as default view in this folder">\n                        \n                        \n              !
           <span class="subMenuTitle">Change content item\nas default v
iew...</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>\n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <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"></div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      <h1 class="docum!
 entFirstHeading">\n        <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" />\n        Plone site\n      </h1>\n\n      \n\n      \n\n      <form name="folderContentsForm" method="post"\n            action="http://nohost/plone">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on"\n         value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="orig_template"\n         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"\n           summary="Content listing">\n      <thead>\n          <tr>\n            <th colspan="6" class="nosort"!
 >Select: <a\n    id="foldercontents-selectall"\n    href="http://nohos
t/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 id="foldercontents-title-column"\n                class="nosort">&nbsp;Title&nbsp;</th>\n            <th id="foldercontents-size-column"\n                class="nosort">&nbsp;Size&nbsp;</th>\n            <th id="foldercontents-modified-column"\n                class="nosort">&nbsp;Modified&nbsp;</th>\n            <th id="foldercontents-status-column"\n                class="nosort">&nbsp;State&nbsp;</th>\n            <th class="nosort"\n                id="foldercontents-order-column">\n              &nbsp;Order&nbsp;</th>\n          </tr>\n      </thead>\n\n      \n      <tbody>\n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-Members">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="ch!
 eckbox" class="noborder"\n                            name="paths:list"\n                            id="cb_Members"\n                            value="/plone/Members"\n                            alt="Select Users"\n                            title="Select Users" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/Members" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/Members/folder_contents"\n                         class="state-visible"\n                         title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-front-page">\n\n                 \n\n                 <t!
 d class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list"\n                            id="cb_front-page"\n                            value="/plone/front-page"\n                            alt="Select Welcome to Plone"\n                            title="Select Welcome to Plone" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/front-page" />\n                <label class="hiddenStructure"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/front-page"\n                         class="state-published"\n                         title=" Doc!
 ument: 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.7 kB</span>\n              </td>\n              <td class="state-published">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr !
 class="draggable odd"\n                  id="folder-contents-item-news">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_news"\n                            value="/plone/news"\n                            alt="Select News"\n                            title="Select News" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/news/folder_contents"\n                         class="state-visible"\n       !
                   title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-!
 contents-item-events">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_events"\n                            value="/plone/events"\n                            alt="Select Events"\n                            title="Select Events" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/events" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/events/folder_contents"\n                         class="state-visible"\n                 !
         title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-con!
 tents-item-doc1">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_doc1"\n                            value="/plone/doc1"\n                            alt="Select Test Page 1"\n                            title="Select Test Page 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/doc1"\n                         class="state-visible"\n                         title=" Document: ">\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">Feb 04, 2008 06:15 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-image1">\n\n                 \n\n                 <td class="notDr!
 aggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_image1"\n                            value="/plone/image1"\n                            alt="Select Test Image 1"\n                            title="Select Test Image 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image1" />\n                <label class="hiddenStructure"\n                       for="cb_image1">Test Image 1</label>\n              </td>\n              <td>\n                  <span class="contenttype-image">\n                      <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image1/view"\n                         class="state-missing-value"\n                         title=" Image: ">\n                        Test Image 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">Feb 04, 2008 06:15 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=image1"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-image2">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkb!
 ox" class="noborder"\n                            name="paths:list" id="cb_image2"\n                            value="/plone/image2"\n                            alt="Select Test Image 2"\n                            title="Select Test Image 2" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image2" />\n                <label class="hiddenStructure"\n                       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/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image2/view"\n                         class="state-missing-value"\n                         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">Feb 04, 2008 06:15 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=image2"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image2"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-image3">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            !
 name="paths:list" id="cb_image3"\n                            value="/plone/image3"\n                            alt="Select Test Image 3"\n                            title="Select Test Image 3" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image3" />\n                <label class="hiddenStructure"\n                       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/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image3/view"\n                         class="state-missing-value"\n                         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">Feb 04, 2008 06:15 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=image3"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image3"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-folder1">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list"\n                            id=!
 "cb_folder1"\n                            value="/plone/folder1"\n                            alt="Select Test Folder 1"\n                            title="Select Test Folder 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/folder1" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Folder" />\n                      <a href="http://nohost/plone/folder1/folder_contents"\n                         class="state-visible"\n                         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">Feb 04, 2008 06:15 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n      </tbody>\n    \n  </table>\n  <!-- Navigation -->\n\n\n  \n    <input class="context" type="submit"\n           name="folder_copy:method" value="Copy" />\n  \n  \n    <input class="context" type="submit"\n           name="folder_cut:method" value="Cut" />\n  \n  \n    <input class="context" t!
 ype="submit"\n           name="folder_rename_form:method" value="Rename" />\n  \n  \n    <input class="context" type="submit"\n           name="folder_delete:method" value="Delete" />\n  \n  \n    <input class="context" type="submit"\n           name="content_status_history:method"\n           value="Change State" />\n  \n  \n</div>\n\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            <td id="portal-column-two">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e6!
 46172"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e726
9676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?None&amp;month:int=1&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Previous month"\n           id="calendar-previous"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-1 calendarPrevious">&laquo;</a>\n\n        \n            February\n            2008\n        \n\n        <a href="?None&amp;month:int=3&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Next month"\n           id="calendar-next"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-3 calendarNext">&raquo;</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem">\n        <table class="ploneCalendar" summary="Calendar">\n            <caption class="hiddenStructure">February</caption>\n       !
      <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th\n    scope="col">Tue</th><th scope="col">Wed</th><th\n    scope="col">Thu</th><th scope="col">Fri</th><th\n    scope="col">Sat</th><th scope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td><td></td><td></td><td>1</td><td>2</td><td>3</td>\n                </tr>\n                <tr><td class="todaynoevent"><strong>4</strong></td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>\n                </tr>\n                <tr><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td><td>17</td>\n                </tr>\n                <tr><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td>\n                </tr>\n                <tr><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td></td><td></td>\n                </tr>\n            </tbody>\n\n        </table>\n        <span cla!
 ss="portletBottomLeft"></span>\n        <span class="portletBottomRigh
t"></span>\n    </dd>\n</dl>\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen"\n     href="http://nohost/plone/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </div>\n            </td>\n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2008\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distribu!
 ted under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n  <div id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org"\n             title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer"\n             title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"\n             title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov"\n             title="This site conforms to the US Government Section 50!
 8 Accessibility Guidelines.">\n            Section 508</a>\n        </
li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"\n             title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt=""\n                           src="http://nohost/plone/spinner.gif" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt
Failed doctest test for testRemovalInReferenceChain.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 8, in testRemovalInReferenceChain.txt
Failed example:
    p.folder1.doc4.processForm(values={'text':'<a href="doc3">a document</a>'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInReferenceChain.txt[3]>", line 1, in ?
        p.folder1.doc4.processForm(values={'text':'<a href="doc3">a document</a>'})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferenceCreation.txt
Failed doctest test for testReferenceCreation.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testReferenceCreation.txt", line 0

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



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testInterReferences.txt
Failed doctest test for testInterReferences.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testInterReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testInterReferences.txt", line 7, in testInterReferences.txt
Failed example:
    p.doc2.processForm(values={'text':'<a href="doc1">a document</a>'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testInterReferences.txt[3]>", line 1, in ?
        p.doc2.processForm(values={'text':'<a href="doc1">a document</a>'})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testMultipleReferences.txt
Failed doctest test for testMultipleReferences.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/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:
    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\n      lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type"\n          content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    \n\n  \n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/event-registration-cachekey6293.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey2380.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://no!
 host/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6675.js">\n      </script>\n    \n    \n  \n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey7163.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey6410.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css"\n        href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey6258.kss" />\n\n\n<title>Test Image 1 &mdash; Plone site</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author"\n          href="http://nohost/plone/author/portal_owner"\n          title="Author information" />\n\n\n    <link rel="sho!
 rtcut icon" type="image/x-icon"\n          href="http://nohost/plone/f
avicon.ico" />\n\n\n    <link rel="home" href="http://nohost/plone"\n          title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap"\n          title="Site Map" />\n\n\n\n\n\n    <link rel="search"\n          href="http://nohost/plone/search_form"\n          title="Search this site" />\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="section-image1 template-delete_confirmation_page"\n        dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2"\n     href="http://nohost/plone/image1/delete_confirmation#documentContent">Skip to content.</a> |\n\n  <a accesskey="6"\n     href="http://nohost/plone/image1/delete_confirmation#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactio!
 ns">\n\n    <li id="siteaction-sitemap"><a\n    href="http://nohost/plone/sitemap" accesskey="3"\n    title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a\n    href="http://nohost/plone/accessibility-info"\n    accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a\n    href="http://nohost/plone/contact-info" accesskey="9"\n    title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a\n    href="http://nohost/plone/plone_control_panel"\n    accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform"\n          action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18"\n               title="Search Site" accesskey="4"\n               class="inputLabel" id="searchGadget" />\n\n        <input!
  class="searchButton" type="submit"\n               value="Search" />\
n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only"\n                   class="noborder" type="checkbox"\n                   name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only"\n                   style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form"\n           accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li !
 id="portaltab-index_html" class="selected">\n            <a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain">\n            <a href="http://nohost/plone/Members"\n               title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news"\n               title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events"\n               title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain">\n            <a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain">\n            <a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image1/view" class="plain">\n            <a href="http://nohost/plone/image1/view"\n               title="">Test Image 1</a!
 ></li>\n        <li id="portaltab-image2/view" class="plain">\n       
     <a href="http://nohost/plone/image2/view"\n               title="">Test Image 2</a></li>\n        <li id="portaltab-image3/view" class="plain">\n            <a href="http://nohost/plone/image3/view"\n               title="">Test Image 3</a></li>\n        <li id="portaltab-folder1" class="plain">\n            <a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\n</div>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name"\n              href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/Members/test_user_1_">My Folder</a>\n        </li>\n    \n    \n        <li>\n            <a href="http://nohost/plo!
 ne/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    <span class="breadcrumbSeparator">\n        &rarr;\n        \n    </span>\n    <span dir="ltr">\n        \n            \n            \n            <span>Test Image 1</span>\n         \n    </span>\n\n</div>\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="">\n\n                  \n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n      !
               <a name="documentContent"></a>\n\n                    \n
\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n                    \n                    <div id="viewlet-above-content"><div id="plone-lock-status">\n  \n</div>\n</div>\n\n                    \n                    \n                    \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"\n            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"\n                 value="Delete" />\n          <input class="standalone" type="submit"\n                 value="Cancel" name="form.button.Cancel" />\n        </div>\n\n     !
  </form>\n\n\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            <td id="portal-column-two">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?None&amp;month:int=1&amp;year:int=2008&amp;orig_query=None"\n   !
         rel="nofollow" title="Previous month"\n           id="calendar
-previous"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-1 calendarPrevious">&laquo;</a>\n\n        \n            February\n            2008\n        \n\n        <a href="?None&amp;month:int=3&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Next month"\n           id="calendar-next"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-3 calendarNext">&raquo;</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem">\n        <table class="ploneCalendar" summary="Calendar">\n            <caption class="hiddenStructure">February</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th\n    scope="col">Tue</th><th scope="col">Wed</th><th\n    scope="col">Thu</th><th scope="col">Fri</th><th\n    scope="col">Sat</th><th scope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td!
 ><td></td><td></td><td>1</td><td>2</td><td>3</td>\n                </tr>\n                <tr><td class="todaynoevent"><strong>4</strong></td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>\n                </tr>\n                <tr><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td><td>17</td>\n                </tr>\n                <tr><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td>\n                </tr>\n                <tr><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td></td><td></td>\n                </tr>\n            </tbody>\n\n        </table>\n        <span class="portletBottomLeft"></span>\n        <span class="portletBottomRight"></span>\n    </dd>\n</dl>\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen"\n     href="http://nohost/plone/image1/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </di!
 v>\n            </td>\n            \n          </tr>\n        </tbody>
\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2008\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n  <div id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org"\n             title="This site was built using Plone CMS, !
 the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer"\n             title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"\n             title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov"\n             title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"\n             title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\n\n\n !
      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<d
iv id="kss-spinner"><img alt=""\n                           src="http://nohost/plone/spinner.gif" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalViaZMI.txt
Failed doctest test for testRemovalViaZMI.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalViaZMI.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testRemovalViaZMI.txt", line 17, in testRemovalViaZMI.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/doc2"...Test Page 2...
     ...This...Document...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:
    '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\n<html>\n<head>\n<base href="http://nohost/plone/" />\n\n<meta http-equiv="content-type" content="text/html;charset=utf-8" />\n\n<title>Plone site</title>\n<link rel="stylesheet" type="text/css" href="/manage_page_style.css" />\n\n</head>\n<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">\n\n\n\n\n\n<table cellpadding="0" cellspacing="0" width="100%" border="0">\n\n<tr>\n  <td bgcolor="#000000" rowspan="5" width="10%" valign="bottom" \n   align="left">&nbsp;&nbsp;<img src="/p_/sp" \n   width="2" height="1" alt="" />\n  </td>\n  <td bgcolor="#000000" colspan="40"><img \n   src="/p_/sp" width="1" height="5" alt="" /></td>\n</tr>\n\n<tr>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#ffffff"><img src="/p_/sp"\n   width="1" height="2" alt="" /></td>\!
 n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" !
 /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width
="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" widt!
 h="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <!
 td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img 
src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" !
 height="1" alt="" /></td>\n</tr>\n<tr>\n  <td bgcolor="#ffffff" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_main"><span style="color: #000000;"><strong>Contents</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_components"><span style="color: #000000;"><strong>Components</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="http://nohost/plone"><span style="color: #000000;"><strong>View</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;!
 <a href="manage_propertiesForm"><span style="color: #000000;"><strong>
Properties</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_access"><span style="color: #000000;"><strong>Security</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_UndoForm"><span style="color: #000000;"><strong>Undo</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_owner"><span style="color: #000000;"><strong>Ownership</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp!
 ;<a href="manage_interfaces"><span style="color: #000000;"><strong>Interfaces</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_findForm"><span style="color: #000000;"><strong>Find</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_workflowsTab"><span style="color: #000000;"><strong>Workflows</strong></span></a>&nbsp;</font></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p!
 _/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor
="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" heigh!
 t="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n</table>\n\n  <br />\n  <table width="100%" cellspacing="0" cellpadding="2" border="0">\n  <tr class="location-bar">\n    <td align="left" valign="top">\n    <div class="std-text">\n        <img src="/misc_/CMFPlone/logoIcon.gif" \n         alt="Plone Site" border="0" />\n        <strong>\n              Plone Site\n              at <a href="/manage_workspace">&nbsp;/</a><a class="strong-link" href="/plone/manage_workspace">plone</a>\n    </strong>\n                \n            </div>\n   !
  </td>\n          <td align="right" valign="top">\n  <div class="std-t
ext">\n  <a href="http://nohost/HelpSys?help_url=/Control_Panel/Products/OFSP/Help/OrderSupport_Contents.stx" onClick="window.open(\'http://nohost/HelpSys?help_url=/Control_Panel/Products/OFSP/Help/OrderSupport_Contents.stx\',\'zope_help\',\'width=600,height=500,menubar=yes,toolbar=yes,scrollbars=yes,resizable=yes\');return false;" onMouseOver="window.status=\'Open online help\'; return true;" onMouseOut="window.status=\'\'; return true;">Help!</a>\n  </div>\n  </td>\n          </tr>\n  </table>\n\n\n\n\n\n<script type="text/javascript">\n<!-- \n\nisSelected = false;\n\nfunction toggleSelect() {\n  if (isSelected == false) {\n    for (i = 0; i < document.objectItems.length; i++)\n      document.objectItems.elements[i].checked = true ;\n      isSelected = true;\n      document.objectItems.selectButton.value = "Deselect All";\n      return isSelected;\n  }\n  else {\n    for (i = 0; i < document.objectItems.length; i++)\n      document.objectItems.elements[i].checked = false ;!
 \n      isSelected = false;\n      document.objectItems.selectButton.value = "Select All";\n      return isSelected;       \n  }\n}\n\n//-->\n</script>\n\n<!-- Add object widget -->\n<br />\n  <table width="100%" cellspacing="0" cellpadding="0" border="0">\n  <tr>\n  <td align="left" valign="top">&nbsp;</td>\n  <td align="right" valign="top">\n  <div class="form-element">\n  <form action="http://nohost/plone/" method="get">\n      <select class="form-element" name=":action" \n     onChange="location.href=\'http://nohost/plone/\'+this.options[this.selectedIndex].value">\n    <option value="manage_workspace" disabled>Select type to add...</option>\n            <option value="manage_addProduct/ATContentTypes/manage_addToolForm">ATContentTypes tool</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Boolean Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATCon!
 tentTypes: Collection</option>\n                <option value="manage_
addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Current Author Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Date Range Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Event</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Favorite</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: File</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Friendly Date Criteria</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Image</option>\n                <opti!
 on value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Large Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Link</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: List Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: News Item</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Page</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Path Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Portal Types Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Reference Criterion</option>\!
 n                <option value="manage_addProduct/ATContentTypes/manag
e_addContentForm">ATContentTypes: Relative Path Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Selection Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Simple Int Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Simple String Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Sort Criterion</option>\n                <option value="manage_addProduct/ATReferenceBrowserWidget/manage_addContentForm">ATReferenceBrowserWidget Content</option>\n                <option value="manage_addProduct/CMFEditions/manage_AbortVersioningOfLargeFilesAndImagesAddForm">AbortVersioningOfLargeFilesAndImages</option>\n                <option value="manage_addProduct/Archetypes/manage_addContentForm">Archet!
 ypes Content</option>\n                <option value="manage_addProduct/Archetypes/manage_addToolForm">Archetypes Tool</option>\n                <option value="manage_addProduct/CMFActionIcons/manage_addToolForm">CMF Action Icons Tool</option>\n                        <option value="manage_addProduct/CMFCore/manage_addCachingPolicyManager">CMF Caching Policy Manager</option>\n                <option value="manage_addProduct/CMFCalendar/manage_addContentForm">CMF Calendar Content</option>\n                <option value="manage_addProduct/CMFCalendar/manage_addToolForm">CMF Calendar Tool</option>\n                <option value="manage_addProduct/CMFCore/manage_addContentForm">CMF Core Content</option>\n                <option value="manage_addProduct/CMFCore/manage_addToolForm">CMF Core Tool</option>\n                <option value="manage_addProduct/CMFDefault/manage_addContentForm">CMF Default Content</option>\n                <option value="manage_addProduct/CMFDefault/mana!
 ge_addToolForm">CMF Default Tool</option>\n                <option val
ue="manage_addProduct/CMFDiffTool/manage_addToolForm">CMF Diff Tool</option>\n                <option value="manage_addProduct/CMFEditions/manage_addToolForm">CMF Editions Tool</option>\n                        <option value="manage_addProduct/GroupUserFolder/manage_addToolForm">CMF Groups Tool</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/manage_addToolForm">CMF Placeful Workflow Tool</option>\n                <option value="manage_addProduct/CMFQuickInstallerTool/manage_addToolForm">CMF QuickInstaller Tool</option>\n                <option value="manage_addProduct/CMFDefault/addConfiguredSiteForm">CMF Site</option>\n                <option value="manage_addProduct/CMFTopic/manage_addContentForm">CMF Topic Content</option>\n                <option value="manage_addProduct/CMFUid/manage_addToolForm">CMF Unique Id Tool</option>\n                <option value="manage_addProduct/CMFQuickInstallerTool/addQuickInstallerTool">CMFQuickInstallerTool<!
 /option>\n                <option value="manage_addProduct/CMFDiffTool/manage_addContentForm">Change Set</option>\n                <option value="manage_addProduct/PluggableAuthService/addConfiguredPASForm">Configured PAS</option>\n                <option value="manage_addProduct/CMFCore/manage_addRegistry">Content Type Registry</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerPageTemplateForm">Controller Page Template</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerPythonScriptForm">Controller Python Script</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerValidatorForm">Controller Validator</option>\n                <option value="manage_addProduct/CMFCore/addCC">Cookie Crumbler</option>\n                <option value="manage_addProduct/OFSP/documentAdd">DTML Document</option>\n                <option value="manage_addProduct/OFSP!
 /methodAdd">DTML Method</option>\n                        <option valu
e="manage_addProduct/ExternalMethod/methodAdd">External Method</option>\n                        <option value="manage_addProduct/OFSP/fileAdd">File</option>\n                <option value="manage_addProduct/CMFCore/manage_addDirectoryViewForm">Filesystem Directory View</option>\n                <option value="manage_addProduct/OFSP/folderAdd">Folder</option>\n                <option value="manage_addProduct/OFSP/addOrderedFolder">Folder (Ordered)</option>\n                <option value="manage_addProduct/CMFFormController/manage_addToolForm">Form Controller Tool</option>\n                <option value="manage_addProduct/GroupUserFolder/manage_addGroupUserFolder">Group User Folder</option>\n                <option value="manage_addProduct/OFSP/imageAdd">Image</option>\n                        <option value="manage_addProduct/MailHost/addMailHost_form">Mail Host</option>\n                <option value="manage_addProduct/MimetypesRegistry/manage_addToolForm">MimetypesRegistry !
 Tool</option>\n                        <option value="manage_addProduct/CMFEditions/manage_NotRetainUIDsModifierAddForm">NotRetainATRefs</option>\n                <option value="manage_addProduct/CMFEditions/manage_OMInsideChildrensModifierAddForm">OMInsideChildrensModifier</option>\n                <option value="manage_addProduct/CMFEditions/manage_OMOutsideChildrensModifierAddForm">OMOutsideChildrensModifier</option>\n                <option value="manage_addProduct/PageTemplates/manage_addPageTemplateForm">Page Template</option>\n                <option value="manage_addProduct/PasswordResetTool/manage_addToolForm">Password Reset Tool</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/addPlacefulWorkflowTool">Placeful Workflow Tool</option>\n                <option value="manage_addProduct/CMFPlone/manage_addContentForm">Plone Content</option>\n                <option value="manage_addProduct/PloneLanguageTool/manage_addToolForm">Plone Langua!
 ge Tool</option>\n                <option value="manage_addProduct/CMF
Plone/addPloneSiteForm">Plone Site</option>\n                <option value="manage_addProduct/CMFPlone/manage_addToolForm">Plone Tool</option>\n                <option value="manage_addProduct/PlonePAS/manage_addToolForm">PlonePAS Tool</option>\n                <option value="manage_addProduct/PluggableAuthService/addPluggableAuthService">Pluggable Auth Service</option>\n                                                <option value="manage_addProduct/PortalTransforms/manage_addToolForm">PortalTransforms Tool</option>\n                <option value="manage_addProduct/ResourceRegistries/manage_addToolForm">ResourceRegistries Tool</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainUIDsModifierAddForm">RetainATRefs</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainPermissionsSettingsModifierAddForm">RetainPermissionsSettings</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainUIDsM!
 odifierAddForm">RetainUIDs</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainWorkflowStateAndHistoryModifierAddForm">RetainWorkflowStateAndHistory</option>\n                <option value="manage_addProduct/CMFEditions/manage_SaveFileDataInFileTypeByReferenceModifierAddForm">SaveFileDataInFileTypeByReference</option>\n                <option value="manage_addProduct/PythonScripts/pyScriptAdd">Script (Python)</option>\n                <option value="manage_addProduct/SecureMailHost/addMailHost_form">Secure Mail Host</option>\n                <option value="manage_addProduct/CMFEditions/manage_SillyDemoRetrieveModifierAddForm">SillyDemoRetrieveModifier</option>\n                        <option value="manage_addProduct/CMFEditions/manage_SkipVersioningOfLargeFilesAndImagesAddForm">SkipVersioningOfLargeFilesAndImages</option>\n                        <option value="manage_addProduct/OFSP/manage_addUserFolder">User Folder</option>\n              !
   <option value="manage_addProduct/CMFPlacefulWorkflow/addWorkflowPoli
cyConfig_form">Workflow Policy Configuration</option>\n                <option value="manage_addProduct/ZCTextIndex/addLexicon">ZCTextIndex Lexicon</option>\n                <option value="manage_addProduct/kupu/manage_addToolForm">kupu Library Tool</option>\n            </select>\n    <input class="form-element" type="submit" name="submit" value=" Add " />\n    </form>\n  </div>\n  </td>\n  </tr>\n  </table>\n\n<form action="http://nohost/plone/" name="objectItems" method="post">\n              \n        \n<table width="100%" cellspacing="0" cellpadding="2" border="0">\n<tr class="list-header">\n  <td width="5%" align="right" colspan="2"><div \n   class="list-item"><a href="./manage_main?skey=meta_type"\n   onMouseOver="window.status=\'Sort objects by type\'; return true"\n   onMouseOut="window.status=\'\'; return true">Type</a></div>\n  </td>\n  <td width="50%" align="left"><div class="list-item"><a \n   href="./manage_main?skey=id&amp;rkey=id"\n   onMouseOver="window.stat!
 us=\'Sort objects by name\'; return true"\n   onMouseOut="window.status=\'\'; return true"><strong>Name</strong></a></div>\n  </td>\n  <td width="15%" align="left"><div class="list-item"><a \n   href="./manage_main?skey=get_size"\n   onMouseOver="window.status=\'Sort objects by size\'; return true"\n   onMouseOut="window.status=\'\'; return true">Size</a></div>\n  </td>\n  <td width="19%" align="left"><div class="list-item"><a \n   href="./manage_main?skey=bobobase_modification_time"\n   onMouseOver="window.status=\'Sort objects by modification time\'; return true"\n   onMouseOut="window.status=\'\'; return true">Last Modified</a></div>\n  </td>\n  </tr>\n\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="HTTPCache" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    &nbsp;\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="HTTPCache/manage_workspa!
 ce">\n  HTTPCache   </a>\n            \n  </div>\n  </td>\n\n    <td>\
n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="MailHost" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="MailHost/manage_workspace">\n  <img src="/misc_/SecureMailHost/MailHost_icon.gif" alt="Secure Mail Host" \n   title="Secure Mail Host" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="MailHost/manage_workspace">\n  MailHost   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="Members" />\n  </td!
 >\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="Members/manage_workspace">\n  <img src="/plone/folder_icon.gif" alt="ATBTreeFolder" \n   title="ATBTreeFolder" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="Members/manage_workspace">\n  Members (Users)  </a>\n            <a href="http://nohost/plone/externalEdit_/Members" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="RAMCache" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    &nbsp;\n  \n  \n\n  </td>\n\n  <td align="left" va!
 lign="top">\n  <div class="list-item">\n  <a href="RAMCache/manage_wor
kspace">\n  RAMCache   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="ResourceRegistryCache" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    &nbsp;\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="ResourceRegistryCache/manage_workspace">\n  ResourceRegistryCache (Cache for saved ResourceRegistry files)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="acl_users" />\n  </td>!
 \n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="acl_users/manage_workspace">\n  <img src="/misc_/PluggableAuthService/PluggableAuthService.png" alt="Pluggable Auth Service" \n   title="Pluggable Auth Service" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="acl_users/manage_workspace">\n  acl_users   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="archetype_tool" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="archetype_tool/manage_workspace">\n  <img src="/misc_/Archetypes/tool.gif" alt="Archetype Tool" \n   title="Archetype Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign=!
 "top">\n  <div class="list-item">\n  <a href="archetype_tool/manage_wo
rkspace">\n  archetype_tool   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="caching_policy_manager" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="caching_policy_manager/manage_workspace">\n  <img src="/misc_/CMFPlone/tool.gif" alt="CMF Caching Policy Manager" \n   title="CMF Caching Policy Manager" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="caching_policy_manager/manage_workspace">\n  caching_policy_manager   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </t!
 r>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="content_type_registry" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="content_type_registry/manage_workspace">\n  <img src="/misc_/CMFCore/registry.gif" alt="Content Type Registry" \n   title="Content Type Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="content_type_registry/manage_workspace">\n  content_type_registry   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="doc1" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="doc1/manage_workspace">\n  <img src!
 ="/plone/document_icon.gif" alt="ATDocument" \n   title="ATDocument" b
order="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="doc1/manage_workspace">\n  doc1 (Test Page 1)  </a>\n            <a href="http://nohost/plone/externalEdit_/doc1" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:15\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="error_log" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    &nbsp;\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="error_log/manage_workspace">\n  error_log   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nb!
 sp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="events" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="events/manage_workspace">\n  <img src="/plone/folder_icon.gif" alt="ATBTreeFolder" \n   title="ATBTreeFolder" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="events/manage_workspace">\n  events (Events)  </a>\n            <a href="http://nohost/plone/externalEdit_/events" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </t!
 r>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16
">\n  <input type="checkbox" name="ids:list" value="folder1" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="folder1/manage_workspace">\n  <img src="/plone/folder_icon.gif" alt="ATFolder" \n   title="ATFolder" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="folder1/manage_workspace">\n  folder1 (Test Folder 1)  </a>\n            <a href="http://nohost/plone/externalEdit_/folder1" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:15\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="front-page" />\n  </td>\n  <td align="left" valign="top" now!
 rap="1">\n\n  \n    <a href="front-page/manage_workspace">\n  <img src="/plone/document_icon.gif" alt="ATDocument" \n   title="ATDocument" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="front-page/manage_workspace">\n  front-page (Welcome to Plone)  </a>\n            <a href="http://nohost/plone/externalEdit_/front-page" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          4 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="image1" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="image1/manage_workspace">\n  <img src="/plone/image_icon.gif" !
 alt="ATImage" \n   title="ATImage" border="0" /></a>\n  \n  \n\n  </td
>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="image1/manage_workspace">\n  image1 (Test Image 1)  </a>\n            <a href="http://nohost/plone/externalEdit_/image1" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:15\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="image2" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="image2/manage_workspace">\n  <img src="/plone/image_icon.gif" alt="ATImage" \n   title="ATImage" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="image2/manage_workspace">\n  image2 (Test Im!
 age 2)  </a>\n            <a href="http://nohost/plone/externalEdit_/image2" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:15\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="image3" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="image3/manage_workspace">\n  <img src="/plone/image_icon.gif" alt="ATImage" \n   title="ATImage" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="image3/manage_workspace">\n  image3 (Test Image 3)  </a>\n            <a href="http://nohost/plone/externalEdit_/image3" title="Edit using external editor"><img src!
 ="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0
" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:15\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="kupu_library_tool" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="kupu_library_tool/manage_workspace">\n  <img src="/misc_/kupu/kupu_icon.gif" alt="Kupu Library Tool" \n   title="Kupu Library Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="kupu_library_tool/manage_workspace">\n  kupu_library_tool (Kupu visual editor)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n!
   <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="mimetypes_registry" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="mimetypes_registry/manage_workspace">\n  <img src="/misc_/MimetypesRegistry/tool.gif" alt="MimeTypes Registry" \n   title="MimeTypes Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="mimetypes_registry/manage_workspace">\n  mimetypes_registry (MIME types recognized by Plone)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="news" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="news/manage_workspace">\n  <img src="/plone/!
 folder_icon.gif" alt="ATBTreeFolder" \n   title="ATBTreeFolder" border
="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="news/manage_workspace">\n  news (News)  </a>\n            <a href="http://nohost/plone/externalEdit_/news" title="Edit using external editor"><img src="/misc_/ExternalEditor/edit_icon" align="middle" hspace="2" border="0" alt="External Editor" /></a>\n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n          1 Kb\n          </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="plone_utils" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="plone_utils/manage_workspace">\n  <img src="/misc_/CMFPlone/site_icon.gif" alt="Plone Utility Tool" \n   title="Plone Utility Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n!
   <a href="plone_utils/manage_workspace">\n  plone_utils (Various utility methods)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_actionicons" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_actionicons/manage_workspace">\n  <img src="/misc_/CMFPlone/confirm_icon.gif" alt="Plone Action Icons Tool" \n   title="Plone Action Icons Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_actionicons/manage_workspace">\n  portal_actionicons (Associates actions with icons)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <!
 div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  <
/tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_actions" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_actions/manage_workspace">\n  <img src="/misc_/CMFPlone/confirm_icon.gif" alt="Plone Actions Tool" \n   title="Plone Actions Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_actions/manage_workspace">\n  portal_actions (Contains custom tabs and buttons)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_archivist" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_archivist/!
 manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="CMFEditions Portal Archivist Tool" \n   title="CMFEditions Portal Archivist Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_archivist/manage_workspace">\n  portal_archivist   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_atct" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n    <a href="portal_atct/manage_workspace">\n    <img src="/misc_/ATContentTypes/tool.gif" alt="ATCT Tool" \n   title="ATCT Tool" border="0" /></a>\n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_atct/manage_workspace">\n  por!
 tal_atct (ATContentTypes Tool)  </a>\n            \n  </div>\n  </td>\
n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_calendar" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_calendar/manage_workspace">\n  <img src="/misc_/CMFPlone/event_icon.gif" alt="Plone Calendar Tool" \n   title="Plone Calendar Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_calendar/manage_workspace">\n  portal_calendar (Controls how events are shown)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\!
 n  <input type="checkbox" name="ids:list" value="portal_catalog" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_catalog/manage_workspace">\n  <img src="/misc_/CMFPlone/book_icon.gif" alt="Plone Catalog Tool" \n   title="Plone Catalog Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_catalog/manage_workspace">\n  portal_catalog (Indexes all content in the site)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_controlpanel" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_controlpanel/manage_workspace">\n  <img src="/misc_/CMFPlone/site_icon.gif" alt="Plon!
 e Control Panel Tool" \n   title="Plone Control Panel Tool" border="0"
 /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_controlpanel/manage_workspace">\n  portal_controlpanel (Control Panel)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_css" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_css/manage_workspace">\n  <img src="/misc_/ResourceRegistries/tool.gif" alt="Stylesheets Registry" \n   title="Stylesheets Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_css/manage_workspace">\n  portal_css (CSS Registry)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &!
 nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_diff" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_diff/manage_workspace">\n  <img src="/misc_/CMFDiffTool/tool.gif" alt="CMF Diff Tool" \n   title="CMF Diff Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_diff/manage_workspace">\n  portal_diff   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_discussion" />\n  </td>\n  <td align="left" valign="!
 top" nowrap="1">\n\n  \n    <a href="portal_discussion/manage_workspac
e">\n  <img src="/misc_/CMFPlone/discussionitem_icon.gif" alt="Plone Discussion Tool" \n   title="Plone Discussion Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_discussion/manage_workspace">\n  portal_discussion (Controls how discussions are stored)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_factory" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_factory/manage_workspace">\n  <img src="/misc_/CMFPlone/add_icon.gif" alt="Plone Factory Tool" \n   title="Plone Factory Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href!
 ="portal_factory/manage_workspace">\n  portal_factory (Responsible for the creation of content objects)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_form_controller" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_form_controller/manage_workspace">\n  <img src="/misc_/CMFFormController/tool.gif" alt="Form Controller Tool" \n   title="Form Controller Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_form_controller/manage_workspace">\n  portal_form_controller (Manages form validation and post-validation actions)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item!
 ">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-
item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_groupdata" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_groupdata/manage_workspace">\n  <img src="/misc_/PlonePAS/tool.gif" alt="PlonePAS GroupData Tool" \n   title="PlonePAS GroupData Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_groupdata/manage_workspace">\n  portal_groupdata (Handles properties on groups)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_groups" />\n  </td>\n  <td align="left" valig!
 n="top" nowrap="1">\n\n  \n    <a href="portal_groups/manage_workspace">\n  <img src="/misc_/PlonePAS/tool.gif" alt="PlonePAS Groups Tool" \n   title="PlonePAS Groups Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_groups/manage_workspace">\n  portal_groups (Handles group related functionality)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_historiesstorage" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_historiesstorage/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="CMFEditions Portal ZVC based Histories Storage Tool" \n   title="CMFEditions Portal ZVC based Histor!
 ies Storage Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align=
"left" valign="top">\n  <div class="list-item">\n  <a href="portal_historiesstorage/manage_workspace">\n  portal_historiesstorage   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_uidhandler" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_uidhandler/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="Unique Id Handler Tool" \n   title="Unique Id Handler Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_uidhandler/manage_workspace">\n  portal_uidhandler   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>!
 \n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_interface" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_interface/manage_workspace">\n  <img src="/misc_/CMFPlone/tool.gif" alt="Portal Interface Tool" \n   title="Portal Interface Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_interface/manage_workspace">\n  portal_interface (Allows to query object interfaces)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_javascripts" />\n  </t!
 d>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="po
rtal_javascripts/manage_workspace">\n  <img src="/misc_/ResourceRegistries/tool.gif" alt="JavaScripts Registry" \n   title="JavaScripts Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_javascripts/manage_workspace">\n  portal_javascripts (JavaScript Registry)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_kss" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_kss/manage_workspace">\n  <img src="/misc_/ResourceRegistries/tool.gif" alt="KSS Registry" \n   title="KSS Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="p!
 ortal_kss/manage_workspace">\n  portal_kss (KSS Registry)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_languages" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_languages/manage_workspace">\n  <img src="/misc_/PloneLanguageTool/tool.gif" alt="Plone Language Tool" \n   title="Plone Language Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_languages/manage_workspace">\n  portal_languages (Manages available languages)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11!
 \n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align
="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_memberdata" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_memberdata/manage_workspace">\n  <img src="/misc_/PlonePAS/tool.gif" alt="PlonePAS MemberData Tool" \n   title="PlonePAS MemberData Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_memberdata/manage_workspace">\n  portal_memberdata (Handles the available properties on members)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_membership" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_membership/manage_worksp!
 ace">\n  <img src="/misc_/PlonePAS/tool.gif" alt="PlonePAS Membership Tool" \n   title="PlonePAS Membership Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_membership/manage_workspace">\n  portal_membership (Handles membership policies)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_metadata" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_metadata/manage_workspace">\n  <img src="/misc_/CMFPlone/info_icon.gif" alt="Plone Metadata Tool" \n   title="Plone Metadata Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_!
 metadata/manage_workspace">\n  portal_metadata (Controls metadata like
 keywords, copyrights, etc)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_migration" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n    <a href="portal_migration/manage_workspace">\n    <img src="/misc_/CMFPlone/tool.gif" alt="Plone Migration Tool" \n   title="Plone Migration Tool" border="0" /></a>\n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_migration/manage_workspace">\n  portal_migration (Upgrades to newer Plone versions)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr c!
 lass="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_modifier" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_modifier/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="Version Data Modifier Registry" \n   title="Version Data Modifier Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_modifier/manage_workspace">\n  portal_modifier   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_password_reset" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_password_reset/manage_work!
 space">\n  <img src="/misc_/PasswordResetTool/tool.gif" alt="Password 
Reset Tool" \n   title="Password Reset Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_password_reset/manage_workspace">\n  portal_password_reset   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_properties" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_properties/manage_workspace">\n  <img src="/misc_/CMFPlone/topic_icon.gif" alt="Plone Properties Tool" \n   title="Plone Properties Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_properties/manage_workspace">\n  portal_properties (Plone site)  </a>\n           !
  \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_purgepolicy" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_purgepolicy/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="CMFEditions Purge Policy Keeping Only the n last Versions" \n   title="CMFEditions Purge Policy Keeping Only the n last Versions" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_purgepolicy/manage_workspace">\n  portal_purgepolicy   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  !
 </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width=
"16">\n  <input type="checkbox" name="ids:list" value="portal_quickinstaller" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_quickinstaller/manage_workspace">\n  <img src="/misc_/CMFPlone/product_icon.gif" alt="Plone QuickInstaller Tool" \n   title="Plone QuickInstaller Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_quickinstaller/manage_workspace">\n  portal_quickinstaller (Allows to install/uninstall products)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_referencefactories" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_referencefactories/manag!
 e_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="Reference Factory Registry" \n   title="Reference Factory Registry" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_referencefactories/manage_workspace">\n  portal_referencefactories   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_registration" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_registration/manage_workspace">\n  <img src="/misc_/CMFPlone/pencil_icon.gif" alt="Plone Registration Tool" \n   title="Plone Registration Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">!
 \n  <a href="portal_registration/manage_workspace">\n  portal_registra
tion (Handles registration of new users)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_repository" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_repository/manage_workspace">\n  <img src="/misc_/CMFEditions/tool.gif" alt="CMFEditions Standard Copy Modify Merge Repository" \n   title="CMFEditions Standard Copy Modify Merge Repository" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_repository/manage_workspace">\n  portal_repository   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-!
 02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_setup" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_setup/manage_workspace">\n  <img src="/misc_/OFSP/Folder_icon.gif" alt="Generic Setup Tool" \n   title="Generic Setup Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_setup/manage_workspace">\n  portal_setup   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_skins" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_skins/manage_workspac!
 e">\n  <img src="/misc_/CMFPlone/skins_icon.gif" alt="Plone Skins Tool
" \n   title="Plone Skins Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_skins/manage_workspace">\n  portal_skins (Controls skin behaviour (search order etc))  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_syndication" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_syndication/manage_workspace">\n  <img src="/misc_/CMFPlone/rss.gif" alt="Plone Syndication Tool" \n   title="Plone Syndication Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_syndication/manage_workspace">\n  portal_syndication (Generates RSS for !
 folders)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_transforms" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_transforms/manage_workspace">\n  <img src="/misc_/PortalTransforms/tool.gif" alt="Portal Transforms" \n   title="Portal Transforms" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_transforms/manage_workspace">\n  portal_transforms (Handles data conversion between MIME types)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<!
 tr class="row-normal">\n  <td align="left" valign="top" width="16">\n 
 <input type="checkbox" name="ids:list" value="portal_types" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_types/manage_workspace">\n  <img src="/misc_/CMFPlone/document_icon.gif" alt="Plone Types Tool" \n   title="Plone Types Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_types/manage_workspace">\n  portal_types (Controls the available content types in your portal)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_uidannotation" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_uidannotation/manage_workspace">\n  <img src="/misc_/CMFUid/tool.gif" alt="!
 Unique Id Annotation Tool" \n   title="Unique Id Annotation Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_uidannotation/manage_workspace">\n  portal_uidannotation   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_uidgenerator" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_uidgenerator/manage_workspace">\n  <img src="/misc_/CMFUid/tool.gif" alt="Unique Id Generator Tool" \n   title="Unique Id Generator Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_uidgenerator/manage_workspace">\n  portal_uidgenerator   </a!
 >\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-ite
m">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_historyidhandler" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_historyidhandler/manage_workspace">\n  <img src="/misc_/CMFUid/tool.gif" alt="Unique Id Handler Tool" \n   title="Unique Id Handler Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_historyidhandler/manage_workspace">\n  portal_historyidhandler   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:!
 list" value="portal_undo" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_undo/manage_workspace">\n  <img src="/misc_/CMFPlone/undo_icon.gif" alt="Plone Undo Tool" \n   title="Plone Undo Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_undo/manage_workspace">\n  portal_undo (Defines actions and functionality related to undo)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_url" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_url/manage_workspace">\n  <img src="/misc_/CMFPlone/link_icon.gif" alt="Plone URL Tool" \n   title="Plone URL Tool" border="0" /><!
 /a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div cla
ss="list-item">\n  <a href="portal_url/manage_workspace">\n  portal_url (Methods to anchor you to the root of your Plone site)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_view_customizations" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_view_customizations/manage_workspace">\n  <img src="/misc_/OFSP/Folder_icon.gif" alt="Plone View Customizations" \n   title="Plone View Customizations" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_view_customizations/manage_workspace">\n  portal_view_customizations (Manages view customizations)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <di!
 v class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="portal_workflow" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="portal_workflow/manage_workspace">\n  <img src="/misc_/CMFPlone/workflow_icon.gif" alt="Plone Workflow Tool" \n   title="Plone Workflow Tool" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="portal_workflow/manage_workspace">\n  portal_workflow (Contains workflow definitions for your portal)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16"!
 >\n  <input type="checkbox" name="ids:list" value="reference_catalog" 
/>\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="reference_catalog/manage_workspace">\n  <img src="/misc_/Archetypes/tool.gif" alt="ZCatalog" \n   title="ZCatalog" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="reference_catalog/manage_workspace">\n  reference_catalog   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-hilite">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="translation_service" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="translation_service/manage_workspace">\n  <img src="/misc_/CMFPlone/site_icon.gif" alt="Portal Translation Service Tool" \n   title="Portal Translation Service Tool" border="0" /></a>\n  \n  \n\n  </td>\n\!
 n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="translation_service/manage_workspace">\n  translation_service (Provides access to the translation machinery)  </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \n  </tr>\n<tr class="row-normal">\n  <td align="left" valign="top" width="16">\n  <input type="checkbox" name="ids:list" value="uid_catalog" />\n  </td>\n  <td align="left" valign="top" nowrap="1">\n\n  \n    <a href="uid_catalog/manage_workspace">\n  <img src="/misc_/Archetypes/tool.gif" alt="ZCatalog" \n   title="ZCatalog" border="0" /></a>\n  \n  \n\n  </td>\n\n  <td align="left" valign="top">\n  <div class="list-item">\n  <a href="uid_catalog/manage_workspace">\n  uid_catalog   </a>\n            \n  </div>\n  </td>\n\n    <td>\n  <div class="list-item">\n      &nbsp;\n      </div>\n  </td>\n\n  <td>\!
 n  <div class="list-item">\n  2008-02-04 05:11\n  </div>\n  </td>\n  \
n  </tr>\n</table>\n\n<table cellspacing="0" cellpadding="2" border="0">\n<tr>\n  <td align="left" valign="top" width="16"></td>\n  <td align="left" valign="top">\n  <div class="form-element">\n    <input class="form-element" type="submit" name="manage_renameForm:method" \n   value="Rename" />\n    <input class="form-element" type="submit" name="manage_cutObjects:method"\n   value="Cut" />\n    <input class="form-element" type="submit" name="manage_copyObjects:method"\n   value="Copy" />\n        <input class="form-element" type="submit" name="manage_delObjects:method"\n   value="Delete" />\n      <input class="form-element" type="submit" \n   name="manage_importExportForm:method" \n   value="Import/Export" />\n  <script type="text/javascript">\n<!-- \nif (document.forms[0]) {\n  document.write(\'<input class="form-element" type="submit" name="selectButton" value="Select All" onClick="toggleSelect(); return false">\')\n  }\n//-->\n</script>\n  </div>\n  </td>\n</tr>\n</table!
 >\n\n  </form>\n\n<script type="text/javascript">\n<!--\nwindow.parent.update_menu();\n//-->\n</script>\n\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testOnOffSwitch.txt
Failed doctest test for testOnOffSwitch.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 16, in testOnOffSwitch.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/doc2"...Test Page 2...
     ...This...Document...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:
    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n        \n      \n\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\n      lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type"\n          content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    \n\n  \n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/event-registration-cachekey6293.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey2380.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              sr!
 c="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6675.js">\n      </script>\n    \n    \n  \n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey7163.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey6410.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css"\n        href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey6258.kss" />\n\n\n<title>Plone site</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/"\n          title="Author information" />\n\n\n    <link rel="shortcut icon" type="image/x-icon"\!
 n          href="http://nohost/plone/favicon.ico" />\n\n\n    <link re
l="home" href="http://nohost/plone"\n          title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap"\n          title="Site Map" />\n\n\n\n\n\n    <link rel="search"\n          href="http://nohost/plone/search_form"\n          title="Search this site" />\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="None template-" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2"\n     href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6"\n     href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a\n    href="http://nohost/plone/sitemap" accesskey=!
 "3"\n    title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a\n    href="http://nohost/plone/accessibility-info"\n    accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a\n    href="http://nohost/plone/contact-info" accesskey="9"\n    title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a\n    href="http://nohost/plone/plone_control_panel"\n    accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform"\n          action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18"\n               title="Search Site" accesskey="4"\n               class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit"\n               value="Search" />\n    \n        <div cla!
 ss="searchSection">\n            <input id="searchbox_currentfolder_on
ly"\n                   class="noborder" type="checkbox"\n                   name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only"\n                   style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form"\n           accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected">\n            <a href="http://nohost/plone" title=!
 "">Home</a></li>\n        <li id="portaltab-Members" class="plain">\n            <a href="http://nohost/plone/Members"\n               title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news"\n               title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events"\n               title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain">\n            <a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-image1/view" class="plain">\n            <a href="http://nohost/plone/image1/view"\n               title="">Test Image 1</a></li>\n        <li id="portaltab-image2/view" class="plain">\n            <a href="http://nohost/plone/image2/view"\n               title="">Test Image 2</a></li>\n        <li id="portaltab-image3/view" class="plain">\!
 n            <a href="http://nohost/plone/image3/view"\n              
 title="">Test Image 3</a></li>\n        <li id="portaltab-folder1" class="plain">\n            <a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\n</div>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name"\n              href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/Members/test_user_1_">My Folder</a>\n        </li>\n    \n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \!
 n\n</div>\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            <td id="portal-column-one">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e617669676174696f6e"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e6c656674636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e617669676174696f6e">\n<dl class="portlet portletNavigationTree">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="http://nohost/plone/sitemap" class="tile">Navigation</a>\n       \n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem lastItem">\n        <ul class="portletNavigationTree navTreeLevel0">\n            \n            \n\n\n\n<li class="navTreeItem !
 visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://noh
ost/plone/Members"\n           class="state-visible"\n           title="Container for users\' home directories">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>Users</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/news"\n           class="state-visible" title="Site News">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n            <span>News</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/events"\n           class="state-visible" title="Site Events">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Large Plone Folder" />\n         !
    <span>Events</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/doc1"\n           class="state-visible" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/document_icon.gif" alt="Document" />\n            <span>Test Page 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/doc2"\n           class="state-visible" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/document_icon.gif" alt="Document" />\n            <span>Test Page 2</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image1/view"\n           class="state-missing-value" title="">\n            !
 <img width="16" height="16" src="http://nohost/plone/plone/image_icon.
gif" alt="Image" />\n            <span>Test Image 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image2/view"\n           class="state-missing-value" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n            <span>Test Image 2</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/image3/view"\n           class="state-missing-value" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n            <span>Test Image 3</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n<li class="navTreeItem visualNoMarker navTreeFolderish">\n\n    \n\n      <div>\n\n        <a href="http://nohost/plone/folder1"!
 \n           class="state-visible navTreeFolderish" title="">\n            <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.gif" alt="Folder" />\n            <span>Test Folder 1</span>\n        </a>\n        \n    </div>\n\n    \n    \n</li>\n\n\n\n\n        </ul>\n        <span class="portletBottomLeft"></span>\n        <span class="portletBottomRight"></span>\n    </dd>\n</dl>\n\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen"\n     href="http://nohost/plone/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </div>\n            </td>\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">\n\n            \n              <li id="contentview-folderContents"\n !
                  class="plain">\n                <a href="http://nohos
t/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"\n                  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"\n       !
      id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories"\n               title="Add new items inside this item">\n                \n                <span>Add new\xe2\x80\xa6</span>\n                \n                <span class="arrowDownAlternative">&#9660;</span>\n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic"\n                       class="contenttype-topic" id="topic"\n                       title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/topic_icon.gif"\n                             alt="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"\n                       class="contenttype-event" id="event"\n                       title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/event_icon.gif"\n                             alt="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?ty!
 pe_name=File"\n                       class="contenttype-file" id="file"\n                       title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/file_icon.gif"\n                             alt="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"\n                       class="contenttype-folder"\n                       id="folder"\n                       title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/folder_icon.gif"\n                          !
    alt="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"\n                       class="contenttype-image" id="image"\n                       title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/image_icon.gif"\n                             alt="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"\n                     !
   class="contenttype-link" id="link"\n                       title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/link_icon.gif"\n                             alt="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"\n                       class="contenttype-news-item"\n                       id="news-item"\n                       title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/newsitem_icon.gif"\n  !
                            alt="An announcement that will show up on t
he 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"\n                       class="contenttype-document"\n                       id="document"\n                       title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" height="16"\n                             src="http://nohost/plone/document_icon.gif"\n                             alt="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="action!
 Menu"\n            id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view"\n               title="Select the view mode for this folder, or set a content item as its default view.">\n                \n                <span>Display</span>\n                \n                <span class="arrowDownAlternative">&#9660;</span>\n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_listing"\n                       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 h!
 ref="http://nohost/plone/selectViewTemplate?templateId=folder_summary_
view"\n                       class="" id="folder_summary_view"\n                       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"\n                       class="" id="folder_tabular_view"\n                       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"\n                       class="" id="atct_album_view"\n                       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"\n                         class="">\n                        &bull;\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"\n                       class=""\n                       id="_contextChangeDefaultPage"\n                       title="Change the item used as default view in this folder">\n                        \n                        \n              !
           <span class="subMenuTitle">Change content item\nas default v
iew...</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>\n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <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"></div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      <h1 class="docum!
 entFirstHeading">\n        <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" />\n        Plone site\n      </h1>\n\n      \n\n      \n\n      <form name="folderContentsForm" method="post"\n            action="http://nohost/plone">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on"\n         value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="orig_template"\n         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"\n           summary="Content listing">\n      <thead>\n          <tr>\n            <th colspan="6" class="nosort"!
 >Select: <a\n    id="foldercontents-selectall"\n    href="http://nohos
t/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 id="foldercontents-title-column"\n                class="nosort">&nbsp;Title&nbsp;</th>\n            <th id="foldercontents-size-column"\n                class="nosort">&nbsp;Size&nbsp;</th>\n            <th id="foldercontents-modified-column"\n                class="nosort">&nbsp;Modified&nbsp;</th>\n            <th id="foldercontents-status-column"\n                class="nosort">&nbsp;State&nbsp;</th>\n            <th class="nosort"\n                id="foldercontents-order-column">\n              &nbsp;Order&nbsp;</th>\n          </tr>\n      </thead>\n\n      \n      <tbody>\n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-Members">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="ch!
 eckbox" class="noborder"\n                            name="paths:list"\n                            id="cb_Members"\n                            value="/plone/Members"\n                            alt="Select Users"\n                            title="Select Users" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/Members" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/Members/folder_contents"\n                         class="state-visible"\n                         title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-front-page">\n\n                 \n\n                 <t!
 d class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list"\n                            id="cb_front-page"\n                            value="/plone/front-page"\n                            alt="Select Welcome to Plone"\n                            title="Select Welcome to Plone" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/front-page" />\n                <label class="hiddenStructure"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/front-page"\n                         class="state-published"\n                         title=" Doc!
 ument: 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.7 kB</span>\n              </td>\n              <td class="state-published">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr !
 class="draggable odd"\n                  id="folder-contents-item-news">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_news"\n                            value="/plone/news"\n                            alt="Select News"\n                            title="Select News" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/news/folder_contents"\n                         class="state-visible"\n       !
                   title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-!
 contents-item-events">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_events"\n                            value="/plone/events"\n                            alt="Select Events"\n                            title="Select Events" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/events" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Large Plone Folder" />\n                      <a href="http://nohost/plone/events/folder_contents"\n                         class="state-visible"\n                 !
         title=" Large Plone 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">Feb 04, 2008 06:11 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-con!
 tents-item-doc1">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_doc1"\n                            value="/plone/doc1"\n                            alt="Select Test Page 1"\n                            title="Select Test Page 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       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/plone/document_icon.gif" alt="Document" />\n                      <a href="http://nohost/plone/doc1"\n                         class="state-visible"\n                         title=" Document: ">\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">Feb 04, 2008 06:15 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-image1">\n\n                 \n\n                 <td class="notDr!
 aggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list" id="cb_image1"\n                            value="/plone/image1"\n                            alt="Select Test Image 1"\n                            title="Select Test Image 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image1" />\n                <label class="hiddenStructure"\n                       for="cb_image1">Test Image 1</label>\n              </td>\n              <td>\n                  <span class="contenttype-image">\n                      <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image1/view"\n                         class="state-missing-value"\n                         title=" Image: ">\n                        Test Image 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">Feb 04, 2008 06:15 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=image1"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-image2">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkb!
 ox" class="noborder"\n                            name="paths:list" id="cb_image2"\n                            value="/plone/image2"\n                            alt="Select Test Image 2"\n                            title="Select Test Image 2" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image2" />\n                <label class="hiddenStructure"\n                       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/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image2/view"\n                         class="state-missing-value"\n                         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">Feb 04, 2008 06:15 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=image2"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image2"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable even"\n                  id="folder-contents-item-image3">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            !
 name="paths:list" id="cb_image3"\n                            value="/plone/image3"\n                            alt="Select Test Image 3"\n                            title="Select Test Image 3" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/image3" />\n                <label class="hiddenStructure"\n                       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/plone/image_icon.gif" alt="Image" />\n                      <a href="http://nohost/plone/image3/view"\n                         class="state-missing-value"\n                         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">Feb 04, 2008 06:15 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=image3"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=image3"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n          \n              <tr class="draggable odd"\n                  id="folder-contents-item-folder1">\n\n                 \n\n                 <td class="notDraggable">\n                     <input type="checkbox" class="noborder"\n                            name="paths:list"\n                            id=!
 "cb_folder1"\n                            value="/plone/folder1"\n                            alt="Select Test Folder 1"\n                            title="Select Test Folder 1" />\n                <input type="hidden"\n                       name="selected_obj_paths:list"\n                       value="/plone/folder1" />\n                <label class="hiddenStructure"\n                       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/plone/folder_icon.gif" alt="Folder" />\n                      <a href="http://nohost/plone/folder1/folder_contents"\n                         class="state-visible"\n                         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">Feb 04, 2008 06:15 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"\n                   title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1"\n                   title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n             </tr>\n          \n      </tbody>\n    \n  </table>\n  <!-- Navigation -->\n\n\n  \n    <input class="context" type="submit"\n           name="folder_copy:method" value="Copy" />\n  \n  \n    <input class="context" type="submit"\n           name="folder_cut:method" value="Cut" />\n  \n  \n    <input class="context" t!
 ype="submit"\n           name="folder_rename_form:method" value="Rename" />\n  \n  \n    <input class="context" type="submit"\n           name="folder_delete:method" value="Delete" />\n  \n  \n    <input class="context" type="submit"\n           name="content_status_history:method"\n           value="Change State" />\n  \n  \n</div>\n\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            <td id="portal-column-two">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e6!
 46172"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e726
9676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?None&amp;month:int=1&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Previous month"\n           id="calendar-previous"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-1 calendarPrevious">&laquo;</a>\n\n        \n            February\n            2008\n        \n\n        <a href="?None&amp;month:int=3&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Next month"\n           id="calendar-next"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-3 calendarNext">&raquo;</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem">\n        <table class="ploneCalendar" summary="Calendar">\n            <caption class="hiddenStructure">February</caption>\n       !
      <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th\n    scope="col">Tue</th><th scope="col">Wed</th><th\n    scope="col">Thu</th><th scope="col">Fri</th><th\n    scope="col">Sat</th><th scope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td><td></td><td></td><td>1</td><td>2</td><td>3</td>\n                </tr>\n                <tr><td class="todaynoevent"><strong>4</strong></td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>\n                </tr>\n                <tr><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td><td>17</td>\n                </tr>\n                <tr><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td>\n                </tr>\n                <tr><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td></td><td></td>\n                </tr>\n            </tbody>\n\n        </table>\n        <span cla!
 ss="portletBottomLeft"></span>\n        <span class="portletBottomRigh
t"></span>\n    </dd>\n</dl>\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen"\n     href="http://nohost/plone/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </div>\n            </td>\n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2008\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distribu!
 ted under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n  <div id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org"\n             title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer"\n             title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"\n             title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov"\n             title="This site conforms to the US Government Section 50!
 8 Accessibility Guidelines.">\n            Section 508</a>\n        </
li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"\n             title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt=""\n                           src="http://nohost/plone/spinner.gif" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt
Failed doctest test for testMultipleFilesRemovalWithHelper.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 10, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    p.doc2.processForm(values={'text':tmpl % (p.image1.tag(), p.image3.tag())})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleFilesRemovalWithHelper.txt[4]>", line 1, in ?
        p.doc2.processForm(values={'text':tmpl % (p.image1.tag(), p.image3.tag())})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt
Failed doctest test for testConfirmationPageIntegration.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/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:
    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\n      lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type"\n          content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    \n\n  \n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/event-registration-cachekey6293.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey2380.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://no!
 host/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6675.js">\n      </script>\n    \n    \n  \n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey7163.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey6410.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css"\n        href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey6258.kss" />\n\n\n<title>Test Image 1 &mdash; Plone site</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author"\n          href="http://nohost/plone/author/portal_owner"\n          title="Author information" />\n\n\n    <link rel="sho!
 rtcut icon" type="image/x-icon"\n          href="http://nohost/plone/f
avicon.ico" />\n\n\n    <link rel="home" href="http://nohost/plone"\n          title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap"\n          title="Site Map" />\n\n\n\n\n\n    <link rel="search"\n          href="http://nohost/plone/search_form"\n          title="Search this site" />\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="section-image1 template-delete_confirmation_page"\n        dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2"\n     href="http://nohost/plone/image1/delete_confirmation#documentContent">Skip to content.</a> |\n\n  <a accesskey="6"\n     href="http://nohost/plone/image1/delete_confirmation#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactio!
 ns">\n\n    <li id="siteaction-sitemap"><a\n    href="http://nohost/plone/sitemap" accesskey="3"\n    title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a\n    href="http://nohost/plone/accessibility-info"\n    accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a\n    href="http://nohost/plone/contact-info" accesskey="9"\n    title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a\n    href="http://nohost/plone/plone_control_panel"\n    accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform"\n          action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18"\n               title="Search Site" accesskey="4"\n               class="inputLabel" id="searchGadget" />\n\n        <input!
  class="searchButton" type="submit"\n               value="Search" />\
n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only"\n                   class="noborder" type="checkbox"\n                   name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only"\n                   style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form"\n           accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li !
 id="portaltab-index_html" class="selected">\n            <a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain">\n            <a href="http://nohost/plone/Members"\n               title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news"\n               title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events"\n               title="Site Events">Events</a></li>\n        <li id="portaltab-doc1" class="plain">\n            <a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain">\n            <a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image1/view" class="plain">\n            <a href="http://nohost/plone/image1/view"\n               title="">Test Image 1</a!
 ></li>\n        <li id="portaltab-image2/view" class="plain">\n       
     <a href="http://nohost/plone/image2/view"\n               title="">Test Image 2</a></li>\n        <li id="portaltab-image3/view" class="plain">\n            <a href="http://nohost/plone/image3/view"\n               title="">Test Image 3</a></li>\n        <li id="portaltab-folder1" class="plain">\n            <a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\n</div>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name"\n              href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/Members/test_user_1_">My Folder</a>\n        </li>\n    \n    \n        <li>\n            <a href="http://nohost/plo!
 ne/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    <span class="breadcrumbSeparator">\n        &rarr;\n        \n    </span>\n    <span dir="ltr">\n        \n            \n            \n            <span>Test Image 1</span>\n         \n    </span>\n\n</div>\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="">\n\n                  \n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n      !
               <a name="documentContent"></a>\n\n                    \n
\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n                    \n                    <div id="viewlet-above-content"><div id="plone-lock-status">\n  \n</div>\n</div>\n\n                    \n                    \n                    \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"\n            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"\n                 value="Delete" />\n          <input class="standalone" type="submit"\n                 value="Cancel" name="form.button.Cancel" />\n        </div>\n\n     !
  </form>\n\n\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            <td id="portal-column-two">\n              <div class="visualPadding">\n                \n                  \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"\n     class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?None&amp;month:int=1&amp;year:int=2008&amp;orig_query=None"\n   !
         rel="nofollow" title="Previous month"\n           id="calendar
-previous"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-1 calendarPrevious">&laquo;</a>\n\n        \n            February\n            2008\n        \n\n        <a href="?None&amp;month:int=3&amp;year:int=2008&amp;orig_query=None"\n           rel="nofollow" title="Next month"\n           id="calendar-next"\n           class="kssCalendarChange kssattr-year-2008 kssattr-month-3 calendarNext">&raquo;</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    <dd class="portletItem">\n        <table class="ploneCalendar" summary="Calendar">\n            <caption class="hiddenStructure">February</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th\n    scope="col">Tue</th><th scope="col">Wed</th><th\n    scope="col">Thu</th><th scope="col">Fri</th><th\n    scope="col">Sat</th><th scope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td!
 ><td></td><td></td><td>1</td><td>2</td><td>3</td>\n                </tr>\n                <tr><td class="todaynoevent"><strong>4</strong></td><td>5</td><td>6</td><td>7</td><td>8</td><td>9</td><td>10</td>\n                </tr>\n                <tr><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td><td>16</td><td>17</td>\n                </tr>\n                <tr><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td><td>23</td><td>24</td>\n                </tr>\n                <tr><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td><td></td><td></td>\n                </tr>\n            </tbody>\n\n        </table>\n        <span class="portletBottomLeft"></span>\n        <span class="portletBottomRight"></span>\n    </dd>\n</dl>\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen"\n     href="http://nohost/plone/image1/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </di!
 v>\n            </td>\n            \n          </tr>\n        </tbody>
\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div id="portal-footer">\n\n<p>\n    \n    The\n    <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2008\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n  <div id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org"\n             title="This site was built using Plone CMS, !
 the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer"\n             title="This site is valid XHTML.">\n            Valid XHTML</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"\n             title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov"\n             title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"\n             title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\n\n\n !
      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<d
iv id="kss-spinner"><img alt=""\n                           src="http://nohost/plone/spinner.gif" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt
Failed doctest test for testProgrammaticallyRemoval.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/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/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testProgrammaticallyRemoval.txt[4]>", line 1, in ?
        self.assertEqual(doc.getReferences(), [img])
      File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
        raise self.failureException, \
    AssertionError: [<Reference sid:7290959cabffe17c5fe1076ce8974df8 tid:55c00f76aaebfb71d8ccd9525325fb6c rel:isReferencing>] != [<ATImage at /plone/image1>]



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt
Failed doctest test for testCancelDuringMultiRemoval.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 11, in testCancelDuringMultiRemoval.txt
Failed example:
    p.doc2.processForm(values={'text':tmpl % (p.image1.tag(), p.image3.tag())})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testCancelDuringMultiRemoval.txt[4]>", line 1, in ?
        p.doc2.processForm(values={'text':tmpl % (p.image1.tag(), p.image3.tag())})
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 660, in processForm
        REQUEST=REQUEST, values=values)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/BaseObject.py", line 652, in _processForm
        self.reindexObject()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/CatalogMultiplex.py", line 114, in reindexObject
        c.catalog_object(self, url, idxs=lst)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/CatalogTool.py", line 376, in catalog_object
        update_metadata, pghandler=pghandler)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/ZCatalog.py", line 536, in catalog_object
        update_metadata=update_metadata)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZCatalog/Catalog.py", line 360, in catalogObject
        blah = x.index_object(index, object, threshold)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/common/UnIndex.py", line 235, in index_object
        res += self._index_object(documentId, obj, threshold, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 67, in _index_object
        newKeywords = self._get_object_keywords(obj, attr)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py", line 100, in _get_object_keywords
        newKeywords = newKeywords()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/ClassGen.py", line 66, in generatedEditAccessor
        return schema[name].getRaw(self, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/Archetypes/Field.py", line 1786, in getRaw
        res = [b.targetUID for b in brains]
    AttributeError: targetUID

  Ran 88 tests with 22 failures and 0 errors in 38.375 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.179 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.686 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.039 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 15 tests with 0 failures and 0 errors in 0.141 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.265 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 7.266 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.014 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.170 seconds.
Tearing down left over layers:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.629 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.017 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 1146 tests, 34 failures, 5 errors in 4 minutes 56.068 seconds.

FAILED (failures=34, errors=5)




More information about the Testbot mailing list