[Testbot] FAILED (failures=33, errors=18) : Plone-trunk Zope-trunk Python-2.4.5

plone.* Tests plone-tests at epy.co.at
Sun Nov 30 05:48:46 UTC 2008


plone.* Tests : FAILED (failures=33, errors=18)
Plone-trunk Zope-trunk Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/test --package plone --module !plone.recipe
GenericCache not found; tests skipped
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.278 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 6.675 seconds.
  Ran 32 tests with 0 failures and 0 errors in 0.887 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 38.472 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt
Failed doctest test for foldercontents.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 238, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[60]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 51, in simplepublish.txt
Failed example:
    ctrl = browser.getControl(name='form.target_folder') # XXX fix label
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[27]>", line 1, in ?
        ctrl = browser.getControl(name='form.target_folder') # XXX fix label
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.target_folder'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 52, in simplepublish.txt
Failed example:
    ctrl.value = ['/news']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[28]>", line 1, in ?
        ctrl.value = ['/news']
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 96, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 499, in fset
        raise interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 610, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 396, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: name 'workflow_action'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 96, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 499, in fset
        raise interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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/my-news-item'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 53, in multipublish.txt
Failed example:
    ctrl = browser.getControl(name='form.target_folder') # XXX fix label
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[27]>", line 1, in ?
        ctrl = browser.getControl(name='form.target_folder') # XXX fix label
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.target_folder'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 54, in multipublish.txt
Failed example:
    ctrl.value = ['/news']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[28]>", line 1, in ?
        ctrl.value = ['/news']
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 96, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 499, in fset
        raise interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 610, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 396, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'News Item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'My news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Second news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Change State'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Publish'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/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-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt
Failed doctest test for filter.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 135, in filter.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest filter.txt[37]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 610, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 396, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 136, in filter.txt
Failed example:
    'Changes saved.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 138, in filter.txt
Failed example:
    'My Page' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 144, in filter.txt
Failed example:
    print browser.contents
Expected:
    <!DOCTYPE...
    <p>Testing that works.</p>...
