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

plone.* Tests plone-tests at epy.co.at
Fri Jun 27 04:18:56 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/lib/python/ZPublisher/Iterators.py:1: DeprecationWarning: The Interface package is deprecated and will be removed in Zope 2.12. Use zope.interface instead.
  from Interface import Interface
/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py:1834: DeprecationWarning: Non-ASCII character '\xc3' in file /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/test_configuration.py on line 171, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details
  __import__(name)
GenericCache not found; tests skipped
Parsing /home/stefan/autotest/temp/python24-zope211-cmf22-plone40/etc/zope.conf
Running unit tests:
  Ran 373 tests with 0 failures and 0 errors in 7.804 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.210 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.928 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/adapters.txt", line 28, in adapters.txt
Failed example:
    id=source.createIdentifier("johny.bravo")
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 adapters.txt[5]>", line 1, in ?
        id=source.createIdentifier("johny.bravo")
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
        signature=self.signUserid(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
        secret = self.getSigningSecret()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
        return self.getSecrets()[0]
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
        raise NoKeyManager
    NoKeyManager



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/tests/hash.txt", line 21, in hash.txt
Failed example:
    one = source.createIdentifier("john.doe")
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 hash.txt[3]>", line 1, in ?
        one = source.createIdentifier("john.doe")
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
        signature=self.signUserid(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
        secret = self.getSigningSecret()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
        return self.getSecrets()[0]
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
        raise NoKeyManager
    NoKeyManager



Error in test testCredentialsUpdate (plone.session.tests.testPAS.TestSessionPlugin)
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/session/tests/testPAS.py", line 59, in testCredentialsUpdate
    "our_user", "password")
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 133, in updateCredentials
    self.setupSession(info["id"], response)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 85, in setupSession
    cookie=self.source.createIdentifier(userid)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
    signature=self.signUserid(userid)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
    secret = self.getSigningSecret()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
    return self.getSecrets()[0]
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
    raise NoKeyManager
NoKeyManager

  Ran 36 tests with 2 failures and 1 errors in 0.243 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 10.726 seconds.


Failure in test testNonStructualFolderShowsParent (plone.app.contentmenu.tests.TestFactoriesMenu)
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/contentmenu/tests.py", line 279, in testNonStructualFolderShowsParent
    self.failUnless('event' in actions[0]['extra']['id'])
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError



Error in test testDisplayMenuDisabledIfIndexHtmlInFolder (plone.app.contentmenu.tests.TestContentMenu)
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/contentmenu/tests.py", line 389, in testDisplayMenuDisabledIfIndexHtmlInFolder
    displayMenuItem = [i for i in items if i['extra']['id'] == 'plone-contentmenu-display'][0]
IndexError: list index out of range



Error in test testDisplayMenuDisabledIfIndexHtmlInFolderAndContextIsIndexHtml (plone.app.contentmenu.tests.TestContentMenu)
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/contentmenu/tests.py", line 395, in testDisplayMenuDisabledIfIndexHtmlInFolderAndContextIsIndexHtml
    displayMenuItem = [i for i in items if i['extra']['id'] == 'plone-contentmenu-display'][0]
IndexError: list index out of range



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 15, in simplepublish.txt
Failed example:
    browser.open(self.portal.absolute_url())
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 simplepublish.txt[4]>", line 1, in ?
        browser.open(self.portal.absolute_url())
      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/contentrules/tests/simplepublish.txt", line 58, in simplepublish.txt
Failed example:
    browser.getLink('Home').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 simplepublish.txt[30]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 402, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      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/contentrules/tests/simplepublish.txt", line 59, in simplepublish.txt
Failed example:
    browser.getLink('Rules').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 simplepublish.txt[31]>", line 1, in ?
        browser.getLink('Rules').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 60, in simplepublish.txt
Failed example:
    browser.getControl(name='rule_id').displayOptions
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 simplepublish.txt[32]>", line 1, in ?
        browser.getControl(name='rule_id').displayOptions
      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: name 'rule_id'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 62, in simplepublish.txt
Failed example:
    browser.getControl('Add').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 simplepublish.txt[33]>", line 1, in ?
        browser.getControl('Add').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 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 66, in simplepublish.txt
Failed example:
    browser.getLink('Home').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 simplepublish.txt[34]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 402, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      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/contentrules/tests/simplepublish.txt", line 67, in simplepublish.txt
Failed example:
    browser.getLink('Add new').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 simplepublish.txt[35]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 68, in simplepublish.txt
Failed example:
    browser.getControl('News Item').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 simplepublish.txt[36]>", line 1, in ?
        browser.getControl('News Item').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 'News Item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 69, in simplepublish.txt
Failed example:
    browser.getControl('Add').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 simplepublish.txt[37]>", line 1, in ?
        browser.getControl('Add').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 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 70, in simplepublish.txt
Failed example:
    browser.getControl('Title').value = 'My news item'
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 simplepublish.txt[38]>", line 1, in ?
        browser.getControl('Title').value = 'My news item'
      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/contentrules/tests/simplepublish.txt", line 71, in simplepublish.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 simplepublish.txt[39]>", 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/contentrules/tests/simplepublish.txt", line 72, in simplepublish.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/contentrules/tests/simplepublish.txt", line 74, in simplepublish.txt
Failed example:
    browser.getLink('State:').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 simplepublish.txt[41]>", line 1, in ?
        browser.getLink('State:').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 75, in simplepublish.txt
Failed example:
    ctrl = browser.getControl(name='workflow_action') # XXX fix label
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 simplepublish.txt[42]>", line 1, in ?
        ctrl = browser.getControl(name='workflow_action') # XXX fix label
      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: name 'workflow_action'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 76, in simplepublish.txt
Failed example:
    ctrl.value = ['publish']
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 simplepublish.txt[43]>", line 1, in ?
        ctrl.value = ['publish']
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 91, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 480, in fset
        raise interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/simplepublish.txt", line 77, in simplepublish.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 simplepublish.txt[44]>", 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/contentrules/tests/simplepublish.txt", line 81, in simplepublish.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/news/my-news-item'
    + 'http://nohost/plone'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 17, in multipublish.txt
Failed example:
    browser.open(self.portal.absolute_url())
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 multipublish.txt[4]>", line 1, in ?
        browser.open(self.portal.absolute_url())
      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/contentrules/tests/multipublish.txt", line 60, in multipublish.txt
Failed example:
    browser.getLink('Home').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 multipublish.txt[30]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 402, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      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/contentrules/tests/multipublish.txt", line 61, in multipublish.txt
Failed example:
    browser.getLink('Rules').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 multipublish.txt[31]>", line 1, in ?
        browser.getLink('Rules').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 62, in multipublish.txt
Failed example:
    browser.getControl(name='rule_id').displayOptions
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 multipublish.txt[32]>", line 1, in ?
        browser.getControl(name='rule_id').displayOptions
      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: name 'rule_id'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 64, in multipublish.txt
Failed example:
    browser.getControl('Add').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 multipublish.txt[33]>", line 1, in ?
        browser.getControl('Add').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 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 68, in multipublish.txt
Failed example:
    browser.getLink('Home').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 multipublish.txt[34]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 402, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      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/contentrules/tests/multipublish.txt", line 69, in multipublish.txt
Failed example:
    browser.getLink('Add new').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 multipublish.txt[35]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 70, in multipublish.txt
Failed example:
    browser.getControl('News Item').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 multipublish.txt[36]>", line 1, in ?
        browser.getControl('News Item').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 'News Item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 71, in multipublish.txt
Failed example:
    browser.getControl('Add').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 multipublish.txt[37]>", line 1, in ?
        browser.getControl('Add').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 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 72, in multipublish.txt
Failed example:
    browser.getControl('Title').value = 'My news item'
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 multipublish.txt[38]>", line 1, in ?
        browser.getControl('Title').value = 'My news item'
      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/contentrules/tests/multipublish.txt", line 73, in multipublish.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 multipublish.txt[39]>", 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/contentrules/tests/multipublish.txt", line 74, in multipublish.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/contentrules/tests/multipublish.txt", line 77, in multipublish.txt
Failed example:
    browser.getLink('Home').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 multipublish.txt[41]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 402, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      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/contentrules/tests/multipublish.txt", line 78, in multipublish.txt
Failed example:
    browser.getLink('Add new').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 multipublish.txt[42]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 79, in multipublish.txt
Failed example:
    browser.getControl('News Item').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 multipublish.txt[43]>", line 1, in ?
        browser.getControl('News Item').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 'News Item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 80, in multipublish.txt
Failed example:
    browser.getControl('Add').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 multipublish.txt[44]>", line 1, in ?
        browser.getControl('Add').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 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 81, in multipublish.txt
Failed example:
    browser.getControl('Title').value = 'Second news item'
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 multipublish.txt[45]>", line 1, in ?
        browser.getControl('Title').value = 'Second news item'
      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/contentrules/tests/multipublish.txt", line 82, in multipublish.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 multipublish.txt[46]>", 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/contentrules/tests/multipublish.txt", line 83, in multipublish.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/contentrules/tests/multipublish.txt", line 88, in multipublish.txt
Failed example:
    browser.getLink('Home').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 multipublish.txt[48]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 402, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      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/contentrules/tests/multipublish.txt", line 89, in multipublish.txt
Failed example:
    browser.getLink('Contents').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 multipublish.txt[49]>", line 1, in ?
        browser.getLink('Contents').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 90, in multipublish.txt
Failed example:
    browser.getControl('My news item').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 multipublish.txt[50]>", line 1, in ?
        browser.getControl('My news item').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 'My news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 91, in multipublish.txt
Failed example:
    browser.getControl('Second news item').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 multipublish.txt[51]>", line 1, in ?
        browser.getControl('Second news item').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 'Second news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 92, in multipublish.txt
Failed example:
    browser.getControl('Change State').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 multipublish.txt[52]>", line 1, in ?
        browser.getControl('Change State').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 'Change State'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 94, in multipublish.txt
Failed example:
    'My news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 96, in multipublish.txt
Failed example:
    'Second news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 99, in multipublish.txt
Failed example:
    browser.getControl('Publish').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 multipublish.txt[55]>", line 1, in ?
        browser.getControl('Publish').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 'Publish'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 107, in multipublish.txt
Failed example:
    browser.open(self.portal.absolute_url() + '/news/folder_listing')
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 multipublish.txt[57]>", line 1, in ?
        browser.open(self.portal.absolute_url() + '/news/folder_listing')
      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/contentrules/tests/multipublish.txt", line 108, in multipublish.txt
Failed example:
    'My news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/contentrules/tests/multipublish.txt", line 110, in multipublish.txt
Failed example:
    'Second news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/calendar.txt", line 8, in calendar.txt
Failed example:
    self.loginAsManager()
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 calendar.txt[2]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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 14, in filter.txt
Failed example:
    self.loginAsManager()
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 filter.txt[7]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/mail.txt", line 11, in mail.txt
Failed example:
    self.loginAsManager()
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 mail.txt[5]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/maintenance.txt", line 6, in maintenance.txt
Failed example:
    self.loginAsManager()
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 maintenance.txt[0]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/search.txt", line 8, in search.txt
Failed example:
    self.loginAsManager()
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 search.txt[2]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/site.txt", line 9, in site.txt
Failed example:
    self.loginAsManager()
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 site.txt[3]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/skins.txt", line 8, in skins.txt
Failed example:
    self.loginAsManager()
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 skins.txt[2]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/markup.txt", line 7, in markup.txt
Failed example:
    self.loginAsManager()
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 markup.txt[0]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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 19, in browser.txt
Failed example:
    browser.open(self.portal.absolute_url())
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[5]>", line 1, in ?
        browser.open(self.portal.absolute_url())
      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 20, in browser.txt
Failed example:
    browser.getLink('Add new').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[6]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testbrowser/browser.py", line 298, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 21, in browser.txt
Failed example:
    'Add new item' 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 23, in browser.txt
Failed example:
    browser.getControl('Page').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[8]>", line 1, in ?
        browser.getControl('Page').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 'Page'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 24, in browser.txt
Failed example:
    browser.getControl('Add').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[9]>", line 1, in ?
        browser.getControl('Add').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 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 25, in browser.txt
Failed example:
    browser.getControl('Title').value = 'Hello, World!'
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[10]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World!'
      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 26, in browser.txt
Failed example:
    browser.getControl('Body Text').value = 'Hello, World!'
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[11]>", line 1, in ?
        browser.getControl('Body Text').value = 'Hello, World!'
      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 'Body Text'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 27, 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[12]>", 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 28, 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 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 404: Not Found
----------------------------------------------------------------------
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/@@content-checkout'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/iterate/tests/browser.txt", line 46, in browser.txt
Failed example:
    browser.open('http://nohost/plone/hello-world')
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[17]>", line 1, in ?
        browser.open('http://nohost/plone/hello-world')
      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 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 test_menu_presence (plone.app.kss.tests.test_kss_attributes.TestContentMenu)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/tests/test_kss_attributes.py", line 180, in test_menu_presence

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/tests/test_kss_attributes.py", line 208, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    self.browser.open(self.folder.absolute_url())
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 plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[8]>", line 1, in ?
        self.browser.open(self.folder.absolute_url())
      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/kss/tests/test_kss_attributes.py", line 211, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    contentmenu_dl_tag is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/tests/test_kss_attributes.py", line 214, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    contentmenu_dl_tag.find('dd',{'class':'actionMenuContent'}) is not None
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 plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[12]>", line 1, in ?
        contentmenu_dl_tag.find('dd',{'class':'actionMenuContent'}) is not None
    AttributeError: 'NoneType' object has no attribute 'find'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/tests/test_kss_attributes.py", line 221, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    self.browser.open(self.folder.absolute_url())
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 plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[13]>", line 1, in ?
        self.browser.open(self.folder.absolute_url())
      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/kss/tests/test_kss_attributes.py", line 230, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/tests/test_kss_attributes.py", line 235, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions_ul = content_actions.find('ul', {'id': 'contentActionMenus'})
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 plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[19]>", line 1, in ?
        content_actions_ul = content_actions.find('ul', {'id': 'contentActionMenus'})
    AttributeError: 'NoneType' object has no attribute 'find'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/tests/test_kss_attributes.py", line 236, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions_ul is not None
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 plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[20]>", line 1, in ?
        content_actions_ul is not None
    NameError: name 'content_actions_ul' is not defined



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/layout/analytics/tests/analytics.txt", line 25, in analytics.txt
Failed example:
    manager.render()
Expected:
    u'\n  <div id="portal-colophon">...
Got:
    u'\n<div id="portal-colophon">\n\n  \n\n  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">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" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n<div id="portal-footer">!
 \n\n<p>\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</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'



Error in test test_disable_dasboard_breaks_event_portlet (plone.app.portlets.tests.test_dashboard.TestDashboard)
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_dashboard.py", line 57, in test_disable_dasboard_breaks_event_portlet
    addview = mapping.restrictedTraverse('+/' + portlet.addview)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Traversable.py", line 301, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Traversable.py", line 264, in unrestrictedTraverse
    if restricted and not validate(obj, obj, name, next):
Unauthorized: You are not allowed to access 'portlets.Events' in this context



Failure in test test_initPortletNode_i18n (plone.app.portlets.tests.test_exportimport.TestImportPortlets)
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_exportimport.py", line 110, in test_initPortletNode_i18n
    "Portlet title should be a Message instance")
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: Portlet title should be a Message instance



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 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 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/mapply.py", line 88, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/FSControllerPageTemplate.py", line 90, in __call__
        return self._call(FSControllerPageTemplate.inheritedAttribute('__call__'), *args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/BaseControllerPageTemplate.py", line 28, in _call
        return self.getNext(controller_state, REQUEST)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/ControllerBase.py", line 231, in getNext
        return next_action.getAction()(controller_state)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/Actions/TraverseTo.py", line 38, in __call__
        REQUEST, bind=1)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/mapply.py", line 88, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/FSControllerPythonScript.py", line 104, in __call__
        result = FSControllerPythonScript.inheritedAttribute('__call__')(self, *args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/Script.py", line 145, in __call__
        return BaseFSPythonScript.__call__(self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/FSPythonScript.py", line 140, in __call__
        return Script.__call__(self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/FSPythonScript.py", line 196, in _exec
        result = f(*args, **kw)
      File "Script (Python)", line 24, in logged_in
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/MembershipTool.py", line 310, in loginUser
        pas.credentials_cookie_auth.login()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/PlonePAS/plugins/cookie_handler.py", line 87, in login
        user_pas.updateCredentials(request, response, login, password)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/PluggableAuthService/PluggableAuthService.py", line 1098, in updateCredentials
        updater.updateCredentials(request, response, login, new_password)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 133, in updateCredentials
        self.setupSession(info["id"], response)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 85, in setupSession
        cookie=self.source.createIdentifier(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
        signature=self.signUserid(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
        secret = self.getSigningSecret()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
        return self.getSecrets()[0]
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
        raise NoKeyManager
    NoKeyManager: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



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

      
        
        
        
        
        

      

      <head>

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

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

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

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

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

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

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

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

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

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

      
      <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.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/login_form#documentContent">Skip to content.</a> |

      <a accesskey="6" href="http://nohost/plone/login_form#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 id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />
                <span class="visualCaseSensitive">member</span></a></li>
       

        
            <li>
                <a href="http://nohost/plone/logout">Log out</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>


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

                        
                        
                        
                          
                          <div>

            

            <div>

                <h1 class="documentFirstHeading">
                    We're sorry, but there seems to be an error&hellip;
                </h1>

                
                    <p>
                    The error has been logged as entry number 
                    <code>1214538944.480.332172199826</code>.
                    </p>
                    
                    <p>
                    If you need to report this to the 
                    <span> <a href="http://nohost/plone/contact-info">site administration</a></span>,
                    please include this entry number in your message.
                    </p>
                
                    

                

                

            </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.png" /></div>
    </body>
    </html>





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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/workflow/tests/sharingpage.txt", line 50, in sharingpage.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 sharingpage.txt[13]>", 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 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 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/mapply.py", line 88, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/FSControllerPageTemplate.py", line 90, in __call__
        return self._call(FSControllerPageTemplate.inheritedAttribute('__call__'), *args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/BaseControllerPageTemplate.py", line 28, in _call
        return self.getNext(controller_state, REQUEST)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/ControllerBase.py", line 231, in getNext
        return next_action.getAction()(controller_state)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/Actions/TraverseTo.py", line 38, in __call__
        REQUEST, bind=1)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/mapply.py", line 88, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/FSControllerPythonScript.py", line 104, in __call__
        result = FSControllerPythonScript.inheritedAttribute('__call__')(self, *args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFFormController/Script.py", line 145, in __call__
        return BaseFSPythonScript.__call__(self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/FSPythonScript.py", line 140, in __call__
        return Script.__call__(self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/FSPythonScript.py", line 196, in _exec
        result = f(*args, **kw)
      File "Script (Python)", line 24, in logged_in
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFPlone/MembershipTool.py", line 310, in loginUser
        pas.credentials_cookie_auth.login()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/PlonePAS/plugins/cookie_handler.py", line 87, in login
        user_pas.updateCredentials(request, response, login, password)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/PluggableAuthService/PluggableAuthService.py", line 1098, in updateCredentials
        updater.updateCredentials(request, response, login, new_password)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 133, in updateCredentials
        self.setupSession(info["id"], response)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/plugins/session.py", line 85, in setupSession
        cookie=self.source.createIdentifier(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 41, in createIdentifier
        signature=self.signUserid(userid)
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 35, in signUserid
        secret = self.getSigningSecret()
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 30, in getSigningSecret
        return self.getSecrets()[0]
      File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/session/sources/hash.py", line 25, in getSecrets
        raise NoKeyManager
    NoKeyManager: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



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

      
        
        
        
        
        

      

      <head>

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

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

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

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

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

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

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

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

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

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

      
      <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.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/login_form#documentContent">Skip to content.</a> |

      <a accesskey="6" href="http://nohost/plone/login_form#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>
        <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</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 id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />
                <span class="visualCaseSensitive">manager</span></a></li>
       

        
            <li>
                <a href="http://nohost/plone/logout">Log out</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>


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

                        
                        
                        
                          
                          <div>

            

            <div>

                <h1 class="documentFirstHeading">
                    We're sorry, but there seems to be an error&hellip;
                </h1>

                
                    
                    
                    
                
                    <p>
                    Since you are a site administrator, you can
                    <span> <a href="http://nohost/plone/error_log/showEntry?id=1214538947.420.590548029836">see the full error message</a> </span>
                    </p>

                

                

            </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>
              <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">
                 Manage portlets
              </a>
          </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.png" /></div>
    </body>
    </html>



  Ran 751 tests with 17 failures and 3 errors in 4 minutes 4.324 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'description' field in <string>
  warnings.warn(
/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in <string>
  warnings.warn(
 in 0.536 seconds.
  Ran 6 tests with 0 failures and 0 errors in 1.569 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.005 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/customerize/docs/testBrowserLayers.txt", line 87, in testBrowserLayers.txt
Failed example:
    browser.open('http://nohost/plone/')
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 testBrowserLayers.txt[31]>", line 1, in ?
        browser.open('http://nohost/plone/')
      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

  Ran 22 tests with 1 failures and 0 errors in 11.001 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Tear down plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.012 seconds.


Error in test testReplaceContentRegion (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
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/kss/tests/test_menus.py", line 42, in testReplaceContentRegion
    result = view.replaceContentRegion(self.fpage.absolute_url(), tabid='contentview-edit')
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/kss/content_replacer.py", line 150, in replaceContentRegion
    content = template()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/FSPageTemplate.py", line 216, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/Products/CMFCore/FSPageTemplate.py", line 155, in pt_render
    result = FSPageTemplate.inheritedAttribute('pt_render')(
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/PageTemplate.py", line 96, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 891, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 957, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 861, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 957, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
    self.no_tag(stuff[-2], stuff[-1])
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 949, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 861, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
    self.no_tag(stuff[-2], stuff[-1])
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 745, in do_insertStructure_tal
    structure = self.engine.evaluateStructure(expr)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/Expressions.py", line 199, in evaluateStructure
    text = super(ZopeContext, self).evaluateStructure(expr)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/browser/providerexpression.py", line 54, in __call__
    return provider.render()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/viewletmanager/manager.py", line 151, in render
    return BaseOrderedViewletManager.render(self)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/viewletmanager/manager.py", line 80, in render
    return u'\n'.join([viewlet.render() for viewlet in self.viewlets])
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/layout/viewlets/common.py", line 68, in render
    return self.index()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/PageTemplateFile.py", line 126, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/PageTemplate.py", line 96, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tal/talinterpreter.py", line 586, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/Expressions.py", line 139, in _eval
    return render(ob, econtext.vars)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/Expressions.py", line 103, in render
    ob = ob()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/layout/viewlets/content.py", line 205, in fullHistory
    history=self.workflowHistory(complete=True) + self.revisionHistory()
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope211-cmf22-plone40/lib/python/plone/app/layout/viewlets/content.py", line 148, in workflowHistory
    history.reverse()
AttributeError: 'tuple' object has no attribute 'reverse'

  Ran 13 tests with 0 failures and 1 errors in 3.427 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 5.758 seconds.


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>...The item is 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" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey4962.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0542.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plo!
 ne/portal_javascripts/Plone%20Default/sarissa-cachekey8671.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey8314.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-cachekey5309.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1933.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.kss" />\n\n\na standard view\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/" title="
Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\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" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="p!
 ortal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plo!
 ne" />\n            <label for="searchbox_currentfolder_only" style="c
ursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a 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" title="Container for users\' home directories">Users</a></li>\n        <li id="port!
 altab-news" class="plain">\n            <a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events" 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" title="">Test Image 2</a></li>\n        <li id="portaltab-image3/view" class="plain">\n            <a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1/view" class="plain">\n            <a href="http://nohost/plone/file1/view" title="">Test File 1</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\na standard view\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" 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\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="port!
 al-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="cont!
 entTopLeft"></span>\n                    <span id="contentTopRight"></
span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage info">\n            <dt>Info</dt>\n            <dd>Item(s) deleted.</dd>\n        </dl>\n\n    \n\n                    \n                    <div id="viewlet-above-content">a standard view\n</div>\n\n                    \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n  !
     last modified\n    </span>\n    Jun 27, 2008 07:52 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n    !
     <tr>\n          <th colspan="6" class="nosort">Select: <a id="fold
ercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          \n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n        !
         <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/Members/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n     !
          \n            </tr>\n          \n          \n            <tr 
class="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/front-page" class="state-published" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" heigh!
 t="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plon
e Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list"!
  value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable !
 odd" id="folder-contents-item-doc1">\n\n              \n\n            
  <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" 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">Jun 27, 2008 07:56 AM</td>\n         !
      <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc2" />\n                <label class="hiddenStructure" for="cb_doc2">Test Page 2</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" 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">Jun 27, 2008 07:56 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-image2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image2" value="/plone/image2" alt="Select Test Image 2" title="Select Test Image 2" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/image2" />\n                <label class="hiddenStructure" for="cb_image2">Test Image 2</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16"!
  height="16" src="http://nohost/plone/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image2/view" class="state-missing-value" title="Image: ">\n                    Test Image 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jun 27, 2008 07:56 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-image3">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image3" value="/plone/image3" alt="Select Test Image 3" title="Select Test Image 3" />\n                <input ty!
 pe="hidden" name="selected_obj_paths:list" value="/plone/image3" />\n 
               <label class="hiddenStructure" for="cb_image3">Test Image 3</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.png" alt="Image" />\n                  <a href="http://nohost/plone/image3/view" class="state-missing-value" title="Image: ">\n                    Test Image 3\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jun 27, 2008 07:56 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDr!
 aggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http://nohost/plone/file1/view" class="state-missing-value" title="File: ">\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jun 27, 2008 07:56 AM</td>\n             !
  <td>\n                \n                <span>&nbsp;</span>\n        
      </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n      !
         </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:56 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="8834a076b4431dd8b97b3cc8d0a84b3a67eb4467"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n       !
                \n\na standard view\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" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?month:int=5&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Previous month" id="calendar-previous" class="kssCalendarChange kssattr-year-2008 kssattr-month-5 calendarPrevious">&laquo;</a>\n\n        \n            June\n            2008\!
 n        \n\n        <a href="?month:int=7&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Next month" id="calendar-next" class="kssCalendarChange kssattr-year-2008 kssattr-month-7 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">June</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th scope="col">Tue</th><th scope="col">Wed</th><th scope="col">Thu</th><th scope="col">Fri</th><th 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></td><td></td><td>1</td>\n                </tr>\n                <tr><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td>\n                </tr>\n                <tr><td>9</td><td>10</td><td!
 >11</td><td>12</td><td>13</td><td>14</td><td>15</td>\n                
</tr>\n                <tr><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>\n                </tr>\n                <tr><td>23</td><td>24</td><td>25</td><td>26</td><td class="todaynoevent"><strong>27</strong></td><td>28</td><td>29</td>\n                </tr>\n                <tr><td>30</td><td></td><td></td><td></td><td></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\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  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</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  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">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" title="This!
  site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n 
     <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/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 22, in testReferenceUpdate.txt
Failed example:
    browser.getControl('Update').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 testReferenceUpdate.txt[9]>", line 1, in ?
        browser.getControl('Update').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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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 24, in testRemovalsWithYesToAll.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '<!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" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey4962.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0542.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plo!
 ne/portal_javascripts/Plone%20Default/sarissa-cachekey8671.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey8314.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-cachekey5309.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1933.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.kss" />\n\n\na standard view\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/" title="
Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\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" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="p!
 ortal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n       !
  <div class="searchSection">\n            <input id="searchbox_current
folder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a 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="pla!
 in">\n            <a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events" 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-file1/view" class="plain">\n            <a href="http://nohost/plone/file1/view" title="">Test File 1</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\na standard view\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" 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\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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-cont!
 ent">\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" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n     !
            <a href="http://nohost/plone/@@sharing">Sharing</a>\n      
        </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n                \n                <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" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height=!
 "16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n!
                     <a href="http://nohost/plone/createObject?type_nam
e=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n !
                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n         !
                <span class="subMenuTitle">Link</span>\n               
     </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img!
  width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n                \n                <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=folde!
 r_listing" class="" id="folder_listing" title="">\n                   
     \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n      !
           \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="_contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="_contextChangeDefaultPage" title="Change the item u!
 sed as default view in this folder">\n                        \n      
                  \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\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">a standard view\n</div>\n\n     !
                \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jun 27, 2008 07:52 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n !
  <input type="hidden" name="show_all" value="False" />\n  <input type=
"hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&n!
 bsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n !
                  <a href="http://nohost/plone/Members/folder_contents"
 class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr cl!
 ass="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/front-page" class="state-published" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="!
 Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td cl!
 ass="draggable">\n                <a href="http://nohost/plone/folder_
position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost!
 /plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n  !
               </a>\n              </td>\n            </tr>\n          
\n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Document: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-vis!
 ible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:56 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n              !
   <input type="hidden" name="selected_obj_paths:list" value="/plone/do
c2" />\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.png" alt="Document" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" 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">Jun 27, 2008 07:56 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n              !
     &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http!
 ://nohost/plone/file1/view" class="state-missing-value" title="File: "
>\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jun 27, 2008 07:56 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="n!
 otDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:56 !
 AM</td>\n              <td>\n                <span class="state-visibl
e">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    !
 \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="8834a076b4431dd8b97b3cc8d0a84b3a67eb4467"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\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" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f!
 6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portlet
Calendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?month:int=5&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Previous month" id="calendar-previous" class="kssCalendarChange kssattr-year-2008 kssattr-month-5 calendarPrevious">&laquo;</a>\n\n        \n            June\n            2008\n        \n\n        <a href="?month:int=7&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Next month" id="calendar-next" class="kssCalendarChange kssattr-year-2008 kssattr-month-7 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">June</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th scope="col">Tue</th><th scope="col">Wed</th><th scope="col">Thu</th><th scope="col">Fri</th><th scope="col">Sat</th><th sc!
 ope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td><td></td><td></td><td></td><td></td><td>1</td>\n                </tr>\n                <tr><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td>\n                </tr>\n                <tr><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>\n                </tr>\n                <tr><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>\n                </tr>\n                <tr><td>23</td><td>24</td><td>25</td><td>26</td><td class="todaynoevent"><strong>27</strong></td><td>28</td><td>29</td>\n                </tr>\n                <tr><td>30</td><td></td><td></td><td></td><td></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 manag
ement screen" 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  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</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  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">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" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualCl!
 ear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src
="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/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 26, in testMultipleFilesRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '<!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" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey4962.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0542.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plo!
 ne/portal_javascripts/Plone%20Default/sarissa-cachekey8671.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey8314.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-cachekey5309.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1933.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.kss" />\n\n\na standard view\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/" title="
Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\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" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="p!
 ortal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n       !
  <div class="searchSection">\n            <input id="searchbox_current
folder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a 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="pla!
 in">\n            <a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events" 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-file1/view" class="plain">\n            <a href="http://nohost/plone/file1/view" title="">Test File 1</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\na standard view\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" 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\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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-cont!
 ent">\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" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n     !
            <a href="http://nohost/plone/@@sharing">Sharing</a>\n      
        </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n                \n                <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" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height=!
 "16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n!
                     <a href="http://nohost/plone/createObject?type_nam
e=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n !
                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n         !
                <span class="subMenuTitle">Link</span>\n               
     </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img!
  width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n                \n                <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=folde!
 r_listing" class="" id="folder_listing" title="">\n                   
     \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n      !
           \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="_contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="_contextChangeDefaultPage" title="Change the item u!
 sed as default view in this folder">\n                        \n      
                  \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\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">a standard view\n</div>\n\n     !
                \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jun 27, 2008 07:52 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n !
  <input type="hidden" name="show_all" value="False" />\n  <input type=
"hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&n!
 bsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n !
                  <a href="http://nohost/plone/Members/folder_contents"
 class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr cl!
 ass="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/front-page" class="state-published" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="!
 Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td cl!
 ass="draggable">\n                <a href="http://nohost/plone/folder_
position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost!
 /plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n  !
               </a>\n              </td>\n            </tr>\n          
\n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Document: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-vis!
 ible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:57 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n              !
   <input type="hidden" name="selected_obj_paths:list" value="/plone/do
c2" />\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.png" alt="Document" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" 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">Jun 27, 2008 07:57 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n              !
     &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http!
 ://nohost/plone/file1/view" class="state-missing-value" title="File: "
>\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jun 27, 2008 07:56 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="n!
 otDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:56 !
 AM</td>\n              <td>\n                <span class="state-visibl
e">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    !
 \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="8834a076b4431dd8b97b3cc8d0a84b3a67eb4467"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\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" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f!
 6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portlet
Calendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?month:int=5&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Previous month" id="calendar-previous" class="kssCalendarChange kssattr-year-2008 kssattr-month-5 calendarPrevious">&laquo;</a>\n\n        \n            June\n            2008\n        \n\n        <a href="?month:int=7&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Next month" id="calendar-next" class="kssCalendarChange kssattr-year-2008 kssattr-month-7 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">June</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th scope="col">Tue</th><th scope="col">Wed</th><th scope="col">Thu</th><th scope="col">Fri</th><th scope="col">Sat</th><th sc!
 ope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td><td></td><td></td><td></td><td></td><td>1</td>\n                </tr>\n                <tr><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td>\n                </tr>\n                <tr><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>\n                </tr>\n                <tr><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>\n                </tr>\n                <tr><td>23</td><td>24</td><td>25</td><td>26</td><td class="todaynoevent"><strong>27</strong></td><td>28</td><td>29</td>\n                </tr>\n                <tr><td>30</td><td></td><td></td><td></td><td></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 manag
ement screen" 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  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</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  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">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" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualCl!
 ear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src
="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/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: [] != [<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 22, in testRemovalWithCookieAuth.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 testRemovalWithCookieAuth.txt[8]>", 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 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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:
    []



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

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



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" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <link rel="kss-base-url" href="http://nohost/plone/image1/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey4962.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0542.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/po!
 rtal_javascripts/Plone%20Default/sarissa-cachekey8671.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey8314.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-cachekey5309.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1933.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.kss" />\n\n\na standard view\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" href="http://nohost/plone/
author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="section-image1 template-delete_confirmation_page" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/image1/delete_confirmation#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/image1/delete!
 _confirmation#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n  !
       <input class="searchButton" type="submit" value="Search" />\n   
 \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a 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://noh!
 ost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain">\n            <a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events" 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" title="">Test Image 1</a></li>\n        <li id="portaltab-image2/view" class="plain">\n            <a href="http://nohost/plone/image2/view" title="">Test Image 2</!
 a></li>\n        <li id="portaltab-image3/view" class="plain">\n      
      <a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1/view" class="plain">\n            <a href="http://nohost/plone/file1/view" title="">Test File 1</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\na standard view\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" 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\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    <span class="breadcrumbSeparator">\n        &rarr;\n        \n    </span>\n    <span dir="ltr">\n        \n            \n            \n            <span>Test Image 1</span>\n         \n    </span>\n\n</div>\n\na standard view\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="">\n\n                  \n\na standard view\n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n     !
                \n                    <a name="documentContent"></a>\n\
n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n                    \n                    <div id="viewlet-above-content"><div id="plone-lock-status">\n  \n</div>\n\na standard view\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" action="http://nohost/plone/image1/delete_confirmation">\n        <div class="formControls">\n\n          <input type="hidden" name="form.submitted" value="1" />\n\n          <input class="destructive" type="submit" value="Delete" />\n          <input class="standalone" type="submit" value="Cancel" name="form.button.Cancel" />\n        </div>\n\n      </form!
 >\n\n\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\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" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?month:int=5&amp;year:int=2008&amp;orig_query=" rel="nofoll!
 ow" title="Previous month" id="calendar-previous" class="kssCalendarCh
ange kssattr-year-2008 kssattr-month-5 calendarPrevious">&laquo;</a>\n\n        \n            June\n            2008\n        \n\n        <a href="?month:int=7&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Next month" id="calendar-next" class="kssCalendarChange kssattr-year-2008 kssattr-month-7 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">June</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th scope="col">Tue</th><th scope="col">Wed</th><th scope="col">Thu</th><th scope="col">Fri</th><th 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></td><td></td><td>1</td>\n                </tr>\n                <tr><td>2</td><td>3</td><td!
 >4</td><td>5</td><td>6</td><td>7</td><td>8</td>\n                </tr>\n                <tr><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>\n                </tr>\n                <tr><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>\n                </tr>\n                <tr><td>23</td><td>24</td><td>25</td><td>26</td><td class="todaynoevent"><strong>27</strong></td><td>28</td><td>29</td>\n                </tr>\n                <tr><td>30</td><td></td><td></td><td></td><td></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" href="http://nohost/plone/image1/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </div>\n       !
      </td>\n            \n          </tr>\n        </tbody>\n      </t
able>\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  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</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  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n !
    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">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" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/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 24, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...<a href="http://nohost/plone/image2"...Test Image 2...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<a href="http://nohost/plone/image3"...Test Image 3...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '<!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" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey4962.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0542.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plo!
 ne/portal_javascripts/Plone%20Default/sarissa-cachekey8671.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey8314.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-cachekey5309.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1933.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.kss" />\n\n\na standard view\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/" title="
Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\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" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="p!
 ortal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n       !
  <div class="searchSection">\n            <input id="searchbox_current
folder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a 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="pla!
 in">\n            <a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events" 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-file1/view" class="plain">\n            <a href="http://nohost/plone/file1/view" title="">Test File 1</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\na standard view\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" 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\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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-cont!
 ent">\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" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n     !
            <a href="http://nohost/plone/@@sharing">Sharing</a>\n      
        </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n                \n                <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" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height=!
 "16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n!
                     <a href="http://nohost/plone/createObject?type_nam
e=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n !
                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n         !
                <span class="subMenuTitle">Link</span>\n               
     </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img!
  width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n                \n                <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=folde!
 r_listing" class="" id="folder_listing" title="">\n                   
     \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n      !
           \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="_contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="_contextChangeDefaultPage" title="Change the item u!
 sed as default view in this folder">\n                        \n      
                  \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\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">a standard view\n</div>\n\n     !
                \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jun 27, 2008 07:52 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n !
  <input type="hidden" name="show_all" value="False" />\n  <input type=
"hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&n!
 bsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n !
                  <a href="http://nohost/plone/Members/folder_contents"
 class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr cl!
 ass="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/front-page" class="state-published" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="!
 Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td cl!
 ass="draggable">\n                <a href="http://nohost/plone/folder_
position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost!
 /plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n  !
               </a>\n              </td>\n            </tr>\n          
\n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Document: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-vis!
 ible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:57 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n              !
   <input type="hidden" name="selected_obj_paths:list" value="/plone/do
c2" />\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.png" alt="Document" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" 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">Jun 27, 2008 07:57 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n              !
     &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http!
 ://nohost/plone/file1/view" class="state-missing-value" title="File: "
>\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jun 27, 2008 07:56 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="n!
 otDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:56 !
 AM</td>\n              <td>\n                <span class="state-visibl
e">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    !
 \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="8834a076b4431dd8b97b3cc8d0a84b3a67eb4467"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\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" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f!
 6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portlet
Calendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?month:int=5&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Previous month" id="calendar-previous" class="kssCalendarChange kssattr-year-2008 kssattr-month-5 calendarPrevious">&laquo;</a>\n\n        \n            June\n            2008\n        \n\n        <a href="?month:int=7&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Next month" id="calendar-next" class="kssCalendarChange kssattr-year-2008 kssattr-month-7 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">June</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th scope="col">Tue</th><th scope="col">Wed</th><th scope="col">Thu</th><th scope="col">Fri</th><th scope="col">Sat</th><th sc!
 ope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td><td></td><td></td><td></td><td></td><td>1</td>\n                </tr>\n                <tr><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td>\n                </tr>\n                <tr><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>\n                </tr>\n                <tr><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>\n                </tr>\n                <tr><td>23</td><td>24</td><td>25</td><td>26</td><td class="todaynoevent"><strong>27</strong></td><td>28</td><td>29</td>\n                </tr>\n                <tr><td>30</td><td></td><td></td><td></td><td></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 manag
ement screen" 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  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</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  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">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" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualCl!
 ear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src
="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/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" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/image1" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    <meta name="generator" content="Plone - http://plone.org" />\n\n    <link rel="kss-base-url" href="http://nohost/plone/image1/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey4962.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0542.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/po!
 rtal_javascripts/Plone%20Default/sarissa-cachekey8671.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey8314.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-cachekey5309.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1933.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.kss" />\n\n\na standard view\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" href="http://nohost/plone/
author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n\n    \n    \n\n    \n    \n\n  </head>\n\n  <body class="section-image1 template-delete_confirmation_page" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/image1/delete_confirmation#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/image1/delete!
 _confirmation#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n  !
       <input class="searchButton" type="submit" value="Search" />\n   
 \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a 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://noh!
 ost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain">\n            <a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events" 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" title="">Test Image 1</a></li>\n        <li id="portaltab-image2/view" class="plain">\n            <a href="http://nohost/plone/image2/view" title="">Test Image 2</!
 a></li>\n        <li id="portaltab-image3/view" class="plain">\n      
      <a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1/view" class="plain">\n            <a href="http://nohost/plone/file1/view" title="">Test File 1</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\na standard view\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" 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\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    <span class="breadcrumbSeparator">\n        &rarr;\n        \n    </span>\n    <span dir="ltr">\n        \n            \n            \n            <span>Test Image 1</span>\n         \n    </span>\n\n</div>\n\na standard view\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="">\n\n                  \n\na standard view\n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n     !
                \n                    <a name="documentContent"></a>\n\
n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n                    \n                    <div id="viewlet-above-content"><div id="plone-lock-status">\n  \n</div>\n\na standard view\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" action="http://nohost/plone/image1/delete_confirmation">\n        <div class="formControls">\n\n          <input type="hidden" name="form.submitted" value="1" />\n\n          <input class="destructive" type="submit" value="Delete" />\n          <input class="standalone" type="submit" value="Cancel" name="form.button.Cancel" />\n        </div>\n\n      </form!
 >\n\n\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\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" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portletCalendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?month:int=5&amp;year:int=2008&amp;orig_query=" rel="nofoll!
 ow" title="Previous month" id="calendar-previous" class="kssCalendarCh
ange kssattr-year-2008 kssattr-month-5 calendarPrevious">&laquo;</a>\n\n        \n            June\n            2008\n        \n\n        <a href="?month:int=7&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Next month" id="calendar-next" class="kssCalendarChange kssattr-year-2008 kssattr-month-7 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">June</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th scope="col">Tue</th><th scope="col">Wed</th><th scope="col">Thu</th><th scope="col">Fri</th><th 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></td><td></td><td>1</td>\n                </tr>\n                <tr><td>2</td><td>3</td><td!
 >4</td><td>5</td><td>6</td><td>7</td><td>8</td>\n                </tr>\n                <tr><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>\n                </tr>\n                <tr><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>\n                </tr>\n                <tr><td>23</td><td>24</td><td>25</td><td>26</td><td class="todaynoevent"><strong>27</strong></td><td>28</td><td>29</td>\n                </tr>\n                <tr><td>30</td><td></td><td></td><td></td><td></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" href="http://nohost/plone/image1/@@manage-portlets">Manage portlets</a>\n</div>\n\n                \n                &nbsp;\n              </div>\n       !
      </td>\n            \n          </tr>\n        </tbody>\n      </t
able>\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  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</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  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n !
    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">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" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/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: [] != [<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 29, in testCancelDuringMultiRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '<!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" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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    <link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey4962.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey0542.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plo!
 ne/portal_javascripts/Plone%20Default/sarissa-cachekey8671.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey8314.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-cachekey5309.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey1933.css); --></style>\n    \n    \n  \n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey5021.kss" />\n\n\na standard view\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/" title="
Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\na standard view\n\n\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" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="p!
 ortal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n       !
  <div class="searchSection">\n            <input id="searchbox_current
folder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a 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="pla!
 in">\n            <a href="http://nohost/plone/Members" title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain">\n            <a href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain">\n            <a href="http://nohost/plone/events" 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-file1/view" class="plain">\n            <a href="http://nohost/plone/file1/view" title="">Test File 1</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\na standard view\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" 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\n<div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\n      You are here:\n    </span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\na standard view\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-cont!
 ent">\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" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n     !
            <a href="http://nohost/plone/@@sharing">Sharing</a>\n      
        </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n                \n                <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" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height=!
 "16" alt="" src="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n!
                     <a href="http://nohost/plone/createObject?type_nam
e=File" class="contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n !
                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n         !
                <span class="subMenuTitle">Link</span>\n               
     </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img!
  width="16" height="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n                \n                <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=folde!
 r_listing" class="" id="folder_listing" title="">\n                   
     \n                        \n                        <span class="subMenuTitle">Standard view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_summary_view" class="" id="folder_summary_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Summary view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=folder_tabular_view" class="" id="folder_tabular_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Tabular view</span>\n                    </a>\n                    \n                  </li>\n      !
           \n                \n                  <li>\n                    <a href="http://nohost/plone/selectViewTemplate?templateId=atct_album_view" class="" id="atct_album_view" title="">\n                        \n                        \n                        <span class="subMenuTitle">Thumbnail view</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    \n                    <div id="_contextDefaultPageDisplay" class="">\n                        <span>&bull;</span>\n                        \n                        <span class="subMenuTitle">Item: Welcome to Plone</span>\n                    </div>\n                  </li>\n                \n                \n                  <li class="actionSeparator">\n                    <a href="http://nohost/plone/select_default_page" class="" id="_contextChangeDefaultPage" title="Change the item u!
 sed as default view in this folder">\n                        \n      
                  \n                        <span class="subMenuTitle">Change content item\nas default view...</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n\n</ul>\n\n\n    \n\n</div>\n\na standard view\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">a standard view\n</div>\n\n     !
                \n                    \n                    \n                      \n                      <div>\n      a standard view\n\n\n      <h1 class="documentFirstHeading"> \n          \n          \n              <img width="16" height="16" src="http://nohost/plone/site_icon.gif" alt="Plone site" /> \n              Plone site\n          \n      </h1>\n\n      <div class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Jun 27, 2008 07:52 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n !
  <input type="hidden" name="show_all" value="False" />\n  <input type=
"hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  \n    \n    <div class="visualClear" id="clear-space-before-navigation"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&n!
 bsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n          \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Users" title="Select Users" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Users</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n !
                  <a href="http://nohost/plone/Members/folder_contents"
 class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr cl!
 ass="draggable even" id="folder-contents-item-front-page">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_front-page" value="/plone/front-page" alt="Select Welcome to Plone" title="Select Welcome to Plone" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/front-page" />\n                <label class="hiddenStructure" for="cb_front-page">Welcome to Plone</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/front-page" class="state-published" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-published">Published</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=front-page" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=front-page" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-news">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_news" value="/plone/news" alt="Select News" title="!
 Select News" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/news" />\n                <label class="hiddenStructure" for="cb_news">News</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/news/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td cl!
 ass="draggable">\n                <a href="http://nohost/plone/folder_
position?position=up&amp;id=news" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=news" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-events">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_events" value="/plone/events" alt="Select Events" title="Select Events" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/events" />\n                <label class="hiddenStructure" for="cb_events">Events</label>\n              </td>\n              <td>\n                <span class="contenttype-large-plone-folder">\n                  <img width="16" height="16" src="http://nohost!
 /plone/plone/folder_icon.png" alt="Large Plone Folder" />\n                  <a href="http://nohost/plone/events/folder_contents" class="state-visible" 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">Jun 27, 2008 07:52 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=events" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=events" title="Move item down">\n                  &#9660;\n  !
               </a>\n              </td>\n            </tr>\n          
\n          \n            <tr class="draggable odd" id="folder-contents-item-doc1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc1" value="/plone/doc1" alt="Select Test Page 1" title="Select Test Page 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/doc1" />\n                <label class="hiddenStructure" for="cb_doc1">Test Page 1</label>\n              </td>\n              <td>\n                <span class="contenttype-document">\n                  <img width="16" height="16" src="http://nohost/plone/plone/document_icon.png" alt="Document" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Document: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-vis!
 ible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:57 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-doc2">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_doc2" value="/plone/doc2" alt="Select Test Page 2" title="Select Test Page 2" />\n              !
   <input type="hidden" name="selected_obj_paths:list" value="/plone/do
c2" />\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.png" alt="Document" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" 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">Jun 27, 2008 07:57 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=doc2" title="Move item up">\n              !
     &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=doc2" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable odd" id="folder-contents-item-file1">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_file1" value="/plone/file1" alt="Select Test File 1" title="Select Test File 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/file1" />\n                <label class="hiddenStructure" for="cb_file1">Test File 1</label>\n              </td>\n              <td>\n                <span class="contenttype-file">\n                  <img width="16" height="16" src="http://nohost/plone/plone/image_icon.gif" alt="File" />\n                  <a href="http!
 ://nohost/plone/file1/view" class="state-missing-value" title="File: "
>\n                    Test File 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-missing-value">1 kB</span>\n              </td>\n              <td class="state-missing-value">Jun 27, 2008 07:56 AM</td>\n              <td>\n                \n                <span>&nbsp;</span>\n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=file1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=file1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-folder1">\n\n              \n\n              <td class="n!
 otDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_folder1" value="/plone/folder1" alt="Select Test Folder 1" title="Select Test Folder 1" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/folder1" />\n                <label class="hiddenStructure" for="cb_folder1">Test Folder 1</label>\n              </td>\n              <td>\n                <span class="contenttype-folder">\n                  <img width="16" height="16" src="http://nohost/plone/plone/folder_icon.png" alt="Folder" />\n                  <a href="http://nohost/plone/folder1/folder_contents" class="state-visible" title="Folder: ">\n                    Test Folder 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Jun 27, 2008 07:56 !
 AM</td>\n              <td>\n                <span class="state-visibl
e">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    !
 \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="8834a076b4431dd8b97b3cc8d0a84b3a67eb4467"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\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" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f!
 6e746578740a2f706c6f6e650a63616c656e646172"><dl class="portlet portlet
Calendar">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="?month:int=5&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Previous month" id="calendar-previous" class="kssCalendarChange kssattr-year-2008 kssattr-month-5 calendarPrevious">&laquo;</a>\n\n        \n            June\n            2008\n        \n\n        <a href="?month:int=7&amp;year:int=2008&amp;orig_query=" rel="nofollow" title="Next month" id="calendar-next" class="kssCalendarChange kssattr-year-2008 kssattr-month-7 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">June</caption>\n            <thead>\n                <tr class="weekdays"><th scope="col">Mon</th><th scope="col">Tue</th><th scope="col">Wed</th><th scope="col">Thu</th><th scope="col">Fri</th><th scope="col">Sat</th><th sc!
 ope="col">Sun</th>\n                </tr>\n            </thead>\n            <tbody>\n                <tr><td></td><td></td><td></td><td></td><td></td><td></td><td>1</td>\n                </tr>\n                <tr><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td>\n                </tr>\n                <tr><td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td>\n                </tr>\n                <tr><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td>\n                </tr>\n                <tr><td>23</td><td>24</td><td>25</td><td>26</td><td class="todaynoevent"><strong>27</strong></td><td>28</td><td>29</td>\n                </tr>\n                <tr><td>30</td><td></td><td></td><td></td><td></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 manag
ement screen" 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  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</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  <div class="colophonWrapper">\n  <ul>\n    <li>\n      <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">Powered by Plone</a>\n    </li>\n    <li>\n      <a href="http://validator.w3.org/check/referer" title="This site is valid XHTML.">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" title="This site was built with valid CSS.">Valid CSS</a>\n    </li>\n    <li>\n      <a href="http://www.section508.gov" title="This site conforms to the US Government Section 508 Accessibility Guidelines.">Section 508</a>\n    </li>\n    <li>\n      <a href="http://www.w3.org/WAI/WCAG1AA-Conformance" title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">WCAG</a>\n    </li>\n  </ul>\n  </div>\n\n</div>\n\n\na standard view\n\n\n      \n\n      <div class="visualCl!
 ear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt="" src
="http://nohost/plone/spinner.png" /></div>\n</body>\n</html>\n\n'

  Ran 111 tests with 13 failures and 0 errors in 1 minutes 4.156 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.384 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.016 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.058 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.597 seconds.


Failure in test testPortletTypeRegistered (plone.app.portlets.tests.test_configuration.TestGenericSetup)
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_configuration.py", line 203, in testPortletTypeRegistered
    "Portlet title should be a Message instance")
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: Portlet title should be a Message instance

  Ran 12 tests with 1 failures and 0 errors in 4.705 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 0.000 seconds.
  Tear down plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 1.595 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.030 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.369 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.237 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 7.886 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 29.033 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.010 seconds.
  Ran 9 tests with 0 failures and 0 errors in 6.476 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.000 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.020 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.560 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 2.178 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.412 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 1359 tests, 34 failures, 5 errors in 7 minutes 16.656 seconds.

FAILED (failures=34, errors=5)




More information about the Testbot mailing list