[Testbot] FAILED (failures=43, errors=2) : Plone-3.1 Zope-2.10 Python-2.4.5

plone.* Tests plone-tests at epy.co.at
Mon Jan 26 05:10:44 UTC 2009


plone.* Tests : FAILED (failures=43, errors=2) 
Plone-3.1 Zope-2.10 Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package plone --module !plone.recipe
Running unit tests:
  Ran 373 tests with 0 failures and 0 errors in 7.216 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.865 seconds.
Installing plone.portlet.collection ... done (0.045s)
Installing plone.portlet.static ... done (0.035s)
  Ran 38 tests with 0 failures and 0 errors in 0.215 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 8.058 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 21, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[6]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 34, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/empty-folder/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[9]>", line 1, in ?
        browser.open('http://nohost/plone/empty-folder/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 72, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[16]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 74, in foldercontents.txt
Failed example:
    button = browser.getControl('Copy')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[17]>", line 1, in ?
        button = browser.getControl('Copy')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Copy'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 75, in foldercontents.txt
Failed example:
    button = browser.getControl('Cut')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[18]>", line 1, in ?
        button = browser.getControl('Cut')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Cut'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 76, in foldercontents.txt
Failed example:
    button = browser.getControl('Rename')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[19]>", line 1, in ?
        button = browser.getControl('Rename')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Rename'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 77, in foldercontents.txt
Failed example:
    button = browser.getControl('Delete')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[20]>", line 1, in ?
        button = browser.getControl('Delete')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 78, in foldercontents.txt
Failed example:
    button = browser.getControl('Change State')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[21]>", line 1, in ?
        button = browser.getControl('Change State')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Change State'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 89, in foldercontents.txt
Failed example:
    objects = browser.getControl(name='paths:list')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[23]>", line 1, in ?
        objects = browser.getControl(name='paths:list')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: name 'paths:list'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 90, in foldercontents.txt
Failed example:
    objects.value = objects.options[0:1]
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[24]>", line 1, in ?
        objects.value = objects.options[0:1]
    NameError: name 'objects' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 91, in foldercontents.txt
Failed example:
    browser.getControl('Copy').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[25]>", line 1, in ?
        browser.getControl('Copy').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Copy'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 95, in foldercontents.txt
Failed example:
    button = browser.getControl('Paste')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[26]>", line 1, in ?
        button = browser.getControl('Paste')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Paste'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 99, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/empty-folder/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[27]>", line 1, in ?
        browser.open('http://nohost/plone/empty-folder/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 100, in foldercontents.txt
Failed example:
    button = browser.getControl('Paste')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[28]>", line 1, in ?
        button = browser.getControl('Paste')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Paste'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 109, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/empty-folder/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[29]>", line 1, in ?
        browser.open('http://nohost/plone/empty-folder/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 115, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[31]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 116, in foldercontents.txt
Failed example:
    'foldercontents-title-column' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 125, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[33]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 135, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[36]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 136, in foldercontents.txt
Failed example:
    'Testing' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 141, in foldercontents.txt
Failed example:
    browser.getLink('Next 20 items')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[38]>", line 1, in ?
        browser.getLink('Next 20 items')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 151, in foldercontents.txt
Failed example:
    browser.getLink('2').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[40]>", line 1, in ?
        browser.getLink('2').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 152, in foldercontents.txt
Failed example:
    'Testing 20' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 158, in foldercontents.txt
Failed example:
    browser.getLink('4').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[42]>", line 1, in ?
        browser.getLink('4').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 166, in foldercontents.txt
Failed example:
    browser.getLink('Previous 20 items')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[44]>", line 1, in ?
        browser.getLink('Previous 20 items')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 171, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[45]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 184, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[47]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 188, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[48]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 192, in foldercontents.txt
Failed example:
    print browser.contents
Expected:
    <BLANKLINE>
    ... All 20 items on this page are selected...
Got:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
          lang="en">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <head>
    <BLANKLINE>
        <meta http-equiv="Content-Type"
              content="text/html;charset=utf-8" />
    <BLANKLINE>
    <BLANKLINE>
          <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <meta name="generator" content="Plone - http://plone.org" />
    <BLANKLINE>
        <link rel="kss-base-url" href="http://nohost/plone" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9184.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey5637.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5004.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey6303.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7768.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0912.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2529.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey9385.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <link rel="kinetic-stylesheet" type="text/css"
            href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9772.kss" />
    <BLANKLINE>
    <BLANKLINE>
    <title>Plone site</title>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Internet Explorer CSS Fixes -->
        <!--[if IE]>
            <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>
        <![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <link rel="author" href="http://nohost/plone/author/"
              title="Author information" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="shortcut icon" type="image/x-icon"
              href="http://nohost/plone/favicon.ico" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="home" href="http://nohost/plone"
              title="Front page" />
    <BLANKLINE>
        <link rel="contents" href="http://nohost/plone/sitemap"
              title="Site Map" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="search"
              href="http://nohost/plone/search_form"
              title="Search this site" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Disable IE6 image toolbar -->
        <meta http-equiv="imagetoolbar" content="no" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      </head>
    <BLANKLINE>
      <body class=" template-default_error_message" dir="ltr">
        <div id="visual-portal-wrapper">
    <BLANKLINE>
          <div id="portal-top">
            <div id="portal-header">
    <p class="hiddenStructure">
      <a accesskey="2"
         href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |
    <BLANKLINE>
      <a accesskey="6"
         href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>
    </p>
    <BLANKLINE>
    <ul id="portal-siteactions">
    <BLANKLINE>
        <li id="siteaction-sitemap"><a
        href="http://nohost/plone/sitemap" accesskey="3"
        title="Site Map">Site Map</a></li>
        <li id="siteaction-accessibility"><a
        href="http://nohost/plone/accessibility-info"
        accesskey="0" title="Accessibility">Accessibility</a></li>
        <li id="siteaction-contact"><a
        href="http://nohost/plone/contact-info" accesskey="9"
        title="Contact">Contact</a></li>
        <li id="siteaction-plone_setup"><a
        href="http://nohost/plone/plone_control_panel"
        accesskey="" title="Site Setup">Site Setup</a></li>
    <BLANKLINE>
    </ul>
    <BLANKLINE>
    <div id="portal-searchbox">
        <form name="searchform"
              action="http://nohost/plone/search">
    <BLANKLINE>
            <label for="searchGadget" class="hiddenStructure">Search Site</label>
    <BLANKLINE>
            <div class="LSBox">
            <input name="SearchableText" type="text" size="18"
                   title="Search Site" accesskey="4"
                   class="inputLabel" id="searchGadget" />
    <BLANKLINE>
            <input class="searchButton" type="submit"
                   value="Search" />
    <BLANKLINE>
            <div class="searchSection">
                <input id="searchbox_currentfolder_only"
                       class="noborder" type="checkbox"
                       name="path" value="/plone" />
                <label for="searchbox_currentfolder_only"
                       style="cursor: pointer">
                    only in current section
                </label>
            </div>
    <BLANKLINE>
            <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>
            </div>
        </form>
    <BLANKLINE>
        <div id="portal-advanced-search" class="hiddenStructure">
            <a href="http://nohost/plone/search_form"
               accesskey="5">
                Advanced Search&hellip;
            </a>
        </div>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <a id="portal-logo" accesskey="1" href="http://nohost/plone">
        <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>
    <BLANKLINE>
    <BLANKLINE>
        <h5 class="hiddenStructure">Sections</h5>
    <BLANKLINE>
        <ul id="portal-globalnav">
            <li id="portaltab-index_html" class="selected"><a
        href="http://nohost/plone" title="">Home</a></li>
            <li id="portaltab-Members" class="plain"><a
        href="http://nohost/plone/Members"
        title="Container for users' home directories">Users</a></li>
            <li id="portaltab-news" class="plain"><a
        href="http://nohost/plone/news" title="Site News">News</a></li>
            <li id="portaltab-events" class="plain"><a
        href="http://nohost/plone/events" title="Site Events">Events</a></li>
        </ul>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <div id="portal-personaltools-wrapper">
    <BLANKLINE>
    <h5 class="hiddenStructure">Personal tools</h5>
    <BLANKLINE>
    <ul id="portal-personaltools" class="visualInline">
    <BLANKLINE>
           <li><a id="user-name"
                  href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />
                <span class="visualCaseSensitive">portal_owner</span></a></li>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <li>
                <a href="http://nohost/plone/logout">Log out</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
    </ul>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <div id="portal-breadcrumbs">
    <BLANKLINE>
        <span id="breadcrumbs-you-are-here">You
    are here:</span>
        <a href="http://nohost/plone">Home</a>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
          </div>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>
    <BLANKLINE>
          <table id="portal-columns">
            <tbody>
              <tr>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                <td id="portal-column-content">
    <BLANKLINE>
    <BLANKLINE>
                    <div class="">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                      <div id="region-content" class="documentContent">
    <BLANKLINE>
                        <span id="contentTopLeft"></span>
                        <span id="contentTopRight"></span>
    <BLANKLINE>
                        <a name="documentContent"></a>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <dl class="portalMessage info" id="kssPortalMessage" style="display:none">
            <dt>Info</dt>
            <dd></dd>
        </dl>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <div id="viewlet-above-content"></div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                          <div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div>
    <BLANKLINE>
                <h1 class="documentFirstHeading">
                    We're sorry, but there seems to be an error&hellip;
                </h1>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                    <p>
                    Since you are a site administrator, you can
                    <span> <a href="http://nohost/plone/error_log/showEntry?id=1232939221.850.911460289152">see the full error message</a> </span>
                    </p>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            </div>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <span id="contentBottomLeft"></span>
                        <span id="contentBottomRight"></span>
    <BLANKLINE>
                      </div>
    <BLANKLINE>
                    </div>
    <BLANKLINE>
    <BLANKLINE>
                </td>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
              </tr>
            </tbody>
          </table>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-footer"><!-- --></div>
    <BLANKLINE>
          <div>
              <a class="managePortletsFallback"
                 href="http://nohost/plone/@@manage-portlets">
                 Manage portlets
              </a>
          </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div id="portal-footer">
    <BLANKLINE>
    <p>
    <BLANKLINE>
        The
        <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>
        is
        <acronym title="Copyright">&copy;</acronym>
        2000-2009
        by the
        <a href="http://plone.org/foundation">Plone Foundation</a>
        et al.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    <p>
    <BLANKLINE>
        Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the
            <a href="http://plone.org/foundation">Plone Foundation</a>.
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        Distributed under the
            <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    </div>
    <BLANKLINE>
      <div id="portal-colophon">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="colophonWrapper">
          <ul>
            <li>
              <a href="http://plone.org"
                 title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">
                Powered by Plone</a>
            </li>
            <li>
              <a href="http://validator.w3.org/check/referer"
                 title="This site is valid XHTML.">
                Valid XHTML</a>
            </li>
            <li>
              <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"
                 title="This site was built with valid CSS.">
                Valid CSS</a>
            </li>
            <li>
              <a href="http://www.section508.gov"
                 title="This site conforms to the US Government Section 508 Accessibility Guidelines.">
                Section 508</a>
            </li>
            <li>
              <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"
                 title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">
                WCAG</a>
            </li>
          </ul>
          </div>
    <BLANKLINE>
        </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear"><!-- --></div>
        </div>
    <div id="kss-spinner"><img alt=""
                               src="http://nohost/plone/spinner.gif" /></div>
    </body>
    </html>
    <BLANKLINE>
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 198, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall-completebatch').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[50]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall-completebatch').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 202, in foldercontents.txt
Failed example:
    print browser.contents
Expected:
    <BLANKLINE>
    ... All ... items in this folder are selected. ...
Got:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
          lang="en">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <head>
    <BLANKLINE>
        <meta http-equiv="Content-Type"
              content="text/html;charset=utf-8" />
    <BLANKLINE>
    <BLANKLINE>
          <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <meta name="generator" content="Plone - http://plone.org" />
    <BLANKLINE>
        <link rel="kss-base-url" href="http://nohost/plone" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9184.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey5637.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5004.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey6303.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7768.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0912.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2529.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey9385.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <link rel="kinetic-stylesheet" type="text/css"
            href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9772.kss" />
    <BLANKLINE>
    <BLANKLINE>
    <title>Plone site</title>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Internet Explorer CSS Fixes -->
        <!--[if IE]>
            <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>
        <![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <link rel="author" href="http://nohost/plone/author/"
              title="Author information" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="shortcut icon" type="image/x-icon"
              href="http://nohost/plone/favicon.ico" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="home" href="http://nohost/plone"
              title="Front page" />
    <BLANKLINE>
        <link rel="contents" href="http://nohost/plone/sitemap"
              title="Site Map" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="search"
              href="http://nohost/plone/search_form"
              title="Search this site" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Disable IE6 image toolbar -->
        <meta http-equiv="imagetoolbar" content="no" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      </head>
    <BLANKLINE>
      <body class=" template-default_error_message" dir="ltr">
        <div id="visual-portal-wrapper">
    <BLANKLINE>
          <div id="portal-top">
            <div id="portal-header">
    <p class="hiddenStructure">
      <a accesskey="2"
         href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |
    <BLANKLINE>
      <a accesskey="6"
         href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>
    </p>
    <BLANKLINE>
    <ul id="portal-siteactions">
    <BLANKLINE>
        <li id="siteaction-sitemap"><a
        href="http://nohost/plone/sitemap" accesskey="3"
        title="Site Map">Site Map</a></li>
        <li id="siteaction-accessibility"><a
        href="http://nohost/plone/accessibility-info"
        accesskey="0" title="Accessibility">Accessibility</a></li>
        <li id="siteaction-contact"><a
        href="http://nohost/plone/contact-info" accesskey="9"
        title="Contact">Contact</a></li>
        <li id="siteaction-plone_setup"><a
        href="http://nohost/plone/plone_control_panel"
        accesskey="" title="Site Setup">Site Setup</a></li>
    <BLANKLINE>
    </ul>
    <BLANKLINE>
    <div id="portal-searchbox">
        <form name="searchform"
              action="http://nohost/plone/search">
    <BLANKLINE>
            <label for="searchGadget" class="hiddenStructure">Search Site</label>
    <BLANKLINE>
            <div class="LSBox">
            <input name="SearchableText" type="text" size="18"
                   title="Search Site" accesskey="4"
                   class="inputLabel" id="searchGadget" />
    <BLANKLINE>
            <input class="searchButton" type="submit"
                   value="Search" />
    <BLANKLINE>
            <div class="searchSection">
                <input id="searchbox_currentfolder_only"
                       class="noborder" type="checkbox"
                       name="path" value="/plone" />
                <label for="searchbox_currentfolder_only"
                       style="cursor: pointer">
                    only in current section
                </label>
            </div>
    <BLANKLINE>
            <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>
            </div>
        </form>
    <BLANKLINE>
        <div id="portal-advanced-search" class="hiddenStructure">
            <a href="http://nohost/plone/search_form"
               accesskey="5">
                Advanced Search&hellip;
            </a>
        </div>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <a id="portal-logo" accesskey="1" href="http://nohost/plone">
        <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>
    <BLANKLINE>
    <BLANKLINE>
        <h5 class="hiddenStructure">Sections</h5>
    <BLANKLINE>
        <ul id="portal-globalnav">
            <li id="portaltab-index_html" class="selected"><a
        href="http://nohost/plone" title="">Home</a></li>
            <li id="portaltab-Members" class="plain"><a
        href="http://nohost/plone/Members"
        title="Container for users' home directories">Users</a></li>
            <li id="portaltab-news" class="plain"><a
        href="http://nohost/plone/news" title="Site News">News</a></li>
            <li id="portaltab-events" class="plain"><a
        href="http://nohost/plone/events" title="Site Events">Events</a></li>
        </ul>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <div id="portal-personaltools-wrapper">
    <BLANKLINE>
    <h5 class="hiddenStructure">Personal tools</h5>
    <BLANKLINE>
    <ul id="portal-personaltools" class="visualInline">
    <BLANKLINE>
           <li><a id="user-name"
                  href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />
                <span class="visualCaseSensitive">portal_owner</span></a></li>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <li>
                <a href="http://nohost/plone/logout">Log out</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
    </ul>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <div id="portal-breadcrumbs">
    <BLANKLINE>
        <span id="breadcrumbs-you-are-here">You
    are here:</span>
        <a href="http://nohost/plone">Home</a>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
          </div>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>
    <BLANKLINE>
          <table id="portal-columns">
            <tbody>
              <tr>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                <td id="portal-column-content">
    <BLANKLINE>
    <BLANKLINE>
                    <div class="">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                      <div id="region-content" class="documentContent">
    <BLANKLINE>
                        <span id="contentTopLeft"></span>
                        <span id="contentTopRight"></span>
    <BLANKLINE>
                        <a name="documentContent"></a>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <dl class="portalMessage info" id="kssPortalMessage" style="display:none">
            <dt>Info</dt>
            <dd></dd>
        </dl>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <div id="viewlet-above-content"></div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                          <div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div>
    <BLANKLINE>
                <h1 class="documentFirstHeading">
                    We're sorry, but there seems to be an error&hellip;
                </h1>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                    <p>
                    Since you are a site administrator, you can
                    <span> <a href="http://nohost/plone/error_log/showEntry?id=1232939221.850.911460289152">see the full error message</a> </span>
                    </p>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            </div>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <span id="contentBottomLeft"></span>
                        <span id="contentBottomRight"></span>
    <BLANKLINE>
                      </div>
    <BLANKLINE>
                    </div>
    <BLANKLINE>
    <BLANKLINE>
                </td>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
              </tr>
            </tbody>
          </table>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-footer"><!-- --></div>
    <BLANKLINE>
          <div>
              <a class="managePortletsFallback"
                 href="http://nohost/plone/@@manage-portlets">
                 Manage portlets
              </a>
          </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div id="portal-footer">
    <BLANKLINE>
    <p>
    <BLANKLINE>
        The
        <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>
        is
        <acronym title="Copyright">&copy;</acronym>
        2000-2009
        by the
        <a href="http://plone.org/foundation">Plone Foundation</a>
        et al.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    <p>
    <BLANKLINE>
        Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the
            <a href="http://plone.org/foundation">Plone Foundation</a>.
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        Distributed under the
            <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    </div>
    <BLANKLINE>
      <div id="portal-colophon">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="colophonWrapper">
          <ul>
            <li>
              <a href="http://plone.org"
                 title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">
                Powered by Plone</a>
            </li>
            <li>
              <a href="http://validator.w3.org/check/referer"
                 title="This site is valid XHTML.">
                Valid XHTML</a>
            </li>
            <li>
              <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"
                 title="This site was built with valid CSS.">
                Valid CSS</a>
            </li>
            <li>
              <a href="http://www.section508.gov"
                 title="This site conforms to the US Government Section 508 Accessibility Guidelines.">
                Section 508</a>
            </li>
            <li>
              <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"
                 title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">
                WCAG</a>
            </li>
          </ul>
          </div>
    <BLANKLINE>
        </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear"><!-- --></div>
        </div>
    <div id="kss-spinner"><img alt=""
                               src="http://nohost/plone/spinner.gif" /></div>
    </body>
    </html>
    <BLANKLINE>
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 208, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-clearselection').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[52]>", line 1, in ?
        browser.getLink(id='foldercontents-clearselection').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 212, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[53]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 218, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[54]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 219, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall-completebatch').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[55]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall-completebatch').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 220, in foldercontents.txt
Failed example:
    browser.getControl(name='folder_delete:method').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[56]>", line 1, in ?
        browser.getControl(name='folder_delete:method').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: name 'folder_delete:method'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 232, in foldercontents.txt
Failed example:
    self.createDocuments(3)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[58]>", line 1, in ?
        self.createDocuments(3)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/test_doctests.py", line 27, in createDocuments
        self.portal.invokeFactory('Document', 'testing-%d' % i)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/PortalFolder.py", line 315, in invokeFactory
        return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 716, in constructContent
        ob = info.constructInstance(container, id, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 276, in constructInstance
        ob = self._constructInstance(container, id, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 450, in _constructInstance
        newid = m(id, *args, **kw)
      File "<string>", line 7, in addATDocument
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 315, in _setObject
        v = self._checkId(id)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/Skinnable.py", line 225, in _checkId
        return superCheckId(self, id, allow_dup)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 102, in checkValidId
        raise BadRequest, (
    BadRequest: The id "testing-1" is invalid - it is already in use.
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 237, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[59]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 239, in foldercontents.txt
Failed example:
    print browser.contents
Expected:
    <BLANKLINE>
    ... All ... items in this folder are selected...
Got:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
          lang="en">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <head>
    <BLANKLINE>
        <meta http-equiv="Content-Type"
              content="text/html;charset=utf-8" />
    <BLANKLINE>
    <BLANKLINE>
          <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <meta name="generator" content="Plone - http://plone.org" />
    <BLANKLINE>
        <link rel="kss-base-url" href="http://nohost/plone" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9184.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey5637.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5004.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey6303.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7768.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0912.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2529.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey9385.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <link rel="kinetic-stylesheet" type="text/css"
            href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9772.kss" />
    <BLANKLINE>
    <BLANKLINE>
    <title>Plone site</title>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Internet Explorer CSS Fixes -->
        <!--[if IE]>
            <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>
        <![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <link rel="author" href="http://nohost/plone/author/"
              title="Author information" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="shortcut icon" type="image/x-icon"
              href="http://nohost/plone/favicon.ico" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="home" href="http://nohost/plone"
              title="Front page" />
    <BLANKLINE>
        <link rel="contents" href="http://nohost/plone/sitemap"
              title="Site Map" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="search"
              href="http://nohost/plone/search_form"
              title="Search this site" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Disable IE6 image toolbar -->
        <meta http-equiv="imagetoolbar" content="no" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      </head>
    <BLANKLINE>
      <body class=" template-default_error_message" dir="ltr">
        <div id="visual-portal-wrapper">
    <BLANKLINE>
          <div id="portal-top">
            <div id="portal-header">
    <p class="hiddenStructure">
      <a accesskey="2"
         href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |
    <BLANKLINE>
      <a accesskey="6"
         href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>
    </p>
    <BLANKLINE>
    <ul id="portal-siteactions">
    <BLANKLINE>
        <li id="siteaction-sitemap"><a
        href="http://nohost/plone/sitemap" accesskey="3"
        title="Site Map">Site Map</a></li>
        <li id="siteaction-accessibility"><a
        href="http://nohost/plone/accessibility-info"
        accesskey="0" title="Accessibility">Accessibility</a></li>
        <li id="siteaction-contact"><a
        href="http://nohost/plone/contact-info" accesskey="9"
        title="Contact">Contact</a></li>
        <li id="siteaction-plone_setup"><a
        href="http://nohost/plone/plone_control_panel"
        accesskey="" title="Site Setup">Site Setup</a></li>
    <BLANKLINE>
    </ul>
    <BLANKLINE>
    <div id="portal-searchbox">
        <form name="searchform"
              action="http://nohost/plone/search">
    <BLANKLINE>
            <label for="searchGadget" class="hiddenStructure">Search Site</label>
    <BLANKLINE>
            <div class="LSBox">
            <input name="SearchableText" type="text" size="18"
                   title="Search Site" accesskey="4"
                   class="inputLabel" id="searchGadget" />
    <BLANKLINE>
            <input class="searchButton" type="submit"
                   value="Search" />
    <BLANKLINE>
            <div class="searchSection">
                <input id="searchbox_currentfolder_only"
                       class="noborder" type="checkbox"
                       name="path" value="/plone" />
                <label for="searchbox_currentfolder_only"
                       style="cursor: pointer">
                    only in current section
                </label>
            </div>
    <BLANKLINE>
            <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>
            </div>
        </form>
    <BLANKLINE>
        <div id="portal-advanced-search" class="hiddenStructure">
            <a href="http://nohost/plone/search_form"
               accesskey="5">
                Advanced Search&hellip;
            </a>
        </div>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <a id="portal-logo" accesskey="1" href="http://nohost/plone">
        <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>
    <BLANKLINE>
    <BLANKLINE>
        <h5 class="hiddenStructure">Sections</h5>
    <BLANKLINE>
        <ul id="portal-globalnav">
            <li id="portaltab-index_html" class="selected"><a
        href="http://nohost/plone" title="">Home</a></li>
            <li id="portaltab-Members" class="plain"><a
        href="http://nohost/plone/Members"
        title="Container for users' home directories">Users</a></li>
            <li id="portaltab-news" class="plain"><a
        href="http://nohost/plone/news" title="Site News">News</a></li>
            <li id="portaltab-events" class="plain"><a
        href="http://nohost/plone/events" title="Site Events">Events</a></li>
        </ul>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <div id="portal-personaltools-wrapper">
    <BLANKLINE>
    <h5 class="hiddenStructure">Personal tools</h5>
    <BLANKLINE>
    <ul id="portal-personaltools" class="visualInline">
    <BLANKLINE>
           <li><a id="user-name"
                  href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />
                <span class="visualCaseSensitive">portal_owner</span></a></li>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <li>
                <a href="http://nohost/plone/logout">Log out</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
    </ul>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <div id="portal-breadcrumbs">
    <BLANKLINE>
        <span id="breadcrumbs-you-are-here">You
    are here:</span>
        <a href="http://nohost/plone">Home</a>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
          </div>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>
    <BLANKLINE>
          <table id="portal-columns">
            <tbody>
              <tr>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                <td id="portal-column-content">
    <BLANKLINE>
    <BLANKLINE>
                    <div class="">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                      <div id="region-content" class="documentContent">
    <BLANKLINE>
                        <span id="contentTopLeft"></span>
                        <span id="contentTopRight"></span>
    <BLANKLINE>
                        <a name="documentContent"></a>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <dl class="portalMessage info" id="kssPortalMessage" style="display:none">
            <dt>Info</dt>
            <dd></dd>
        </dl>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <div id="viewlet-above-content"></div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                          <div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div>
    <BLANKLINE>
                <h1 class="documentFirstHeading">
                    We're sorry, but there seems to be an error&hellip;
                </h1>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                    <p>
                    Since you are a site administrator, you can
                    <span> <a href="http://nohost/plone/error_log/showEntry?id=1232939222.250.894213431237">see the full error message</a> </span>
                    </p>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            </div>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <span id="contentBottomLeft"></span>
                        <span id="contentBottomRight"></span>
    <BLANKLINE>
                      </div>
    <BLANKLINE>
                    </div>
    <BLANKLINE>
    <BLANKLINE>
                </td>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
              </tr>
            </tbody>
          </table>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-footer"><!-- --></div>
    <BLANKLINE>
          <div>
              <a class="managePortletsFallback"
                 href="http://nohost/plone/@@manage-portlets">
                 Manage portlets
              </a>
          </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div id="portal-footer">
    <BLANKLINE>
    <p>
    <BLANKLINE>
        The
        <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>
        is
        <acronym title="Copyright">&copy;</acronym>
        2000-2009
        by the
        <a href="http://plone.org/foundation">Plone Foundation</a>
        et al.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    <p>
    <BLANKLINE>
        Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the
            <a href="http://plone.org/foundation">Plone Foundation</a>.
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        Distributed under the
            <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    </div>
    <BLANKLINE>
      <div id="portal-colophon">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="colophonWrapper">
          <ul>
            <li>
              <a href="http://plone.org"
                 title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">
                Powered by Plone</a>
            </li>
            <li>
              <a href="http://validator.w3.org/check/referer"
                 title="This site is valid XHTML.">
                Valid XHTML</a>
            </li>
            <li>
              <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"
                 title="This site was built with valid CSS.">
                Valid CSS</a>
            </li>
            <li>
              <a href="http://www.section508.gov"
                 title="This site conforms to the US Government Section 508 Accessibility Guidelines.">
                Section 508</a>
            </li>
            <li>
              <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"
                 title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">
                WCAG</a>
            </li>
          </ul>
          </div>
    <BLANKLINE>
        </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear"><!-- --></div>
        </div>
    <div id="kss-spinner"><img alt=""
                               src="http://nohost/plone/spinner.gif" /></div>
    </body>
    </html>
    <BLANKLINE>
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 250, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-clearselection')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[63]>", line 1, in ?
        browser.getLink(id='foldercontents-clearselection')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 267, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/new-folder/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[65]>", line 1, in ?
        browser.open('http://nohost/plone/new-folder/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 271, in foldercontents.txt
Failed example:
    browser.getLink('Up one level')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[66]>", line 1, in ?
        browser.getLink('Up one level')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 276, in foldercontents.txt
Failed example:
    browser.getLink('Up one level').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[67]>", line 1, in ?
        browser.getLink('Up one level').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 277, in foldercontents.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/folder_contents'
Got:
    'http://nohost/plone/new-folder/@@folder_contents'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 298, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[70]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 299, in foldercontents.txt
Failed example:
    browser.getControl(name='folder_delete:method').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[71]>", line 1, in ?
        browser.getControl(name='folder_delete:method').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: name 'folder_delete:method'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 304, in foldercontents.txt
Failed example:
    self.createDocuments(1)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[72]>", line 1, in ?
        self.createDocuments(1)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/test_doctests.py", line 27, in createDocuments
        self.portal.invokeFactory('Document', 'testing-%d' % i)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/PortalFolder.py", line 315, in invokeFactory
        return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 716, in constructContent
        ob = info.constructInstance(container, id, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 276, in constructInstance
        ob = self._constructInstance(container, id, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 450, in _constructInstance
        newid = m(id, *args, **kw)
      File "<string>", line 7, in addATDocument
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 315, in _setObject
        v = self._checkId(id)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/Skinnable.py", line 225, in _checkId
        return superCheckId(self, id, allow_dup)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 102, in checkValidId
        raise BadRequest, (
    BadRequest: The id "testing-1" is invalid - it is already in use.
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 305, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[73]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 313, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[75]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 314, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[76]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 315, in foldercontents.txt
Failed example:
    browser.getControl(name='folder_delete:method').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[77]>", line 1, in ?
        browser.getControl(name='folder_delete:method').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: name 'folder_delete:method'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 316, in foldercontents.txt
Failed example:
    self.createDocuments(60)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[78]>", line 1, in ?
        self.createDocuments(60)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/test_doctests.py", line 27, in createDocuments
        self.portal.invokeFactory('Document', 'testing-%d' % i)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/PortalFolder.py", line 315, in invokeFactory
        return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 716, in constructContent
        ob = info.constructInstance(container, id, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 276, in constructInstance
        ob = self._constructInstance(container, id, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/TypesTool.py", line 450, in _constructInstance
        newid = m(id, *args, **kw)
      File "<string>", line 7, in addATDocument
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 315, in _setObject
        v = self._checkId(id)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/Skinnable.py", line 225, in _checkId
        return superCheckId(self, id, allow_dup)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/ObjectManager.py", line 102, in checkValidId
        raise BadRequest, (
    BadRequest: The id "testing-1" is invalid - it is already in use.
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 320, in foldercontents.txt
Failed example:
    browser.open('http://nohost/plone/@@folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[79]>", line 1, in ?
        browser.open('http://nohost/plone/@@folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 321, in foldercontents.txt
Failed example:
    browser.getLink('Show all items').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[80]>", line 1, in ?
        browser.getLink('Show all items').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 325, in foldercontents.txt
Failed example:
    browser.contents
Expected:
    '...Testing 1...Testing 11...Testing 60...'
Got:
    '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n\n\n<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"\n      lang="en">\n\n  \n    \n    \n    \n    \n    \n\n  \n\n  <head>\n\n    <meta http-equiv="Content-Type"\n          content="text/html;charset=utf-8" />\n\n    \n      <base href="http://nohost/plone/" /><!--[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"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9184.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey5637.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javas!
 cript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5004.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey6303.js">\n      </script>\n    \n    \n  \n\n  \n    \n      <script type="text/javascript"\n              src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7768.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-cachekey0912.css);</style>\n    \n    \n  \n\n  \n    \n    \n      <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2529.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/ploneCus!
 tom-cachekey9385.css);</style>\n    \n    \n  \n\n\n  \n  <link rel="k
inetic-stylesheet" type="text/css"\n        href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9772.kss" />\n\n\n<title>Plone site</title>\n\n\n    <!-- Internet Explorer CSS Fixes -->\n    <!--[if IE]>\n        <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>\n    <![endif]-->\n\n    \n    <link rel="author" href="http://nohost/plone/author/"\n          title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon"\n          href="http://nohost/plone/favicon.ico" />\n\n\n\n    <link rel="home" href="http://nohost/plone"\n          title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap"\n          title="Site Map" />\n\n\n\n\n\n\n    <link rel="search"\n          href="http://nohost/plone/search_form"\n          title="Search this site" />\n\n\n\n    <!-- Disable IE6 image toolbar -->\n    <meta http-equiv="imagetoolbar" content="no" />\n    \n    \n    \n\n    \n    \n!
 \n    \n    \n\n    \n    \n\n  </head>\n\n  <body class=" template-default_error_message" dir="ltr">\n    <div id="visual-portal-wrapper">\n\n      <div id="portal-top">\n        <div id="portal-header">\n<p class="hiddenStructure">\n  <a accesskey="2"\n     href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |\n\n  <a accesskey="6"\n     href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>\n</p>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a\n    href="http://nohost/plone/sitemap" accesskey="3"\n    title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a\n    href="http://nohost/plone/accessibility-info"\n    accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a\n    href="http://nohost/plone/contact-info" accesskey="9"\n    title="Contact">Contact</a></li>\n    <li id="siteaction-plone_setup"><a\n    href="http://nohost!
 /plone/plone_control_panel"\n    accesskey="" title="Site Setup">Site 
Setup</a></li>\n\n</ul>\n\n<div id="portal-searchbox">\n    <form name="searchform"\n          action="http://nohost/plone/search">\n\n        <label for="searchGadget" class="hiddenStructure">Search Site</label>\n\n        <div class="LSBox">\n        <input name="SearchableText" type="text" size="18"\n               title="Search Site" accesskey="4"\n               class="inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit"\n               value="Search" />\n    \n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only"\n                   class="noborder" type="checkbox"\n                   name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only"\n                   style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n       !
  </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form"\n           accesskey="5">\n            Advanced Search&hellip;\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav">\n        <li id="portaltab-index_html" class="selected"><a\n    href="http://nohost/plone" title="">Home</a></li>\n        <li id="portaltab-Members" class="plain"><a\n    href="http://nohost/plone/Members"\n    title="Container for users\' home directories">Users</a></li>\n        <li id="portaltab-news" class="plain"><a\n    href="http://nohost/plone/news" title="Site News">News</a></li>\n        <li id="portaltab-events" class="plain"><a\n    href="http://nohost/plone/events" title="Site Events">!
 Events</a></li>\n    </ul>\n\n</div>\n\n<div id="portal-personaltools-
wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<ul id="portal-personaltools" class="visualInline">\n   \n       <li><a id="user-name"\n              href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />\n            <span class="visualCaseSensitive">portal_owner</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 id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <a href="http://nohost/plone">Home</a>\n    \n\n</div>\n\n      </div>\n\n      <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>\n\n      <table id="portal-columns">\n        <tbody>\n          <tr>\n            \n            \n            \n\n            \n            <td id="portal-column-content">\n\n              \n                <div class="">\n!
 \n                  \n\n\n                  <div id="region-content" class="documentContent">\n\n                    <span id="contentTopLeft"></span>\n                    <span id="contentTopRight"></span>\n                    \n                    <a name="documentContent"></a>\n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n                    \n                    <div id="viewlet-above-content"></div>\n\n                    \n                    \n                    \n                      \n                      <div>\n\n        \n\n        <div>\n\n            <h1 class="documentFirstHeading">\n                We\'re sorry, but there seems to be an error&hellip;\n            </h1>\n\n            \n                \n                \n                \n            \n                <p>\n                Since you are a site administrator, you can\n       !
          <span> <a href="http://nohost/plone/error_log/showEntry?id=12
32939224.190.885743733285">see the full error message</a> </span>\n                </p>\n\n            \n\n            \n\n        </div>\n        \n\n</div>\n                    \n                    \n\n                    \n                    \n                      \n\n                    \n                    \n\n                    <span id="contentBottomLeft"></span>\n                    <span id="contentBottomRight"></span>\n\n                  </div>\n\n                </div>\n\n              \n            </td>\n            \n\n            \n            \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"\n             href="http://nohost/plone/@@manage-portlets">\n             Manage portlets\n          </a>\n      </div>\n\n      \n\n        <div id="portal-footer">\n\n<p>\n    \n    The\n    <a hr!
 ef="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>\n    is\n    <acronym title="Copyright">&copy;</acronym>\n    2000-2009\n    by the\n    <a href="http://plone.org/foundation">Plone Foundation</a>\n    et al.\n    \n</p>\n\n<p>\n    \n    Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the\n        <a href="http://plone.org/foundation">Plone Foundation</a>.\n    \n\n    \n    Distributed under the\n        <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n    \n</p>\n\n</div>\n\n  <div id="portal-colophon">\n      \n\n      \n\n      <div class="colophonWrapper">\n      <ul>\n        <li>\n          <a href="http://plone.org"\n             title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">\n            Powered by Plone</a>\n        </li>\n        <li>\n          <a href="http://validator.w3.org/check/referer"\n  !
            title="This site is valid XHTML.">\n            Valid XHTML
</a>\n        </li>\n        <li>\n          <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"\n             title="This site was built with valid CSS.">\n            Valid CSS</a>\n        </li>\n        <li>\n          <a href="http://www.section508.gov"\n             title="This site conforms to the US Government Section 508 Accessibility Guidelines.">\n            Section 508</a>\n        </li>\n        <li>\n          <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"\n             title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">\n            WCAG</a>\n        </li>\n      </ul>\n      </div>\n\n    </div>\n\n\n\n      \n\n      <div class="visualClear"><!-- --></div>\n    </div>\n<div id="kss-spinner"><img alt=""\n                           src="http://nohost/plone/spinner.gif" /></div>\n</body>\n</html>\n\n'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 331, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest foldercontents.txt[82]>", line 1, in ?
        browser.getLink(id='foldercontents-selectall').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 332, in foldercontents.txt
Failed example:
    print browser.contents
Expected:
    <BLANKLINE>
    ... All ... items in this folder are selected. ...
Got:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
          lang="en">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <head>
    <BLANKLINE>
        <meta http-equiv="Content-Type"
              content="text/html;charset=utf-8" />
    <BLANKLINE>
    <BLANKLINE>
          <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <meta name="generator" content="Plone - http://plone.org" />
    <BLANKLINE>
        <link rel="kss-base-url" href="http://nohost/plone" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/jquery-cachekey9184.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey5637.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/sarissa-cachekey5004.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey6303.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcekukit-cachekey7768.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="screen">@import url(http://nohost/plone/portal_css/Plone%20Default/member-cachekey0912.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey2529.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey9385.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      <link rel="kinetic-stylesheet" type="text/css"
            href="http://nohost/plone/portal_kss/Plone%20Default/at-cachekey9772.kss" />
    <BLANKLINE>
    <BLANKLINE>
    <title>Plone site</title>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Internet Explorer CSS Fixes -->
        <!--[if IE]>
            <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>
        <![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <link rel="author" href="http://nohost/plone/author/"
              title="Author information" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="shortcut icon" type="image/x-icon"
              href="http://nohost/plone/favicon.ico" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="home" href="http://nohost/plone"
              title="Front page" />
    <BLANKLINE>
        <link rel="contents" href="http://nohost/plone/sitemap"
              title="Site Map" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="search"
              href="http://nohost/plone/search_form"
              title="Search this site" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <!-- Disable IE6 image toolbar -->
        <meta http-equiv="imagetoolbar" content="no" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
      </head>
    <BLANKLINE>
      <body class=" template-default_error_message" dir="ltr">
        <div id="visual-portal-wrapper">
    <BLANKLINE>
          <div id="portal-top">
            <div id="portal-header">
    <p class="hiddenStructure">
      <a accesskey="2"
         href="http://nohost/plone/@@folder_contents#documentContent">Skip to content.</a> |
    <BLANKLINE>
      <a accesskey="6"
         href="http://nohost/plone/@@folder_contents#portlet-navigation-tree">Skip to navigation</a>
    </p>
    <BLANKLINE>
    <ul id="portal-siteactions">
    <BLANKLINE>
        <li id="siteaction-sitemap"><a
        href="http://nohost/plone/sitemap" accesskey="3"
        title="Site Map">Site Map</a></li>
        <li id="siteaction-accessibility"><a
        href="http://nohost/plone/accessibility-info"
        accesskey="0" title="Accessibility">Accessibility</a></li>
        <li id="siteaction-contact"><a
        href="http://nohost/plone/contact-info" accesskey="9"
        title="Contact">Contact</a></li>
        <li id="siteaction-plone_setup"><a
        href="http://nohost/plone/plone_control_panel"
        accesskey="" title="Site Setup">Site Setup</a></li>
    <BLANKLINE>
    </ul>
    <BLANKLINE>
    <div id="portal-searchbox">
        <form name="searchform"
              action="http://nohost/plone/search">
    <BLANKLINE>
            <label for="searchGadget" class="hiddenStructure">Search Site</label>
    <BLANKLINE>
            <div class="LSBox">
            <input name="SearchableText" type="text" size="18"
                   title="Search Site" accesskey="4"
                   class="inputLabel" id="searchGadget" />
    <BLANKLINE>
            <input class="searchButton" type="submit"
                   value="Search" />
    <BLANKLINE>
            <div class="searchSection">
                <input id="searchbox_currentfolder_only"
                       class="noborder" type="checkbox"
                       name="path" value="/plone" />
                <label for="searchbox_currentfolder_only"
                       style="cursor: pointer">
                    only in current section
                </label>
            </div>
    <BLANKLINE>
            <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>
            </div>
        </form>
    <BLANKLINE>
        <div id="portal-advanced-search" class="hiddenStructure">
            <a href="http://nohost/plone/search_form"
               accesskey="5">
                Advanced Search&hellip;
            </a>
        </div>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <a id="portal-logo" accesskey="1" href="http://nohost/plone">
        <img src="http://nohost/plone/logo.jpg" alt="" title="Plone" height="57" width="252" /></a>
    <BLANKLINE>
    <BLANKLINE>
        <h5 class="hiddenStructure">Sections</h5>
    <BLANKLINE>
        <ul id="portal-globalnav">
            <li id="portaltab-index_html" class="selected"><a
        href="http://nohost/plone" title="">Home</a></li>
            <li id="portaltab-Members" class="plain"><a
        href="http://nohost/plone/Members"
        title="Container for users' home directories">Users</a></li>
            <li id="portaltab-news" class="plain"><a
        href="http://nohost/plone/news" title="Site News">News</a></li>
            <li id="portaltab-events" class="plain"><a
        href="http://nohost/plone/events" title="Site Events">Events</a></li>
        </ul>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <div id="portal-personaltools-wrapper">
    <BLANKLINE>
    <h5 class="hiddenStructure">Personal tools</h5>
    <BLANKLINE>
    <ul id="portal-personaltools" class="visualInline">
    <BLANKLINE>
           <li><a id="user-name"
                  href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />
                <span class="visualCaseSensitive">portal_owner</span></a></li>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <li>
                <a href="http://nohost/plone/logout">Log out</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
    </ul>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <div id="portal-breadcrumbs">
    <BLANKLINE>
        <span id="breadcrumbs-you-are-here">You
    are here:</span>
        <a href="http://nohost/plone">Home</a>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
          </div>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-wrapper-table"><!-- --></div>
    <BLANKLINE>
          <table id="portal-columns">
            <tbody>
              <tr>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                <td id="portal-column-content">
    <BLANKLINE>
    <BLANKLINE>
                    <div class="">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                      <div id="region-content" class="documentContent">
    <BLANKLINE>
                        <span id="contentTopLeft"></span>
                        <span id="contentTopRight"></span>
    <BLANKLINE>
                        <a name="documentContent"></a>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <dl class="portalMessage info" id="kssPortalMessage" style="display:none">
            <dt>Info</dt>
            <dd></dd>
        </dl>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <div id="viewlet-above-content"></div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                          <div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div>
    <BLANKLINE>
                <h1 class="documentFirstHeading">
                    We're sorry, but there seems to be an error&hellip;
                </h1>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                    <p>
                    Since you are a site administrator, you can
                    <span> <a href="http://nohost/plone/error_log/showEntry?id=1232939224.190.885743733285">see the full error message</a> </span>
                    </p>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            </div>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <span id="contentBottomLeft"></span>
                        <span id="contentBottomRight"></span>
    <BLANKLINE>
                      </div>
    <BLANKLINE>
                    </div>
    <BLANKLINE>
    <BLANKLINE>
                </td>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
              </tr>
            </tbody>
          </table>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear" id="clear-space-before-footer"><!-- --></div>
    <BLANKLINE>
          <div>
              <a class="managePortletsFallback"
                 href="http://nohost/plone/@@manage-portlets">
                 Manage portlets
              </a>
          </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div id="portal-footer">
    <BLANKLINE>
    <p>
    <BLANKLINE>
        The
        <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>
        is
        <acronym title="Copyright">&copy;</acronym>
        2000-2009
        by the
        <a href="http://plone.org/foundation">Plone Foundation</a>
        et al.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    <p>
    <BLANKLINE>
        Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the
            <a href="http://plone.org/foundation">Plone Foundation</a>.
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        Distributed under the
            <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    </div>
    <BLANKLINE>
      <div id="portal-colophon">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="colophonWrapper">
          <ul>
            <li>
              <a href="http://plone.org"
                 title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">
                Powered by Plone</a>
            </li>
            <li>
              <a href="http://validator.w3.org/check/referer"
                 title="This site is valid XHTML.">
                Valid XHTML</a>
            </li>
            <li>
              <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"
                 title="This site was built with valid CSS.">
                Valid CSS</a>
            </li>
            <li>
              <a href="http://www.section508.gov"
                 title="This site conforms to the US Government Section 508 Accessibility Guidelines.">
                Section 508</a>
            </li>
            <li>
              <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"
                 title="This site conforms to the W3C-WAI Web Content Accessibility Guidelines.">
                WCAG</a>
            </li>
          </ul>
          </div>
    <BLANKLINE>
        </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear"><!-- --></div>
        </div>
    <div id="kss-spinner"><img alt=""
                               src="http://nohost/plone/spinner.gif" /></div>
    </body>
    </html>
    <BLANKLINE>
    <BLANKLINE>



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 18, in simplepublish.txt
Failed example:
    browser.open(self.portal.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[5]>", line 1, in ?
        browser.open(self.portal.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 61, in simplepublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[31]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 62, in simplepublish.txt
Failed example:
    browser.getLink('Rules').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[32]>", line 1, in ?
        browser.getLink('Rules').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 63, in simplepublish.txt
Failed example:
    browser.getControl(name='rule_id').displayOptions
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[33]>", line 1, in ?
        browser.getControl(name='rule_id').displayOptions
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: name 'rule_id'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 65, in simplepublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[34]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 69, in simplepublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[35]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 70, in simplepublish.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[36]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 71, in simplepublish.txt
Failed example:
    browser.getControl('News Item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[37]>", line 1, in ?
        browser.getControl('News Item').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'News Item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 72, in simplepublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[38]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 73, in simplepublish.txt
Failed example:
    browser.getControl('Title').value = 'My news item'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[39]>", line 1, in ?
        browser.getControl('Title').value = 'My news item'
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 74, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[40]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 75, in simplepublish.txt
Failed example:
    'Changes saved' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 77, in simplepublish.txt
Failed example:
    browser.getLink('State:').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[42]>", line 1, in ?
        browser.getLink('State:').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 78, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[43]>", line 1, in ?
        ctrl = browser.getControl(name='workflow_action') # XXX fix label
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: name 'workflow_action'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 79, in simplepublish.txt
Failed example:
    ctrl.value = ['publish']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[44]>", line 1, in ?
        ctrl.value = ['publish']
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 91, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 475, in fset
        raise interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 80, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[45]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 84, in simplepublish.txt
Failed example:
    'my-news-item' in self.portal.news
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 87, in simplepublish.txt
Failed example:
    'my-news-item' in self.portal
Differences (ndiff with -expected +actual):
    - True
    + False



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 21, in multipublish.txt
Failed example:
    browser.open(self.portal.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[5]>", line 1, in ?
        browser.open(self.portal.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 64, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[31]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 65, in multipublish.txt
Failed example:
    browser.getLink('Rules').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[32]>", line 1, in ?
        browser.getLink('Rules').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 66, in multipublish.txt
Failed example:
    browser.getControl(name='rule_id').displayOptions
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[33]>", line 1, in ?
        browser.getControl(name='rule_id').displayOptions
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: name 'rule_id'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 68, in multipublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[34]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 72, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[35]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 73, in multipublish.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[36]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 74, in multipublish.txt
Failed example:
    browser.getControl('News Item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[37]>", line 1, in ?
        browser.getControl('News Item').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'News Item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 75, in multipublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[38]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 76, in multipublish.txt
Failed example:
    browser.getControl('Title').value = 'My news item'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[39]>", line 1, in ?
        browser.getControl('Title').value = 'My news item'
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 77, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[40]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 78, in multipublish.txt
Failed example:
    'Changes saved' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 81, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[42]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 82, in multipublish.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[43]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 83, in multipublish.txt
Failed example:
    browser.getControl('News Item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[44]>", line 1, in ?
        browser.getControl('News Item').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'News Item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 84, in multipublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[45]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 85, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[46]>", line 1, in ?
        browser.getControl('Title').value = 'Second news item'
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 86, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[47]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 87, in multipublish.txt
Failed example:
    'Changes saved' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 92, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[49]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 93, in multipublish.txt
Failed example:
    browser.getLink('Contents').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[50]>", line 1, in ?
        browser.getLink('Contents').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 94, in multipublish.txt
Failed example:
    browser.getControl('My news item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[51]>", line 1, in ?
        browser.getControl('My news item').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'My news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 95, in multipublish.txt
Failed example:
    browser.getControl('Second news item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[52]>", line 1, in ?
        browser.getControl('Second news item').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Second news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 96, in multipublish.txt
Failed example:
    browser.getControl('Change State').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[53]>", line 1, in ?
        browser.getControl('Change State').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Change State'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 98, in multipublish.txt
Failed example:
    'My news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 100, in multipublish.txt
Failed example:
    'Second news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 103, in multipublish.txt
Failed example:
    browser.getControl('Publish').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[56]>", line 1, in ?
        browser.getControl('Publish').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Publish'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 111, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[58]>", line 1, in ?
        browser.open(self.portal.absolute_url() + '/news/folder_listing')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 112, in multipublish.txt
Failed example:
    'My news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 114, 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-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/calendar.txt
Failed doctest test for calendar.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/calendar.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/calendar.txt", line 8, in calendar.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest calendar.txt[2]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 14, in filter.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest filter.txt[7]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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-zope210-cmf21-plone31/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-zope210-cmf21-plone31/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:
    <BLANKLINE>



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt
Failed doctest test for mail.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt", line 11, in mail.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest mail.txt[5]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/maintenance.txt
Failed doctest test for maintenance.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/maintenance.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/maintenance.txt", line 6, in maintenance.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest maintenance.txt[0]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/maintenance.txt", line 27, in maintenance.txt
Failed example:
    self.browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest maintenance.txt[5]>", line 1, in ?
        self.browser.open('http://nohost/plone/')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/maintenance.txt", line 29, in maintenance.txt
Failed example:
    self.loginAsManager(user='app')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest maintenance.txt[7]>", line 1, in ?
        self.loginAsManager(user='app')
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt
Failed doctest test for security_enable_user_folder.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 8, in security_enable_user_folder.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[1]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 12, in security_enable_user_folder.txt
Failed example:
    'root' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 15, in security_enable_user_folder.txt
Failed example:
    browser.getLink('root').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[3]>", line 1, in ?
        browser.getLink('root').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 16, in security_enable_user_folder.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/dashboard'
Got:
    'http://nohost/plone/'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 54, in security_enable_user_folder.txt
Failed example:
    browser.open('http://nohost/plone/Members/root')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[13]>", line 1, in ?
        browser.open('http://nohost/plone/Members/root')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 60, in security_enable_user_folder.txt
Failed example:
    browser.getLink('My Folder').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[15]>", line 1, in ?
        browser.getLink('My Folder').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 79, in security_enable_user_folder.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[25]>", line 1, in ?
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 83, in security_enable_user_folder.txt
Failed example:
    'member' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 86, in security_enable_user_folder.txt
Failed example:
    browser.getLink('member').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[27]>", line 1, in ?
        browser.getLink('member').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 87, in security_enable_user_folder.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/dashboard'
Got:
    'http://nohost/plone/'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 93, in security_enable_user_folder.txt
Failed example:
    browser.open('http://nohost/plone/Members/member')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[29]>", line 1, in ?
        browser.open('http://nohost/plone/Members/member')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 94, in security_enable_user_folder.txt
Failed example:
    browser.open('http://nohost/plone')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[30]>", line 1, in ?
        browser.open('http://nohost/plone')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 98, in security_enable_user_folder.txt
Failed example:
    browser.getLink('My Folder').click()    
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[32]>", line 1, in ?
        browser.getLink('My Folder').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 397, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 448, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 110, in security_enable_user_folder.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[36]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 132, in security_enable_user_folder.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[49]>", line 1, in ?
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 136, in security_enable_user_folder.txt
Failed example:
    'newmember' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 139, in security_enable_user_folder.txt
Failed example:
    browser.getLink('newmember').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[51]>", line 1, in ?
        browser.getLink('newmember').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 140, in security_enable_user_folder.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/dashboard'
Got:
    'http://nohost/plone/'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 150, in security_enable_user_folder.txt
Failed example:
    browser.open('http://nohost/plone')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[54]>", line 1, in ?
        browser.open('http://nohost/plone')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/search.txt
Failed doctest test for search.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/search.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/search.txt", line 8, in search.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest search.txt[2]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt
Failed doctest test for site.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 9, in site.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest site.txt[3]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/skins.txt
Failed doctest test for skins.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/skins.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/skins.txt", line 8, in skins.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest skins.txt[2]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/markup.txt
Failed doctest test for markup.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/markup.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/markup.txt", line 7, in markup.txt
Failed example:
    self.loginAsManager()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest markup.txt[0]>", line 1, in ?
        self.loginAsManager()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 32, in loginAsManager
        self.browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 19, in browser.txt
Failed example:
    browser.open(self.portal.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[5]>", line 1, in ?
        browser.open(self.portal.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 20, in browser.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[6]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 297, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 499, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 21, in browser.txt
Failed example:
    'Add new item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 23, in browser.txt
Failed example:
    browser.getControl('Page').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[8]>", line 1, in ?
        browser.getControl('Page').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Page'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 24, in browser.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[9]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 25, in browser.txt
Failed example:
    browser.getControl('Title').value = 'Hello, World!'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[10]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World!'
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 26, in browser.txt
Failed example:
    browser.getControl('Body Text').value = 'Hello, World!'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[11]>", line 1, in ?
        browser.getControl('Body Text').value = 'Hello, World!'
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Body Text'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 27, in browser.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[12]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 28, in browser.txt
Failed example:
    'Changes saved.' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 37, in browser.txt
Failed example:
    browser.open(browser.url + '/@@content-checkout')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[14]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkout')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 38, in browser.txt
Failed example:
    'This is a working copy' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 40, in browser.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/copy_of_hello-world'
    + 'http://nohost/plone/@@content-checkout'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 46, in browser.txt
Failed example:
    browser.open('http://nohost/plone/hello-world')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[17]>", line 1, in ?
        browser.open('http://nohost/plone/hello-world')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 47, in browser.txt
Failed example:
    'This item is being edited' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 52, in browser.txt
Failed example:
    browser.open('http://nohost/plone/copy_of_hello-world/edit')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[19]>", line 1, in ?
        browser.open('http://nohost/plone/copy_of_hello-world/edit')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 53, in browser.txt
Failed example:
    browser.getControl('Title').value = 'Hello, World! version 2.0'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[20]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World! version 2.0'
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 54, in browser.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[21]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 55, in browser.txt
Failed example:
    'Changes saved.' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 57, in browser.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/copy_of_hello-world'
    + 'http://nohost/plone/copy_of_hello-world/edit'
    ?                                         +++++
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 65, in browser.txt
Failed example:
    browser.open(browser.url + '/@@content-checkin')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[24]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkin')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 66, in browser.txt
Failed example:
    browser.getControl('Check in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[25]>", line 1, in ?
        browser.getControl('Check in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 336, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 50, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Check in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 67, in browser.txt
Failed example:
    'Checked in' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 69, in browser.txt
Failed example:
    browser.url
Differences (ndiff with -expected +actual):
    - 'http://nohost/plone/hello-world'
    + 'http://nohost/plone/copy_of_hello-world/edit/@@content-checkin'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 71, in browser.txt
Failed example:
    'Hello, World! version 2.0' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False



Failure in test test_menu_presence (plone.app.kss.tests.test_kss_attributes.TestContentMenu)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 172, in test_menu_presence

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 178, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 184, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 187, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/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:
    soup.find('a', {'class':'actionicon-object_buttons-cut'}) is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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:
    soup.find('a', {'class':'actionicon-object_buttons-copy'}) is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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:
    self.browser.open(self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[8]>", line 1, in ?
        self.browser.open(self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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:
    contentmenu_dl_tag is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 206, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[12]>", line 1, in ?
        contentmenu_dl_tag.find('dd',{'class':'actionMenuContent'}) is not None
    AttributeError: 'NoneType' object has no attribute 'find'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 213, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    self.browser.open(self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[13]>", line 1, in ?
        self.browser.open(self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 222, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 227, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions_ul = content_actions.find('ul', {'id': 'contentActionMenus'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[19]>", line 1, in ?
        content_actions_ul = content_actions.find('ul', {'id': 'contentActionMenus'})
    AttributeError: 'NoneType' object has no attribute 'find'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 228, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions_ul is not None
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[20]>", line 1, in ?
        content_actions_ul is not None
    NameError: name 'content_actions_ul' is not defined



Failure in test 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 124, in test_tab_ids

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 131, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 136, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 138, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 140, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 142, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 146, in test_ul_id

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 152, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 159, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 164, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 166, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 60, in test_logged

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 68, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 74, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 83, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 85, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/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-macro-' in title['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest 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-zope210-cmf21-plone31/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:
    'inlineEditable' in title['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 97, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 99, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 101, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/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:
    'kssattr-macro-' in description['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest 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-zope210-cmf21-plone31/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:
    'inlineEditable' in description['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest 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-zope210-cmf21-plone31/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:
    text is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 113, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 115, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 117, 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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210-cmf21-plone31/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:
    'inlineEditable' in text['class']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing.test_logged[20]>", line 1, in ?
        'inlineEditable' in text['class']
    TypeError: unsubscriptable object



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.redirector/plone/app/redirector/tests/browser.txt", line 16, in browser.txt
Failed example:
    browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[6]>", line 1, in ?
        browser.open('http://nohost/plone/')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.workflow/plone/app/workflow/tests/onestateworkflow.txt", line 118, in onestateworkflow.txt
Failed example:
    browser.open('%s' % self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest onestateworkflow.txt[33]>", line 1, in ?
        browser.open('%s' % self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.workflow/plone/app/workflow/tests/sharingpage.txt
Failed doctest test for sharingpage.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.workflow/plone/app/workflow/tests/sharingpage.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.workflow/plone/app/workflow/tests/sharingpage.txt", line 52, in sharingpage.txt
Failed example:
    browser.open('%s' % self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest sharingpage.txt[14]>", line 1, in ?
        browser.open('%s' % self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 202, in _mech_open
        response = UserAgent.open(self, self.request, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_opener.py", line 234, in open
        response = urlopen(self, req, data)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 376, in _open
        '_open', req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/testbrowser.py", line 64, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 993, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/testing.py", line 80, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZPublisher/Test.py", line 199, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Zope2/App/startup.py", line 221, in zpublisher_exception_hook
        f(client, REQUEST, t, v, traceback, error_log_url=error_log_url)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZPublisher/Publish.py", line 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZPublisher/mapply.py", line 88, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/FSPageTemplate.py", line 216, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/FSPageTemplate.py", line 155, in pt_render
        result = FSPageTemplate.inheritedAttribute('pt_render')(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplate.py", line 98, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 891, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 957, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 861, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 957, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 525, in do_optTag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 949, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 861, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
        self.no_tag(stuff[-2], stuff[-1])
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 745, in do_insertStructure_tal
        structure = self.engine.evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/Expressions.py", line 223, in evaluateStructure
        text = super(ZopeContext, self).evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/browser/providerexpression.py", line 37, in __call__
        return provider.render()
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 154, in render
        return BaseOrderedViewletManager.render(self)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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-zope210-cmf21-plone31/src/plone.app.layout/plone/app/layout/viewlets/common.py", line 44, in render
        return self.index()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplateFile.py", line 129, in _exec
        return self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplate.py", line 98, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 855, in do_condition
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
        self.no_tag(stuff[-2], stuff[-1])
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 623, in do_insertText_tal
        text = self.engine.evaluateText(stuff[0])
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/Expressions.py", line 230, in evaluateText
        text = self.evaluate(expr)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/pythonexpr.py", line 59, in __call__
        return eval(self._code, vars)
      File "<string>", line 0, in ?
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
        val=func(*args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.layout/plone/app/layout/viewlets/content.py", line 96, in toLocalizedTime
        domain='plonelocales')
    TypeError: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">



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

      
        
        
        
        
        

      

      <head>

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

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

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

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

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

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

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

      
        
          <script type="text/javascript"
                  src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcebase2-dom-fp-cachekey6303.js">
          </script>
        
        
      

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


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

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

      
        
        
          <style type="text/css" media="all">@import url(http://nohost/plone/portal_css/Plone%20Default/ploneCustom-cachekey9385.css);</style>
        
        
      


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


    <title>test_user_1_ &mdash; Plone site</title>


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

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



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



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

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






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



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

        
        

        
        

        
        

      </head>

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

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

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

    <ul id="portal-siteactions">

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

    </ul>

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

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

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

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

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

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

    </div>

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


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

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

    </div>

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

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

    <ul id="portal-personaltools" class="visualInline">
       
           <li><a id="user-name"
                  href="http://nohost/plone/dashboard"><img src="http://nohost/plone/user.gif" alt="" title="User" height="16" width="16" />
                <span class="visualCaseSensitive">manager</span></a></li>
       

        
            <li>
                <a href="http://nohost/plone/logout">Log out</a>
            </li>
        

    </ul>
    </div>


        


    <div id="portal-breadcrumbs">

        <span id="breadcrumbs-you-are-here">You
    are here:</span>
        <a href="http://nohost/plone">Home</a>
        <span class="breadcrumbSeparator">
            &rarr;
            
        </span>
        <span dir="ltr">
            
                <a href="http://nohost/plone/Members">Users</a>
                <span class="breadcrumbSeparator">
                    &rarr;
                    
                </span>
                
             
        </span>
        <span dir="ltr">
            
                
                
                <span>test_user_1_</span>
             
        </span>

    </div>

          </div>

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

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

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

                  
                    <div class="">

                      


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

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

                        

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


                        
                        <div id="viewlet-above-content"><div id="plone-lock-status">
      
    </div>
    </div>

                        
                        
                        <div id="content">
                          
                          <div>

            

            <div>

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

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

                

                

            </div>
            

    </div>
                        </div>
                        

                        
                        
                          
        




                        
                        

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

                      </div>

                    </div>

                  
                </td>
                

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

          <div class="visualClear" id="clear-space-before-footer"><!-- --></div>
          
          <div>
              <a class="managePortletsFallback"
                 href="http://nohost/plone/Members/test_user_1_/@@manage-portlets">
                 Manage portlets
              </a>
          </div>

          

            <div id="portal-footer">

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

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

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

    </div>

      <div id="portal-colophon">
          

          

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

        </div>



          

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



  Ran 780 tests with 20 failures and 0 errors in 187.244 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.002 seconds.
  Ran 6 tests with 0 failures and 0 errors in 3.973 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.000 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt
Failed doctest test for testBrowserLayers.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt", line 87, in testBrowserLayers.txt
Failed example:
    browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testBrowserLayers.txt[31]>", line 1, in ?
        browser.open('http://nohost/plone/')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error

  Ran 27 tests with 1 failures and 0 errors in 33.833 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.021 seconds.


Error in test testChangeViewTemplate (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 57, in testChangeViewTemplate
    result = view.changeViewTemplate(url)
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/content_replacer.py", line 223, in changeViewTemplate
    content = template()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/FSPageTemplate.py", line 216, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/FSPageTemplate.py", line 155, in pt_render
    result = FSPageTemplate.inheritedAttribute('pt_render')(
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplate.py", line 98, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 891, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 957, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 861, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 957, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
    self.no_tag(stuff[-2], stuff[-1])
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 949, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 861, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
    self.no_tag(stuff[-2], stuff[-1])
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 745, in do_insertStructure_tal
    structure = self.engine.evaluateStructure(expr)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/Expressions.py", line 223, in evaluateStructure
    text = super(ZopeContext, self).evaluateStructure(expr)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/browser/providerexpression.py", line 37, in __call__
    return provider.render()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 154, in render
    return BaseOrderedViewletManager.render(self)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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-zope210-cmf21-plone31/src/plone.app.layout/plone/app/layout/viewlets/common.py", line 44, in render
    return self.index()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplateFile.py", line 129, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplate.py", line 98, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 855, in do_condition
    self.interpret(block)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
    self.no_tag(stuff[-2], stuff[-1])
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 623, in do_insertText_tal
    text = self.engine.evaluateText(stuff[0])
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/Expressions.py", line 230, in evaluateText
    text = self.evaluate(expr)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/pythonexpr.py", line 59, in __call__
    return eval(self._code, vars)
  File "<string>", line 0, in ?
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.layout/plone/app/layout/viewlets/content.py", line 96, in toLocalizedTime
    domain='plonelocales')
TypeError: ulocalized_time() got multiple values for keyword argument 'domain'



Error in test testReplaceContentRegion (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 42, in testReplaceContentRegion
    result = view.replaceContentRegion(self.fpage.absolute_url(), tabid='contentview-edit')
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.kss/plone/app/kss/content_replacer.py", line 150, in replaceContentRegion
    content = template()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/FSPageTemplate.py", line 216, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/products/CMFCore/FSPageTemplate.py", line 155, in pt_render
    result = FSPageTemplate.inheritedAttribute('pt_render')(
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplate.py", line 98, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 891, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 957, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 861, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 957, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
    self.no_tag(stuff[-2], stuff[-1])
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 949, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 861, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 536, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 521, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
    self.no_tag(stuff[-2], stuff[-1])
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 745, in do_insertStructure_tal
    structure = self.engine.evaluateStructure(expr)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/Expressions.py", line 223, in evaluateStructure
    text = super(ZopeContext, self).evaluateStructure(expr)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/Five/browser/providerexpression.py", line 37, in __call__
    return provider.render()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 154, in render
    return BaseOrderedViewletManager.render(self)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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-zope210-cmf21-plone31/src/plone.app.layout/plone/app/layout/viewlets/common.py", line 44, in render
    return self.index()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 313, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Shared/DC/Scripts/Bindings.py", line 350, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplateFile.py", line 129, in _exec
    return self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/PageTemplate.py", line 98, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/pagetemplate/pagetemplate.py", line 117, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 855, in do_condition
    self.interpret(block)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 534, in do_optTag_tal
    self.no_tag(stuff[-2], stuff[-1])
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 516, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 346, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tal/talinterpreter.py", line 623, in do_insertText_tal
    text = self.engine.evaluateText(stuff[0])
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/PageTemplates/Expressions.py", line 230, in evaluateText
    text = self.evaluate(expr)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/tales/pythonexpr.py", line 59, in __call__
    return eval(self._code, vars)
  File "<string>", line 0, in ?
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.layout/plone/app/layout/viewlets/content.py", line 96, in toLocalizedTime
    domain='plonelocales')
TypeError: ulocalized_time() got multiple values for keyword argument 'domain'

  Ran 13 tests with 0 failures and 2 errors in 2.445 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 5.574 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt
Failed doctest test for testFileRemoval.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt", line 24, in testFileRemoval.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileRemoval.txt[8]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt
Failed doctest test for testCancelDuringMultiRemoval.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 23, in testCancelDuringMultiRemoval.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testCancelDuringMultiRemoval.txt[8]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt
Failed doctest test for testCircularReferencesWithHelper.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 20, in testCircularReferencesWithHelper.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferencesWithHelper.txt[9]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt
Failed doctest test for testCircularReferences.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt", line 28, in testCircularReferences.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferences.txt[11]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 19, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleFilesRemovalWithHelper.txt[7]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt
Failed doctest test for testConfirmationPageIntegration.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt
Failed doctest test for testFileWithSpacesRemoval.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 35, in testFileWithSpacesRemoval.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileWithSpacesRemoval.txt[12]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testIntegrityBreachesBug.txt
Failed doctest test for testIntegrityBreachesBug.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testIntegrityBreachesBug.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testIntegrityBreachesBug.txt", line 50, in testIntegrityBreachesBug.txt
Failed example:
    browser.open('http://nohost/plone/topic/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testIntegrityBreachesBug.txt[11]>", line 1, in ?
        browser.open('http://nohost/plone/topic/')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testInterReferences.txt
Failed doctest test for testInterReferences.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testInterReferences.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testInterReferences.txt", line 23, in testInterReferences.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testInterReferences.txt[10]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 21, in testMultipleFilesRemoval.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleFilesRemoval.txt[8]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/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-zope210/lib/python/zope/testing/doctest.py", line 1348, 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-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testOnOffSwitch.txt
Failed doctest test for testOnOffSwitch.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 13, in testOnOffSwitch.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testOnOffSwitch.txt[4]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt
Failed doctest test for testReferenceInRestructuredText.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 16, in testReferenceInRestructuredText.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferenceInRestructuredText.txt[4]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 33, in testReferalToPrivateFiles.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferalToPrivateFiles.txt[16]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 15, in testRemovalTriggersConfirmation.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalTriggersConfirmation.txt[6]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceUpdate.txt
Failed doctest test for testReferenceUpdate.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceUpdate.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceUpdate.txt", line 22, in testReferenceUpdate.txt
Failed example:
    browser.getControl('Update').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferenceUpdate.txt[9]>", line 1, in ?
        browser.getControl('Update').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt
Failed doctest test for testRemovalInReferenceChain.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 21, in testRemovalInReferenceChain.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInReferenceChain.txt[8]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt
Failed doctest test for testRemovalInSubfolder.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 16, in testRemovalInSubfolder.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInSubfolder.txt[5]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt
Failed doctest test for testRemovalOfReferenceChain.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 21, in testRemovalOfReferenceChain.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalOfReferenceChain.txt[8]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt
Failed doctest test for testRemovalWithCookieAuth.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 22, in testRemovalWithCookieAuth.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalWithCookieAuth.txt[8]>", line 1, in ?
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 586, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 375, in _clickSubmit
        self.mech_browser.open(form.click(
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt
Failed doctest test for testRenamingReferencedItem.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 11, in testRenamingReferencedItem.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testRenamingReferencedItem.txt[4]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error



Failure in test /home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt
Failed doctest test for testRemovalsWithYesToAll.txt
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone31/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 19, in testRemovalsWithYesToAll.txt
Failed example:
    browser.open('http://nohost/plone/folder_contents')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testing/doctest.py", line 1348, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalsWithYesToAll.txt[8]>", line 1, in ?
        browser.open('http://nohost/plone/folder_contents')
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/zope/testbrowser/browser.py", line 224, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 177, in open
        return self._mech_open(url, data)
      File "/home/stefan/autotest/temp/python24-zope210/lib/python/mechanize/_mechanize.py", line 219, in _mech_open
        raise error
    HTTPError: HTTP Error 500: Internal Server Error

  Ran 115 tests with 22 failures and 0 errors in 31.782 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.207 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.014 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.091 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.580 seconds.
  Ran 11 tests with 0 failures and 0 errors in 4.665 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.654 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.016 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
Installing plone.browserlayer ... NOT FOUND
  Ran 16 tests with 0 failures and 0 errors in 0.126 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.573 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 7.587 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.022 seconds.
  Ran 9 tests with 0 failures and 0 errors in 1.234 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.044 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.170 seconds.
Tearing down left over layers:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.610 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.011 seconds.
Total: 1398 tests, 43 failures, 2 errors

FAILED (failures=43, errors=2) 




More information about the Testbot mailing list