Got:
      <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>exceptions.AttributeError</strong></p>
    <BLANKLINE>
      Sorry, a site error occurred.<p><p>Traceback (innermost last):
    <ul>
    <BLANKLINE>
    <li>  Module ZPublisher.Test, line 202, in publish_module</li>
    <BLANKLINE>
    <li>  Module ZPublisher.Publish, line 150, in publish</li>
    <BLANKLINE>
    <li>  Module Zope2.App.startup, line 260, in __call__</li>
    <BLANKLINE>
    <li>  Module ZPublisher.Publish, line 119, in publish</li>
    <BLANKLINE>
    <li>  Module ZPublisher.mapply, line 77, in mapply</li>
    <BLANKLINE>
    <li>  Module ZPublisher.Publish, line 42, in call_object</li>
    <BLANKLINE>
    <li>  Module Shared.DC.Scripts.Bindings, line 321, in __call__</li>
    <BLANKLINE>
    <li>  Module Shared.DC.Scripts.Bindings, line 358, in _bindAndExec</li>
    <BLANKLINE>
    <li>  Module Products.CMFCore.FSPageTemplate, line 216, in _exec</li>
    <BLANKLINE>
    <li>  Module Products.CMFCore.FSPageTemplate, line 155, in pt_render</li>
    <BLANKLINE>
    <li>  Module Products.PageTemplates.PageTemplate, line 80, in pt_render</li>
    <BLANKLINE>
    <li>  Module zope.pagetemplate.pagetemplate, line 115, in pt_render</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 271, in __call__</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 891, in do_useMacro</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 536, in do_optTag_tal</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 521, in do_optTag</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 516, in no_tag</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 957, in do_defineSlot</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 536, in do_optTag_tal</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 521, in do_optTag</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 516, in no_tag</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 861, in do_defineMacro</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 534, in do_optTag_tal</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 516, in no_tag</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 745, in do_insertStructure_tal</li>
    <BLANKLINE>
    <li>  Module Products.PageTemplates.Expressions, line 189, in evaluateStructure</li>
    <BLANKLINE>
    <li>  Module zope.tales.tales, line 696, in evaluate<br />
    <b>URL: file:/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/skins/plone_browser/main_template.pt</b><br />
    <b>Line 117, Column 18</b><br />
    <b>Expression: &lt;StringExpr u'plone.contentviews'&gt;</b><br />
    <b>Names:</b><pre>{'container': &lt;PloneSite at /plone&gt;,
     'context': &lt;ATDocument at /plone/Members/my-page&gt;,
     'default': &lt;object object at 0x402be520&gt;,
     'here': &lt;ATDocument at /plone/Members/my-page&gt;,
     'loop': {},
     'nothing': None,
     'options': {'args': ()},
     'repeat': &lt;Products.PageTemplates.Expressions.SafeMapping object at 0x4369cbcc&gt;,
     'request': &lt;HTTPRequest, URL=http://nohost/plone/Members/my-page/document_view&gt;,
     'root': &lt;Application at &gt;,
     'template': &lt;FSPageTemplate at /plone/document_view used for /plone/Members/my-page&gt;,
     'traverse_subpath': [],
     'user': &lt;PloneUser 'root'&gt;}</pre></li>
    <BLANKLINE>
    <li>  Module zope.contentprovider.tales, line 80, in __call__</li>
    <BLANKLINE>
    <li>  Module plone.app.viewletmanager.manager, line 154, in render</li>
    <BLANKLINE>
    <li>  Module plone.app.viewletmanager.manager, line 83, in render</li>
    <BLANKLINE>
    <li>  Module plone.app.layout.viewlets.common, line 51, in render</li>
    <BLANKLINE>
    <li>  Module zope.app.pagetemplate.viewpagetemplatefile, line 83, in __call__</li>
    <BLANKLINE>
    <li>  Module Products.Five.browser.pagetemplatefile, line 53, in __call__</li>
    <BLANKLINE>
    <li>  Module zope.pagetemplate.pagetemplate, line 115, in pt_render</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 271, in __call__</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 855, in do_condition</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 536, in do_optTag_tal</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 521, in do_optTag</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 516, in no_tag</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 534, in do_optTag_tal</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 516, in no_tag</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 745, in do_insertStructure_tal</li>
    <BLANKLINE>
    <li>  Module Products.PageTemplates.Expressions, line 189, in evaluateStructure</li>
    <BLANKLINE>
    <li>  Module zope.tales.tales, line 696, in evaluate<br />
    <b>URL: /home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/viewlets/contentactions.pt</b><br />
    <b>Line 32, Column 8</b><br />
    <b>Expression: &lt;StringExpr u'plone.contentmenu'&gt;</b><br />
    <b>Names:</b><pre>{'args': (),
     'container': &lt;ATDocument at /plone/Members/my-page&gt;,
     'context': &lt;ATDocument at /plone/Members/my-page&gt;,
     'default': &lt;object object at 0x402be520&gt;,
     'here': &lt;ATDocument at /plone/Members/my-page&gt;,
     'loop': {},
     'nothing': None,
     'options': {},
     'repeat': &lt;Products.PageTemplates.Expressions.SafeMapping object at 0x4335d38c&gt;,
     'request': &lt;HTTPRequest, URL=http://nohost/plone/Members/my-page/document_view&gt;,
     'root': &lt;Application at &gt;,
     'template': &lt;Products.Five.browser.pagetemplatefile.ViewPageTemplateFile object at 0x41dae82c&gt;,
     'traverse_subpath': [],
     'user': &lt;PloneUser 'root'&gt;,
     'view': &lt;Products.Five.viewlet.metaconfigure.ContentActionsViewlet object at 0x43677dec&gt;,
     'views': &lt;zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object at 0x43651eec&gt;}</pre></li>
    <BLANKLINE>
    <li>  Module zope.contentprovider.tales, line 80, in __call__</li>
    <BLANKLINE>
    <li>  Module zope.app.pagetemplate.viewpagetemplatefile, line 83, in __call__</li>
    <BLANKLINE>
    <li>  Module Products.Five.browser.pagetemplatefile, line 53, in __call__</li>
    <BLANKLINE>
    <li>  Module zope.pagetemplate.pagetemplate, line 115, in pt_render</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 271, in __call__</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 346, in interpret</li>
    <BLANKLINE>
    <li>  Module zope.tal.talinterpreter, line 586, in do_setLocal_tal</li>
    <BLANKLINE>
    <li>  Module zope.tales.tales, line 696, in evaluate<br />
    <b>URL: /home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentmenu/plone/app/contentmenu/contentmenu.pt</b><br />
    <b>Line 1, Column 0</b><br />
    <b>Expression: &lt;PathExpr standard:u'view/menu'&gt;</b><br />
    <b>Names:</b><pre>{'args': (),
     'container': &lt;ATDocument at /plone/Members/my-page&gt;,
     'context': &lt;ATDocument at /plone/Members/my-page&gt;,
     'default': &lt;object object at 0x402be520&gt;,
     'here': &lt;ATDocument at /plone/Members/my-page&gt;,
     'loop': {},
     'nothing': None,
     'options': {},
     'repeat': &lt;Products.PageTemplates.Expressions.SafeMapping object at 0x436740ac&gt;,
     'request': &lt;HTTPRequest, URL=http://nohost/plone/Members/my-page/document_view&gt;,
     'root': &lt;Application at &gt;,
     'template': &lt;Products.Five.browser.pagetemplatefile.ViewPageTemplateFile object at 0x4275de6c&gt;,
     'traverse_subpath': [],
     'user': &lt;PloneUser 'root'&gt;,
     'view': &lt;plone.app.contentmenu.view.ContentMenuProvider object at 0x4366506c&gt;,
     'views': &lt;zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object at 0x4366514c&gt;}</pre></li>
    <BLANKLINE>
    <li>  Module zope.tales.expressions, line 217, in __call__</li>
    <BLANKLINE>
    <li>  Module Products.PageTemplates.Expressions, line 129, in _eval</li>
    <BLANKLINE>
    <li>  Module Products.PageTemplates.Expressions, line 93, in render</li>
    <BLANKLINE>
    <li>  Module plone.app.contentmenu.view, line 42, in menu</li>
    <BLANKLINE>
    <li>  Module zope.app.publisher.browser.menu, line 80, in getMenuItems</li>
    <BLANKLINE>
    <li>  Module plone.app.contentmenu.menu, line 71, in action</li>
    <BLANKLINE>
    </ul>AttributeError: absolute_url
    </p></p>
      <hr noshade="noshade"/>
    <BLANKLINE>
      <p>Troubleshooting Suggestions</p>
    <BLANKLINE>
      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>
    <BLANKLINE>
      <p>For more detailed information about the error, please
      refer to the error log.
      </p>
    <BLANKLINE>
      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 28, in browser.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[13]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 610, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 396, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 229, in _mech_open
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 192, in open
      File "build/bdist.linux-i686/egg/mechanize/_http.py", line 589, in http_response
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 209, in error
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "build/bdist.linux-i686/egg/mechanize/_http.py", line 135, in http_error_302
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 229, in _mech_open
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 181, in open
      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-zope212-cmf22-plone40/src/Zope2/src/Products/Five/testbrowser.py", line 85, 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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/testing.py", line 85, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/functional.py", line 40, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Zope2/App/startup.py", line 260, in __call__
        error_log_url=error_log_url)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/ZPublisher/Publish.py", line 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/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-zope212-cmf22-plone40/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 321, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 358, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPageTemplate.py", line 216, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPageTemplate.py", line 155, in pt_render
        result = FSPageTemplate.inheritedAttribute('pt_render')(
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/PageTemplate.py", line 80, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.4.0-py2.4.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 891, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 957, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 861, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
        self.no_tag(stuff[-2], stuff[-1])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 745, in do_insertStructure_tal
        structure = self.engine.evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 189, in evaluateStructure
        text = super(ZopeContext, self).evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.contentprovider-3.4.0-py2.4.egg/zope/contentprovider/tales.py", line 80, in __call__
        return provider.render()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 154, in render
        return BaseOrderedViewletManager.render(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 83, in render
        return u'\n'.join([viewlet.render() for viewlet in self.viewlets])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/viewlets/common.py", line 51, in render
        return self.index()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.app.pagetemplate-3.4.1-py2.4.egg/zope/app/pagetemplate/viewpagetemplatefile.py", line 83, in __call__
        return self.im_func(im_self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/Five/browser/pagetemplatefile.py", line 53, in __call__
        sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.4.0-py2.4.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 855, in do_condition
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
        self.no_tag(stuff[-2], stuff[-1])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 745, in do_insertStructure_tal
        structure = self.engine.evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 189, in evaluateStructure
        text = super(ZopeContext, self).evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.contentprovider-3.4.0-py2.4.egg/zope/contentprovider/tales.py", line 80, in __call__
        return provider.render()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.app.pagetemplate-3.4.1-py2.4.egg/zope/app/pagetemplate/viewpagetemplatefile.py", line 83, in __call__
        return self.im_func(im_self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/Five/browser/pagetemplatefile.py", line 53, in __call__
        sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.4.0-py2.4.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 586, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 129, in _eval
        return render(ob, econtext.vars)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 93, in render
        ob = ob()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentmenu/plone/app/contentmenu/view.py", line 42, in menu
        items = menu.getMenuItems(self.context, self.request)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.app.publisher-3.5.1-py2.4.egg/zope/app/publisher/browser/menu.py", line 80, in getMenuItems
        result = [
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentmenu/plone/app/contentmenu/menu.py", line 71, in action
        return folder.absolute_url() + '/folder_contents'
    AttributeError: absolute_url
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 29, in browser.txt
Failed example:
    'Changes saved.' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[14]>", line 1, in ?
        'Changes saved.' in browser.contents
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 193, in contents
        old_location = response.tell()
    AttributeError: 'NoneType' object has no attribute 'tell'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 38, in browser.txt
Failed example:
    browser.open(browser.url + '/@@content-checkout')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[15]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkout')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 175, in url
        return self.mech_browser.geturl()
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 328, in geturl
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 39, in browser.txt
Failed example:
    'This is a working copy' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[16]>", line 1, in ?
        'This is a working copy' in browser.contents
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 193, in contents
        old_location = response.tell()
    AttributeError: 'NoneType' object has no attribute 'tell'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 41, in browser.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[17]>", line 1, in ?
        browser.url
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 175, in url
        return self.mech_browser.geturl()
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 328, in geturl
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 47, 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[18]>", line 1, in ?
        browser.open('http://nohost/plone/hello-world')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 229, in _mech_open
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 181, in open
      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-zope212-cmf22-plone40/src/Zope2/src/Products/Five/testbrowser.py", line 85, 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-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/testing.py", line 85, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/functional.py", line 40, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Zope2/App/startup.py", line 260, in __call__
        error_log_url=error_log_url)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/ZPublisher/Publish.py", line 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/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-zope212-cmf22-plone40/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 321, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 358, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPageTemplate.py", line 216, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPageTemplate.py", line 155, in pt_render
        result = FSPageTemplate.inheritedAttribute('pt_render')(
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/PageTemplate.py", line 80, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.4.0-py2.4.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 891, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 957, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 861, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
        self.no_tag(stuff[-2], stuff[-1])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 745, in do_insertStructure_tal
        structure = self.engine.evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 189, in evaluateStructure
        text = super(ZopeContext, self).evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.contentprovider-3.4.0-py2.4.egg/zope/contentprovider/tales.py", line 80, in __call__
        return provider.render()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 154, in render
        return BaseOrderedViewletManager.render(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 83, in render
        return u'\n'.join([viewlet.render() for viewlet in self.viewlets])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/viewlets/common.py", line 51, in render
        return self.index()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.app.pagetemplate-3.4.1-py2.4.egg/zope/app/pagetemplate/viewpagetemplatefile.py", line 83, in __call__
        return self.im_func(im_self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/Five/browser/pagetemplatefile.py", line 53, in __call__
        sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.4.0-py2.4.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 855, in do_condition
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
        self.no_tag(stuff[-2], stuff[-1])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 745, in do_insertStructure_tal
        structure = self.engine.evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 189, in evaluateStructure
        text = super(ZopeContext, self).evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.contentprovider-3.4.0-py2.4.egg/zope/contentprovider/tales.py", line 80, in __call__
        return provider.render()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.app.pagetemplate-3.4.1-py2.4.egg/zope/app/pagetemplate/viewpagetemplatefile.py", line 83, in __call__
        return self.im_func(im_self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/Five/browser/pagetemplatefile.py", line 53, in __call__
        sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.4.0-py2.4.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.4.1-py2.4.egg/zope/tal/talinterpreter.py", line 586, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 129, in _eval
        return render(ob, econtext.vars)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Products/PageTemplates/Expressions.py", line 93, in render
        ob = ob()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentmenu/plone/app/contentmenu/view.py", line 42, in menu
        items = menu.getMenuItems(self.context, self.request)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.app.publisher-3.5.1-py2.4.egg/zope/app/publisher/browser/menu.py", line 80, in getMenuItems
        result = [
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentmenu/plone/app/contentmenu/menu.py", line 71, in action
        return folder.absolute_url() + '/folder_contents'
    AttributeError: absolute_url
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 48, in browser.txt
Failed example:
    'This item is being edited' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[19]>", line 1, in ?
        'This item is being edited' in browser.contents
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 193, in contents
        old_location = response.tell()
    AttributeError: 'NoneType' object has no attribute 'tell'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 53, 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[20]>", line 1, in ?
        browser.open('http://nohost/plone/copy_of_hello-world/edit')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 54, 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[21]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World! version 2.0'
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 55, in browser.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[22]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 58, 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-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 66, in browser.txt
Failed example:
    browser.open(browser.url + '/@@content-checkin')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[25]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkin')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 67, in browser.txt
Failed example:
    browser.getControl('Check in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[26]>", line 1, in ?
        browser.getControl('Check in').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Check in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 68, in browser.txt
Failed example:
    'Checked in' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 70, 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-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 72, in browser.txt
Failed example:
    'Hello, World! version 2.0' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 83, in browser.txt
Failed example:
    browser.getLink("Publish").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[32]>", line 1, in ?
        browser.getLink("Publish").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 84, in browser.txt
Failed example:
    "Item state changed" in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 93, in browser.txt
Failed example:
    browser.open(portal.absolute_url() + '/hello-world')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[39]>", line 1, in ?
        browser.open(portal.absolute_url() + '/hello-world')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 94, in browser.txt
Failed example:
    browser.getLink("Check out").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[40]>", line 1, in ?
        browser.getLink("Check out").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 95, in browser.txt
Failed example:
    "Check-out created" in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 102, in browser.txt
Failed example:
    browser.getLink("Cancel check-out")
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[42]>", line 1, in ?
        browser.getLink("Cancel check-out")
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 112, in browser.txt
Failed example:
    browser.open(portal.absolute_url() + '/hello-world')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[44]>", line 1, in ?
        browser.open(portal.absolute_url() + '/hello-world')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 113, in browser.txt
Failed example:
    browser.getLink("Published").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[45]>", line 1, in ?
        browser.getLink("Published").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 114, in browser.txt
Failed example:
    browser.getControl("Retract").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[46]>", line 1, in ?
        browser.getControl("Retract").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Retract'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 115, in browser.txt
Failed example:
    browser.getControl("Save").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[47]>", line 1, in ?
        browser.getControl("Save").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 116, in browser.txt
Failed example:
    browser.getLink("working copy").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[48]>", line 1, in ?
        browser.getLink("working copy").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 117, in browser.txt
Failed example:
    browser.getLink("Check in").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[49]>", line 1, in ?
        browser.getLink("Check in").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 313, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 606, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 118, in browser.txt
Failed example:
    browser.getControl("Check in").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[50]>", line 1, in ?
        browser.getControl("Check in").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 352, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 47, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Check in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 119, in browser.txt
Failed example:
    "Checked in" in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 138, in browser.txt
Failed example:
    portal.manage_delObjects(['front-page'])
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[54]>", line 1, in ?
        portal.manage_delObjects(['front-page'])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/Portal.py", line 81, in manage_delObjects
        item = self._getOb(id)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 296, in _getOb
        raise AttributeError, id
    AttributeError: front-page



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-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 180, in test_menu_presence

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 186, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    self.browser.open(self.page.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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[1]>", line 1, in ?
        self.browser.open(self.page.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 192, 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-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 195, 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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[5]>", 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-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 200, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    soup.find('a', {'class':'actionicon-object_buttons-cut'}) is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 203, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    soup.find('a', {'class':'actionicon-object_buttons-copy'}) is not None
Differences (ndiff with -expected +actual):
    - True
    + False



Failure in test test_tab_ids (plone.app.kss.tests.test_kss_attributes.TestContentsTabs)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 132, in test_tab_ids

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 139, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids
Failed example:
    self.browser.open(self.page.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids[1]>", line 1, in ?
        self.browser.open(self.page.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 144, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids
Failed example:
    soup.find('li', dict(id='contentview-view')) is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 146, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids
Failed example:
    soup.find('li', dict(id='contentview-edit')) is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 148, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids
Failed example:
    soup.find('li', dict(id='contentview-local_roles')) is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 150, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_tab_ids
Failed example:
    soup.find('li', dict(id='contentview-history')) is not None
Differences (ndiff with -expected +actual):
    - True
    + False



Failure in test test_ul_id (plone.app.kss.tests.test_kss_attributes.TestContentsTabs)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 154, in test_ul_id

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 160, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id
Failed example:
    self.browser.open(self.page.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id[1]>", line 1, in ?
        self.browser.open(self.page.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 167, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id
Failed example:
    content_ul_tag is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 172, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id
Failed example:
    [a.get('id') for a in content_ul_tag.findAll('a')]
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id[5]>", line 1, in ?
        [a.get('id') for a in content_ul_tag.findAll('a')]
    AttributeError: 'NoneType' object has no attribute 'findAll'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 174, in plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id
Failed example:
    [li.get('id') for li in content_ul_tag.findAll('li')]
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentsTabs.test_ul_id[6]>", line 1, in ?
        [li.get('id') for li in content_ul_tag.findAll('li')]
    AttributeError: 'NoneType' object has no attribute 'findAll'



Failure in test test_logged (plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 62, in test_logged

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 70, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    self.browser.open(self.page.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[1]>", line 1, in ?
        self.browser.open(self.page.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 78, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    title is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 87, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-atfieldname-title' in title['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[5]>", line 1, in ?
        'kssattr-atfieldname-title' in title['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 89, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-templateId-' in title['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[6]>", line 1, in ?
        'kssattr-templateId-' in title['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 91, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-macro-' in title['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[7]>", line 1, in ?
        'kssattr-macro-' in title['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 93, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'inlineEditable' in title['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[8]>", line 1, in ?
        'inlineEditable' in title['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 103, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    description is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 105, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-atfieldname-description' in description['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[11]>", line 1, in ?
        'kssattr-atfieldname-description' in description['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 107, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-templateId-' in description['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[12]>", line 1, in ?
        'kssattr-templateId-' in description['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 109, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-macro-' in description['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[13]>", line 1, in ?
        'kssattr-macro-' in description['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 111, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'inlineEditable' in description['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[14]>", line 1, in ?
        'inlineEditable' in description['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 119, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    text is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 121, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-atfieldname-text' in text['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[17]>", line 1, in ?
        'kssattr-atfieldname-text' in text['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 123, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-templateId-' in text['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[18]>", line 1, in ?
        'kssattr-templateId-' in text['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 125, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'kssattr-macro-' in text['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[19]>", line 1, in ?
        'kssattr-macro-' in text['class']
    TypeError: unsubscriptable object
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 127, in plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged
Failed example:
    'inlineEditable' in text['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[20]>", line 1, in ?
        'inlineEditable' in text['class']
    TypeError: unsubscriptable object



Failure in test test_actions (plone.app.layout.globals.tests.test_context.TestContextStateView)
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-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/globals/tests/test_context.py", line 152, in test_actions
    self.failUnless('workflow' in actions)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError



Failure in test test_is_rtl (plone.app.layout.globals.tests.test_portal.TestPortalStateView)
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-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/globals/tests/test_portal.py", line 49, in test_is_rtl
    self.assertEquals(self.view.is_rtl(), True)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: False != True



Error in test /home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/sitemap/tests/sitemap.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.layout/plone/app/layout/sitemap/tests/test_doctests.py", line 34, in afterSetUp
    self.portal.portal_workflow.doActionFor(self.portal.f1, 'submit')
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/WorkflowTool.py", line 237, in doActionFor
    raise WorkflowException(msg)
WorkflowException: No workflow provides the '${action_id}' action.



Failure in test test_all_events_link (plone.app.portlets.tests.test_events_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.portlets/plone/app/portlets/tests/test_events_portlet.py", line 103, in test_all_events_link
    self.failUnless(r.all_events_link().endswith('/events'))
  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 test_prev_events_link (plone.app.portlets.tests.test_events_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.portlets/plone/app/portlets/tests/test_events_portlet.py", line 110, in test_prev_events_link
    self.failUnless(r.prev_events_link().endswith(
AttributeError: 'NoneType' object has no attribute 'endswith'



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



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



Error in test test_all_news_link (plone.app.portlets.tests.test_news_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.portlets/plone/app/portlets/tests/test_news_portlet.py", line 103, in test_all_news_link
    self.failUnless(r.all_news_link().endswith('/news'))
AttributeError: 'NoneType' object has no attribute 'endswith'



Failure in test test_recent_items (plone.app.portlets.tests.test_recent_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.portlets/plone/app/portlets/tests/test_recent_portlet.py", line 88, in test_recent_items
    self.assertEquals(5, len(r.recent_items()))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: 5 != 2



Failure in test /home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.redirector/plone/app/redirector/tests/browser.txt
Failed doctest test for browser.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.redirector/plone/app/redirector/tests/browser.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.redirector/plone/app/redirector/tests/browser.txt", line 19, in browser.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[9]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 610, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 396, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error



Error in test testDoUpgrades (plone.app.upgrade.tests.test_upgrade.TestUpgrade)
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-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/tests/test_upgrade.py", line 45, in testDoUpgrades
    self.setup.manage_doUpgrades(request=request)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 874, in manage_doUpgrades
    step.doStep(self)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.GenericSetup/Products/GenericSetup/upgrade.py", line 139, in doStep
    self.handler(tool)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 139, in __init__
    self.installKss()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 213, in installKss
    self.install_skins()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 190, in install_skins
    createDirectoryView(st, 'CMFPlone/skins/plone_kss')
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/DirectoryView.py", line 599, in createDirectoryView
    reg_key = _dirreg.getCurrentKeyFormat(reg_key)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/DirectoryView.py", line 420, in getCurrentKeyFormat
    raise ValueError('Unsupported key given: %s' % reg_key)
ValueError: Unsupported key given: CMFPlone/skins/plone_kss



Error in test testEnableZope3Site (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
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-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 246, in testEnableZope3Site
    enableZope3Site(self.portal)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 223, in enableZope3Site
    sm = portal.getSiteManager()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 184, in getSiteManager
    raise ComponentLookupError('No component registry defined.')
ComponentLookupError: No component registry defined.



Failure in test testLegacyPortletsConverted (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
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-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 360, in testLegacyPortletsConverted
    self.assertEquals(True, portletAssignments.getBlacklistStatus(CONTEXT_PORTLETS))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: True != None



Failure in test testLegacyPortletsConvertedBadSlots (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
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-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 432, in testLegacyPortletsConvertedBadSlots
    self.assertEquals(True, portletAssignments.getBlacklistStatus(CONTEXT_PORTLETS))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: True != None



Failure in test testLegacyPortletsConvertedNoSlots (plone.app.upgrade.v30.tests.TestMigrations_v2_5_x)
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-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 395, in testLegacyPortletsConvertedNoSlots
    self.assertEquals(True, portletAssignments.getBlacklistStatus(CONTEXT_PORTLETS))
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: True != None



Error in test testInstallKss (plone.app.upgrade.v30.tests.TestMigrations_v3_0_alpha1)
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-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 653, in testInstallKss
    installKss(self.portal)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 139, in __init__
    self.installKss()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 213, in installKss
    self.install_skins()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/alphas.py", line 190, in install_skins
    createDirectoryView(st, 'CMFPlone/skins/plone_kss')
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/DirectoryView.py", line 599, in createDirectoryView
    reg_key = _dirreg.getCurrentKeyFormat(reg_key)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/DirectoryView.py", line 420, in getCurrentKeyFormat
    raise ValueError('Unsupported key given: %s' % reg_key)
ValueError: Unsupported key given: CMFPlone/skins/plone_kss

  Ran 847 tests with 19 failures and 6 errors in 5 minutes 1.057 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 1.165 seconds.


Error in test testAssignmentOrdering (plone.app.contentrules.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-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 132, in testAssignmentOrdering
    assignable = IRuleAssignmentManager(self.portal.news)
AttributeError: news



Failure in test testExport (plone.app.contentrules.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-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 208, in testExport
    self.assertEquals(expected.strip(), body.strip(), body)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 333, in failUnlessEqual
    raise self.failureException, \
AssertionError: <?xml version="1.0"?>
<contentrules>
 <rule name="test1" title="Test rule 1" description="A test rule"
    enabled="True" event="zope.lifecycleevent.interfaces.IObjectModifiedEvent"
    stop-after="False">
  <conditions>
   <condition type="plone.conditions.PortalType">
    <property name="check_types">
     <element>Document</element>
     <element>News Item</element>
    </property>
   </condition>
   <condition type="plone.conditions.Role">
    <property name="role_names">
     <element>Manager</element>
    </property>
   </condition>
  </conditions>
  <actions>
   <action type="plone.actions.Notify">
    <property name="message">A message: Hej då</property>
    <property name="message_type">info</property>
   </action>
  </actions>
 </rule>
 <rule name="test2" title="Test rule 2" description="Another test rule"
    enabled="False"
    event="zope.lifecycleevent.interfaces.IObjectModifiedEvent"
    stop-after="True">
  <conditions>
   <condition type="plone.conditions.PortalType">
    <property name="check_types">
     <element>Event</element>
    </property>
   </condition>
  </conditions>
  <actions>
   <action type="plone.actions.Workflow">
    <property name="transition">publish</property>
   </action>
  </actions>
 </rule>
 <rule name="test3" title="Test rule 3" description="Third test rule"
    enabled="True" event="zope.app.container.interfaces.IObjectMovedEvent"
    stop-after="False">
  <conditions/>
  <actions/>
 </rule>
</contentrules>




Error in test testImportTwice (plone.app.contentrules.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-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 145, in testImportTwice
    self.testRuleAssigned()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 119, in testRuleAssigned
    assignable = IRuleAssignmentManager(self.portal.news)
AttributeError: news



Error in test testRuleAssigned (plone.app.contentrules.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-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/test_configuration.py", line 119, in testRuleAssigned
    assignable = IRuleAssignmentManager(self.portal.news)
AttributeError: news

  Ran 6 tests with 1 failures and 3 errors in 2.086 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.
  Ran 27 tests with 0 failures and 0 errors in 1 minutes 32.451 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.043 seconds.


Error in test testChangeViewTemplate (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testChangeWorkflowState (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testCopyObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testCutObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testKssCopyObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test testKssCutObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



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 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 33, in afterSetUp
    self.fpage = self.portal['front-page']
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Zope2/src/OFS/ObjectManager.py", line 758, in __getitem__
    raise KeyError, key
KeyError: 'front-page'



Error in test test_update_of_nav_portlet (plone.app.kss.tests.test_part_reloading.TestPortletReloading)
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-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_part_reloading.py", line 59, in test_update_of_nav_portlet
    command = result[0]
IndexError: list index out of range

  Ran 13 tests with 0 failures and 8 errors in 0.333 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 11.435 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 36, in testReferalToPrivateFiles.txt
Failed example:
    browser.contents
Expected:
    '...<div...class="documentContent"...
     ...<form ... action="http://nohost/plone/removeConfirmationAction">...
     ...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<ul>...The item is not accessible...</ul>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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-cachekey1611.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey7944.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey7430.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6902.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey3912.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7224.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey7100.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey3995.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText"!
  type="text" size="18" title="Search Site" accesskey="4" class="inputL
abel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure!
 ">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-image2" class="plain"><a href="http://nohost/plone/image2/view" title="">Test Image 2</a></li>\n        <li id="portaltab-image3" class="plain"><a href="http://nohost/plone/image3/view" title="">Test Image 3</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </u!
 l>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/
xhtml" id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\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-content">\n\n              \n                <div class="documentEditable">\n\n                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n\n        </ul>\n        \n    \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n\n</ul>\n\n\n    \n\n</div>\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 xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 30, 2008 06:46 AM\!
 n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\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">Selec!
 t: <a id="foldercontents-selectall" class="update-selection" href="htt
p://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 Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_path!
 s:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</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/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\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">Nov 30, 2008 06:46 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-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="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:53 AM</td>\n              <td>\n                <span class="st!
 ate-visible">Public draft</span>\n                \n              </td>\n              \n            </tr>\n          \n          \n            <tr class="draggable odd" 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="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n                    Test Page 2\n                  </a>\n                </span>\n\n      !
           \n              </td>\n\n              <td>\n               
 \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:53 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-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">Nov 30, 2008 06:53 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-image3">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_image3" value="/plone/image3" alt="Select Test Image 3" title="Select Test Image 3" />\n                <input type="hidden" name="selected_obj_paths:list" value="/!
 plone/image3" />\n                <label class="hiddenStructure" for="
cb_image3">Test Image 3</label>\n              </td>\n              <td>\n                <span class="contenttype-image">\n                  <img width="16" height="16" src="http://nohost/plone/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">Nov 30, 2008 06:53 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-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">Nov 30, 2008 06:53 AM</td>\n              <td>\n                \n                <span>&nb!
 sp;</span>\n              </td>\n              \n            </tr>\n  
        \n          \n            <tr class="draggable odd" 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">Nov 30, 2008 06:53 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="939aa52d6633f1347eb46210e85c6bd7a61485c4"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n             !
        \n                    \n\n                    <span id="content
BottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      \n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  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 xmlns="http://www.w3.org/1999/xhtml" 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 Guidelin!
 es.">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-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt
Failed doctest test for testRemovalsWithYesToAll.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 24, in testRemovalsWithYesToAll.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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-cachekey1611.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey7944.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey7430.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6902.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey3912.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7224.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey7100.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey3995.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n       !
  <label for="searchGadget" class="hiddenStructure">Search Site</label>
\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/p!
 lone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wra!
 pper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="p
ortal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\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-content">\n\n              \n                <div class="documentEditable">\n\n !
                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharin!
 g</a>\n              </li>\n            \n\n        </ul>\n        \n 
   \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src!
 ="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n               !
      <a href="http://nohost/plone/createObject?type_name=File" class="
contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                !
   <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        !
 <span class="subMenuTitle">Link</span>\n                    </a>\n    
                \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" hei!
 ght="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectVi!
 ewTemplate?templateId=folder_listing" class="" id="folder_listing" tit
le="">\n                        <span>&bull;</span>\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                    <a href="http://nohost/plone/select_default_page" class="" id="contextSetDefaultPage" title="Select an item to be used as default view in this folder...">\n                        \n                        \n                        <span class="subMenuTitle">Select a 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              Plo!
 ne site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 30, 2008 06:46 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  !
 \n    \n    <div class="visualClear" id="clear-space-before-navigation
"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n       !
    \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</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/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-v!
 isible">1 kB</span>\n              </td>\n              <td class="sta
te-visible">Nov 30, 2008 06:46 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-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="/p!
 lone/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="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:53 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 odd" 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="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n        !
             Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:53 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 even" id="folder-contents-item-file1">\n\n              \n\n              <td class=!
 "notDraggable">\n                <input type="checkbox" class="noborde
r" 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">Nov 30, 2008 06:53 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 odd" 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">Nov 30, 2008 06:53 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n !
                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="939aa52d6633f1347eb46210e85c6bd7a61485c4"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n          !
           \n                    \n\n                    <span id="cont
entBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  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 xmlns="http://www.w3.org/1999/xhtml" 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-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt
Failed doctest test for testRenamingReferencedItem.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 31, in testRenamingReferencedItem.txt
Failed example:
    browser.getLink('NuName').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRenamingReferencedItem.txt[13]>", line 1, in ?
        browser.getLink('NuName').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 421, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 555, in follow_link
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    httperror_seek_wrapper: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 26, in testMultipleFilesRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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-cachekey1611.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey7944.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey7430.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6902.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey3912.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7224.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey7100.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey3995.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n       !
  <label for="searchGadget" class="hiddenStructure">Search Site</label>
\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/p!
 lone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wra!
 pper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="p
ortal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\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-content">\n\n              \n                <div class="documentEditable">\n\n !
                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharin!
 g</a>\n              </li>\n            \n\n        </ul>\n        \n 
   \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src!
 ="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n               !
      <a href="http://nohost/plone/createObject?type_name=File" class="
contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                !
   <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        !
 <span class="subMenuTitle">Link</span>\n                    </a>\n    
                \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" hei!
 ght="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectVi!
 ewTemplate?templateId=folder_listing" class="" id="folder_listing" tit
le="">\n                        <span>&bull;</span>\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                    <a href="http://nohost/plone/select_default_page" class="" id="contextSetDefaultPage" title="Select an item to be used as default view in this folder...">\n                        \n                        \n                        <span class="subMenuTitle">Select a 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              Plo!
 ne site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 30, 2008 06:46 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  !
 \n    \n    <div class="visualClear" id="clear-space-before-navigation
"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n       !
    \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</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/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-v!
 isible">1 kB</span>\n              </td>\n              <td class="sta
te-visible">Nov 30, 2008 06:46 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-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="/p!
 lone/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="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:53 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 odd" 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="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n        !
             Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:53 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 even" id="folder-contents-item-file1">\n\n              \n\n              <td class=!
 "notDraggable">\n                <input type="checkbox" class="noborde
r" 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">Nov 30, 2008 06:53 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 odd" 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">Nov 30, 2008 06:53 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n !
                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="939aa52d6633f1347eb46210e85c6bd7a61485c4"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n          !
           \n                    \n\n                    <span id="cont
entBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  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 xmlns="http://www.w3.org/1999/xhtml" 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-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testIntegrityBreachesBug.txt
Failed doctest test for testIntegrityBreachesBug.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testIntegrityBreachesBug.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testIntegrityBreachesBug.txt", line 51, in testIntegrityBreachesBug.txt
Failed example:
    browser.getLink('Subfolders').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testIntegrityBreachesBug.txt[12]>", line 1, in ?
        browser.getLink('Subfolders').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 421, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 555, in follow_link
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    httperror_seek_wrapper: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 10, in testRemovalTriggersConfirmation.txt
Failed example:
    self.assertEqual(doc.getReferences(), [img])
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt
Failed doctest test for testReferenceOrthogonality.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 0

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



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

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



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 16, in testMultipleReferences.txt
Failed example:
    browser.open('http://nohost/plone/image1/view')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleReferences.txt[5]>", line 1, in ?
        browser.open('http://nohost/plone/image1/view')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 24, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...<a href="http://nohost/plone/image2"...Test Image 2...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<a href="http://nohost/plone/image3"...Test Image 3...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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-cachekey1611.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey7944.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey7430.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6902.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey3912.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7224.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey7100.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey3995.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n       !
  <label for="searchGadget" class="hiddenStructure">Search Site</label>
\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/p!
 lone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wra!
 pper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="p
ortal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\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-content">\n\n              \n                <div class="documentEditable">\n\n !
                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharin!
 g</a>\n              </li>\n            \n\n        </ul>\n        \n 
   \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src!
 ="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n               !
      <a href="http://nohost/plone/createObject?type_name=File" class="
contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                !
   <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        !
 <span class="subMenuTitle">Link</span>\n                    </a>\n    
                \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" hei!
 ght="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectVi!
 ewTemplate?templateId=folder_listing" class="" id="folder_listing" tit
le="">\n                        <span>&bull;</span>\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                    <a href="http://nohost/plone/select_default_page" class="" id="contextSetDefaultPage" title="Select an item to be used as default view in this folder...">\n                        \n                        \n                        <span class="subMenuTitle">Select a 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              Plo!
 ne site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 30, 2008 06:46 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  !
 \n    \n    <div class="visualClear" id="clear-space-before-navigation
"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n       !
    \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</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/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-v!
 isible">1 kB</span>\n              </td>\n              <td class="sta
te-visible">Nov 30, 2008 06:46 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-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="/p!
 lone/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="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:54 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 odd" 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="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n        !
             Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:54 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 even" id="folder-contents-item-file1">\n\n              \n\n              <td class=!
 "notDraggable">\n                <input type="checkbox" class="noborde
r" 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">Nov 30, 2008 06:53 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 odd" 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">Nov 30, 2008 06:53 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n !
                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="939aa52d6633f1347eb46210e85c6bd7a61485c4"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n          !
           \n                    \n\n                    <span id="cont
entBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  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 xmlns="http://www.w3.org/1999/xhtml" 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-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt
Failed doctest test for testConfirmationPageIntegration.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 10, in testConfirmationPageIntegration.txt
Failed example:
    browser.open('http://nohost/plone/image1/view')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testConfirmationPageIntegration.txt[2]>", line 1, in ?
        browser.open('http://nohost/plone/image1/view')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.5.1-py2.4.egg/zope/testbrowser/browser.py", line 231, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 203, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 254, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testProgrammaticallyRemoval.txt", line 9, in testProgrammaticallyRemoval.txt
Failed example:
    self.assertEqual(doc.getReferences(), [img])
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/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-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt
Failed doctest test for testCancelDuringMultiRemoval.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 29, in testCancelDuringMultiRemoval.txt
Failed example:
    browser.contents
Expected:
    '...<a href="http://nohost/plone/image1"...Test Image 1...
     ...This...Image...is referenced by the following items:...
     ...<li>...<a href="http://nohost/plone/doc1"...Test Page 1...</li>...
     ...<li>...<a href="http://nohost/plone/doc2"...Test Page 2...</li>...
     ...Would you like to delete it anyway?...'
Got:
    '\n\n        \n      \n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />\n\n    \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-cachekey1611.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey7944.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://no!
 host/plone/portal_javascripts/Plone%20Default/sarissa-cachekey7430.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey6902.js">\n      </script>\n    \n    \n  \n\n\n  \n  \n    \n    \n      <style type="text/css" media="screen"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey3912.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey7224.css); --></style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey7100.css); --></style>\n    \n    \n  \n\n\n  \n  <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey3995.kss" />\n\n\na standard view\n\n<title>Plone si!
 te</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=" template-foldercontents.pt" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-header">\n    <p xmlns="http:!
 //www.w3.org/1999/xhtml" class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul xmlns="http://www.w3.org/1999/xhtml" id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a href="http://nohost/plone/plone_control_panel" accesskey="" title="Site Setup">Site Setup</a></li>\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform" action="http://nohost/plone/search">\n\n       !
  <label for="searchGadget" class="hiddenStructure">Search Site</label>
\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a xmlns="http://www.w3.org/1999/xhtml" id="portal-logo" accesskey="1" href="http://nohost/p!
 lone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="56" width="204" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="">Members</a></li>\n        <li id="portaltab-doc1" class="plain"><a href="http://nohost/plone/doc1" title="">Test Page 1</a></li>\n        <li id="portaltab-doc2" class="plain"><a href="http://nohost/plone/doc2" title="">Test Page 2</a></li>\n        <li id="portaltab-file1" class="plain"><a href="http://nohost/plone/file1/view" title="">Test File 1</a></li>\n        <li id="portaltab-folder1" class="plain"><a href="http://nohost/plone/folder1" title="">Test Folder 1</a></li>\n    </ul>\n\na standard view\n\n</div>\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-personaltools-wra!
 pper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="p
ortal-personaltools" class="visualInline">\n   \n       <li><a id="user-name" href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">test_user_1_</span></a></li>\n   \n\n    \n        <li>\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    \n\n</ul>\n</div>\n\n\n    \n\n\n<div xmlns="http://www.w3.org/1999/xhtml" id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">\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-content">\n\n              \n                <div class="documentEditable">\n\n !
                  \n\n    \n\n        <h5 class="hiddenStructure">Views</h5>\n\n        <ul class="contentViews" id="content-views">\n\n            \n              <li id="contentview-folderContents" class="plain">\n                <a href="http://nohost/plone/folder_contents">Contents</a>\n              </li>\n            \n            \n              <li id="contentview-view" class="selected">\n                <a href="http://nohost/plone">View</a>\n              </li>\n            \n            \n              <li id="contentview-edit" class="plain">\n                <a href="http://nohost/plone/edit">Edit</a>\n              </li>\n            \n            \n              <li id="contentview-contentrules" class="plain">\n                <a href="http://nohost/plone/@@manage-content-rules">Rules</a>\n              </li>\n            \n            \n              <li id="contentview-local_roles" class="plain">\n                <a href="http://nohost/plone/@@sharing">Sharin!
 g</a>\n              </li>\n            \n\n        </ul>\n        \n 
   \n\n\n<div class="contentActions">\n\n    \n\n        \n\n        \n\n        <ul id="contentActionMenus">\n\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-factories">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/folder_factories" title="Add new items inside this item">\n               \n                  \n                  <span>Add new\xe2\x80\xa6</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Topic" class="contenttype-topic" id="topic" title="An automatically updated stored search that can be used to display items matching criteria you specify.">\n                        \n                        <img width="16" height="16" alt="" src!
 ="http://nohost/plone/topic_icon.png" title="An automatically updated stored search that can be used to display items matching criteria you specify." />\n                        <span class="subMenuTitle">Collection</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Event" class="contenttype-event" id="event" title="Information about an upcoming event, which can be displayed in the calendar.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/event_icon.png" title="Information about an upcoming event, which can be displayed in the calendar." />\n                        <span class="subMenuTitle">Event</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n               !
      <a href="http://nohost/plone/createObject?type_name=File" class="
contenttype-file" id="file" title="An external file uploaded to the site.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/file_icon.png" title="An external file uploaded to the site." />\n                        <span class="subMenuTitle">File</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Folder" class="contenttype-folder" id="folder" title="A folder which can contain other items.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/folder_icon.png" title="A folder which can contain other items." />\n                        <span class="subMenuTitle">Folder</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                !
   <li>\n                    <a href="http://nohost/plone/createObject?type_name=Image" class="contenttype-image" id="image" title="An image, which can be referenced in documents or displayed in an album.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/image_icon.png" title="An image, which can be referenced in documents or displayed in an album." />\n                        <span class="subMenuTitle">Image</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Link" class="contenttype-link" id="link" title="A link to an internal or external resource.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/link_icon.png" title="A link to an internal or external resource." />\n                        !
 <span class="subMenuTitle">Link</span>\n                    </a>\n    
                \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=News+Item" class="contenttype-news-item" id="news-item" title="An announcement that will show up on the news portlet and in the news listing.">\n                        \n                        <img width="16" height="16" alt="" src="http://nohost/plone/newsitem_icon.png" title="An announcement that will show up on the news portlet and in the news listing." />\n                        <span class="subMenuTitle">News Item</span>\n                    </a>\n                    \n                  </li>\n                \n                \n                  <li>\n                    <a href="http://nohost/plone/createObject?type_name=Document" class="contenttype-document" id="document" title="A page in the site. Can contain rich text.">\n                        \n                        <img width="16" hei!
 ght="16" alt="" src="http://nohost/plone/document_icon.png" title="A page in the site. Can contain rich text." />\n                        <span class="subMenuTitle">Page</span>\n                    </a>\n                    \n                  </li>\n                \n            </ul>\n          </dd>\n        </dl>\n\n    </li>\n    <li>\n\n        <dl class="actionMenu" id="plone-contentmenu-display">\n          <dt class="actionMenuHeader label-">\n            <a href="http://nohost/plone/select_default_view" title="Select the view mode for this folder, or set a content item as its default view.">\n               \n                  \n                  <span>Display</span>\n                  \n                  <span class="arrowDownAlternative">&#9660;</span>\n               \n            </a>\n          </dt>\n          <dd class="actionMenuContent">\n            <ul>\n                \n                  <li>\n                    <a href="http://nohost/plone/selectVi!
 ewTemplate?templateId=folder_listing" class="" id="folder_listing" tit
le="">\n                        <span>&bull;</span>\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                    <a href="http://nohost/plone/select_default_page" class="" id="contextSetDefaultPage" title="Select an item to be used as default view in this folder...">\n                        \n                        \n                        <span class="subMenuTitle">Select a 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              Plo!
 ne site\n          \n      </h1>\n\n      <div xmlns="http://www.w3.org/1999/xhtml" class="documentByLine" id="plone-document-byline">\n  \n\n  \n\n  <span class="documentModified">\n    &mdash;\n    <span>\n      last modified\n    </span>\n    Nov 30, 2008 06:46 AM\n  </span>\n\n  \n\n  \n\n  \n\n</div>\n\n\n\na standard view\n\n\n      \n\n      \n\n      \n          \n      \n\n      <form name="folderContentsForm" method="post" action="http://nohost/plone" class="kssattr-serveraction-foldercontents_update_table">\n        <div id="folderlisting-main-table">\n  <input type="hidden" name="sort_on" value="getObjPositionInParent" />\n  <input type="hidden" name="pagenumber" value="1" />\n  <input type="hidden" name="show_all" value="False" />\n  <input type="hidden" name="orig_template" value="@@folder_contents" />\n  \n\n  <!-- <div metal:use-macro="context/document_actions/macros/document_actions">\n       Document actions (print, sendto etc)\n       </div> -->\n  \n\n  !
 \n    \n    <div class="visualClear" id="clear-space-before-navigation
"><!-- --></div>\n\n    <!-- Navigation -->\n\n\n    <table class="listing" id="listing-table" summary="Content listing">\n      <thead>\n        <tr>\n          <th colspan="6" class="nosort">Select: <a id="foldercontents-selectall" class="update-selection" href="http://nohost/plone/@@folder_contents?pagenumber=1&amp;select=screen">All</a></th>\n        </tr>\n        \n        \n\n        <tr>\n          <th class="nosort">&nbsp;</th>\n          <th class="nosort column" id="foldercontents-title-column">&nbsp;Title&nbsp;</th>\n          <th class="nosort column" id="foldercontents-size-column">&nbsp;Size&nbsp;</th>\n          <th class="nosort column" id="foldercontents-modified-column">&nbsp;Modified&nbsp;</th>\n          <th class="nosort column" id="foldercontents-status-column">&nbsp;State&nbsp;</th>\n          <th class="nosort column" id="foldercontents-order-column">\n          &nbsp;Order&nbsp;</th>\n        </tr>\n      </thead>\n\n      \n        <tbody>\n       !
    \n            <tr class="draggable odd" id="folder-contents-item-Members">\n\n              \n\n              <td class="notDraggable">\n                <input type="checkbox" class="noborder" name="paths:list" id="cb_Members" value="/plone/Members" alt="Select Members" title="Select Members" />\n                <input type="hidden" name="selected_obj_paths:list" value="/plone/Members" />\n                <label class="hiddenStructure" for="cb_Members">Members</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/Members/folder_contents" class="state-visible" title="Folder: ">\n                    Members\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-v!
 isible">1 kB</span>\n              </td>\n              <td class="sta
te-visible">Nov 30, 2008 06:46 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=Members" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=Members" title="Move item down">\n                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n          \n            <tr class="draggable even" id="folder-contents-item-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="/p!
 lone/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="Page" />\n                  <a href="http://nohost/plone/doc1" class="state-visible" title="Page: ">\n                    Test Page 1\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:54 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 odd" 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="Page" />\n                  <a href="http://nohost/plone/doc2" class="state-visible" title="Page: ">\n        !
             Test Page 2\n                  </a>\n                </span>\n\n                \n              </td>\n\n              <td>\n                \n                <span class="state-visible">1 kB</span>\n              </td>\n              <td class="state-visible">Nov 30, 2008 06:54 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 even" id="folder-contents-item-file1">\n\n              \n\n              <td class=!
 "notDraggable">\n                <input type="checkbox" class="noborde
r" 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">Nov 30, 2008 06:53 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 odd" 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">Nov 30, 2008 06:53 AM</td>\n              <td>\n                <span class="state-visible">Public draft</span>\n                \n              </td>\n              <td class="draggable">\n                <a href="http://nohost/plone/folder_position?position=up&amp;id=folder1" title="Move item up">\n                  &#9650;\n                </a>\n                &nbsp;\n                <a href="http://nohost/plone/folder_position?position=down&amp;id=folder1" title="Move item down">\n !
                  &#9660;\n                </a>\n              </td>\n            </tr>\n          \n        </tbody>\n        \n      \n    </table>\n    <!-- Navigation -->\n\n\n    \n      <input class="context" type="submit" name="folder_copy:method" value="Copy" />\n    \n    \n      <input class="context" type="submit" name="folder_cut:method" value="Cut" />\n    \n    \n      <input class="context" type="submit" name="folder_rename_form:method" value="Rename" />\n    \n    \n      <input class="context" type="submit" name="folder_delete:method" value="Delete" />\n    \n    \n      <input class="context" type="submit" name="content_status_history:method" value="Change State" />\n    \n  \n</div>\n\n        <input type="hidden" name="_authenticator" value="939aa52d6633f1347eb46210e85c6bd7a61485c4"/>\n      </form>\n    </div>\n                    \n                    \n\n                    \n                    \n                      \n\na standard view\n\n          !
           \n                    \n\n                    <span id="cont
entBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \n            \n          </tr>\n        </tbody>\n      </table>\n      \n\n      <div class="visualClear" id="clear-space-before-footer"><!-- --></div>\n      \n      <div>\n          <a class="managePortletsFallback" href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div xmlns="http://www.w3.org/1999/xhtml" id="portal-footer">\n\n<p>\n  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 xmlns="http://www.w3.org/1999/xhtml" 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'

  Ran 115 tests with 13 failures and 0 errors in 48.782 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.179 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.4.egg/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-zope212-cmf22-plone40/eggs/zope.configuration-3.4.0-py2.4.egg/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in <string>
  warnings.warn(
 in 0.017 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.075 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 2.079 seconds.


Error in test testBlacklisting (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-zope212-cmf22-plone40/src/plone.app.portlets/plone/app/portlets/tests/test_configuration.py", line 342, in testBlacklisting
    news = self.portal.news
AttributeError: news

  Ran 11 tests with 0 failures and 1 errors in 6.143 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 0.000 seconds.
  Tear down plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.509 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.026 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.151 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.006 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.250 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 17.270 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.031 seconds.
  Ran 9 tests with 0 failures and 0 errors in 2.352 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.182 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.169 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.487 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.014 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 379 tests with 0 failures and 0 errors in 5.533 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1465 tests, 33 failures, 18 errors in 9 minutes 24.782 seconds.

FAILED (failures=33, errors=18)




More information about the Testbot mailing list