[Testbot] FAILED (failures=8, errors=12) : Plone-trunk Zope-trunk Python-2.4.6

plone.* Tests plone-tests at epy.co.at
Sat Mar 7 04:54:42 UTC 2009


plone.* Tests : FAILED (failures=8, errors=12) 
Plone-trunk Zope-trunk Python-2.4.6

Running /usr/local/python2.4/bin/python ./bin/test --package plone --module !plone.recipe
GenericCache not found; tests skipped
/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.protect/plone/protect/tests/testAuthenticator.py:10: DeprecationWarning: AuthenticateForm: Please use the plone.protect.protect decorator
  from plone.protect.authenticator import AuthenticateForm
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.014 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.704 seconds.
  Ran 34 tests with 0 failures and 0 errors in 0.428 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 5.378 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt", line 243, in foldercontents.txt
Failed example:
    browser.getLink(id='foldercontents-selectall-completebatch')
Expected:
    Traceback (most recent call last):
    ...
    LinkNotFoundError
Got:
    <Link text='Select all 3 items in this folder.' url='http://nohost/plone/@@folder_contents?pagenumber=1&select=all'>



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 72, in simplepublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[38]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 410, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[39]>", line 1, in ?
        browser.getControl('Title').value = 'My news item'
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[40]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 75, in simplepublish.txt
Failed example:
    'Changes saved' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 77, in simplepublish.txt
Failed example:
    browser.getLink('State:').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[42]>", line 1, in ?
        browser.getLink('State:').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[43]>", line 1, in ?
        ctrl = browser.getControl(name='workflow_action') # XXX fix label
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'workflow_action'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 79, in simplepublish.txt
Failed example:
    ctrl.value = ['publish']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[44]>", line 1, in ?
        ctrl.value = ['publish']
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 103, in __setattr__
        object.__setattr__(self, name, value)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 513, in fset
        raise zope.testbrowser.interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[45]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 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-zope212-cmf22-plone40/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-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt
Failed doctest test for multipublish.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 75, in multipublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[38]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 410, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[39]>", line 1, in ?
        browser.getControl('Title').value = 'My news item'
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 77, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[40]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 78, in multipublish.txt
Failed example:
    'Changes saved' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 81, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[42]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 82, in multipublish.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[43]>", line 1, in ?
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 83, in multipublish.txt
Failed example:
    browser.getControl('News Item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[44]>", line 1, in ?
        browser.getControl('News Item').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'News Item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 84, in multipublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[45]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[46]>", line 1, in ?
        browser.getControl('Title').value = 'Second news item'
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 86, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[47]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 87, in multipublish.txt
Failed example:
    'Changes saved' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 92, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[49]>", line 1, in ?
        browser.getLink('Home').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[50]>", line 1, in ?
        browser.getLink('Contents').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 94, in multipublish.txt
Failed example:
    browser.getControl('My news item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[51]>", line 1, in ?
        browser.getControl('My news item').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'My news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[52]>", line 1, in ?
        browser.getControl('Second news item').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Second news item'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 96, in multipublish.txt
Failed example:
    browser.getControl('Change State').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[53]>", line 1, in ?
        browser.getControl('Change State').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Change State'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 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-zope212-cmf22-plone40/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-zope212-cmf22-plone40/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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[56]>", line 1, in ?
        browser.getControl('Publish').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Publish'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 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-zope212-cmf22-plone40/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-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt
Failed doctest test for filter.txt
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 106, in filter.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest filter.txt[28]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 410, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 107, in filter.txt
Failed example:
    browser.getControl('Body Text').value = \
    '<p>Testing that<span> tag and its contents get stripped</span> works.</p>'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest filter.txt[29]>", line 1, in ?
        browser.getControl('Body Text').value = \
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Body Text'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 109, in filter.txt
Failed example:
    browser.getControl('Title').value = 'My Page'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest filter.txt[30]>", line 1, in ?
        browser.getControl('Title').value = 'My Page'
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 110, in filter.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest filter.txt[31]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 111, in filter.txt
Failed example:
    'Changes saved.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 113, in filter.txt
Failed example:
    'My Page' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 119, in filter.txt
Failed example:
    print browser.contents
Expected:
    <!DOCTYPE...
    <p>Testing that works.</p>...
Got:
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <!DOCTYPE html PUBLIC
      "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <BLANKLINE>
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <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/Members/" /><!--[if lt IE 7]></base><![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <meta name="generator" content="Plone - http://plone.org" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/resourcejquery-cachekey5661.js">
          </script>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Plone%20Default/dropdown-cachekey3356.js">
          </script>
    <BLANKLINE>
    <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-cachekey4696.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <style type="text/css">@import url(http://nohost/plone/portal_css/Plone%20Default/base-cachekey6666.css);</style>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <title>Members &mdash; Plone site</title>
    <BLANKLINE>
        <!-- Internet Explorer Fixes -->
        <!--[if IE]>
            <style type="text/css" media="all">@import url(http://nohost/plone/IEFixes.css);</style>
    <BLANKLINE>
            <script type="text/javascript" src="http://nohost/plone/iefixes.js">
            </script>
    <BLANKLINE>
        <![endif]-->
    <BLANKLINE>
    <BLANKLINE>
        <link rel="author" href="http://nohost/plone/author/portal_owner" 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="section-Members template-folderfactories.pt" dir="ltr">
        <div id="visual-portal-wrapper">
    <BLANKLINE>
          <div id="portal-top">
            <div xmlns="http://www.w3.org/1999/xhtml" id="portal-toolbar-wrapper">
    <BLANKLINE>
    <h5 class="hiddenStructure">Toolbar</h5>
    <BLANKLINE>
    <ul id="portal-toolbar" 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">root</span></a></li>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <li class="visualIcon actionicon-toolbar-account">
                <a href="http://nohost/plone/@@user_data" class="visualIconPadding">Account</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
            <li class="visualIcon actionicon-toolbar-portlets">
                <a href="http://nohost/plone/Members/@@manage-portlets" class="visualIconPadding">Manage portlets</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
            <li class="visualIcon actionicon-toolbar-sitesetup">
                <a href="http://nohost/plone/@@overview-controlpanel" class="visualIconPadding">Site Setup</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
            <li class="visualIcon actionicon-toolbar-logout">
                <a href="http://nohost/plone/logout" class="visualIconPadding">Log out</a>
            </li>
    <BLANKLINE>
    <BLANKLINE>
    </ul>
    </div>
    <BLANKLINE>
    <div id="portal-header">
        <p class="hiddenStructure">
      <a accesskey="2" href="http://nohost/plone/Members/folder_factories#documentContent">Skip to content.</a> |
    <BLANKLINE>
      <a accesskey="6" href="http://nohost/plone/Members/folder_factories#portlet-navigation-tree">Skip to navigation</a>
    </p>
    <BLANKLINE>
    <ul id="portal-siteactions">
    <BLANKLINE>
        <li id="siteaction-contact">
          <a href="http://nohost/plone/contact-info" title="Contact">Contact</a>
        </li>
    <BLANKLINE>
        <li id="siteaction-sitemap">
          <a href="http://nohost/plone/sitemap" title="Site Map">Site Map</a>
        </li>
    <BLANKLINE>
    </ul>
    <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/Members" />
                <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="56" width="216" /></a>
    <BLANKLINE>
    </div>
    <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>
        <span class="breadcrumbSeparator">
            &rarr;
    <BLANKLINE>
        </span>
        <span dir="ltr">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                <span>Members</span>
    <BLANKLINE>
        </span>
    <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>
                        <div id="viewlet-status"></div>
    <BLANKLINE>
                        <div id="viewlet-above-content"><div id="plone-lock-status">
    <BLANKLINE>
    </div>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                          <div>
    <BLANKLINE>
        <h1 class="documentFirstHeading">Add new item</h1>
    <BLANKLINE>
        <p class="documentDescription">
            Select the type of item you want to add to your folder.
        </p>
    <BLANKLINE>
        <p>
            <a href="http://nohost/plone/Members/folder_constraintypes_form" title="Configure which content types can be added context">
                Click to configure what type of items can be added context&hellip;
            </a>
        </p>
    <BLANKLINE>
        <div>
    <BLANKLINE>
            <form name="quickAdd" method="post" action="http://nohost/plone/Members/@@folder_factories">
    <BLANKLINE>
                <dl>
    <BLANKLINE>
                        <dt>
                            <input type="radio" name="url" id="form-field-topic" value="http://nohost/plone/Members/createObject?type_name=Topic" />
                            <label class="contenttype-topic" for="form-field-topic">
                                <img alt="" src="http://nohost/plone/topic_icon.png" />
                                Collection
                            </label>                                 
                        </dt>
                        <dd>An automatically updated stored search that can be used to display items matching criteria you specify.</dd>
    <BLANKLINE>
    <BLANKLINE>
                        <dt>
                            <input type="radio" name="url" id="form-field-event" value="http://nohost/plone/Members/createObject?type_name=Event" />
                            <label class="contenttype-event" for="form-field-event">
                                <img alt="" src="http://nohost/plone/event_icon.png" />
                                Event
                            </label>                                 
                        </dt>
                        <dd>Information about an upcoming event, which can be displayed in the calendar.</dd>
    <BLANKLINE>
    <BLANKLINE>
                        <dt>
                            <input type="radio" name="url" id="form-field-file" value="http://nohost/plone/Members/createObject?type_name=File" />
                            <label class="contenttype-file" for="form-field-file">
                                <img alt="" src="http://nohost/plone/file_icon.png" />
                                File
                            </label>                                 
                        </dt>
                        <dd>An external file uploaded to the site.</dd>
    <BLANKLINE>
    <BLANKLINE>
                        <dt>
                            <input type="radio" name="url" id="form-field-folder" value="http://nohost/plone/Members/createObject?type_name=Folder" />
                            <label class="contenttype-folder" for="form-field-folder">
                                <img alt="" src="http://nohost/plone/folder_icon.png" />
                                Folder
                            </label>                                 
                        </dt>
                        <dd>A folder which can contain other items.</dd>
    <BLANKLINE>
    <BLANKLINE>
                        <dt>
                            <input type="radio" name="url" id="form-field-image" value="http://nohost/plone/Members/createObject?type_name=Image" />
                            <label class="contenttype-image" for="form-field-image">
                                <img alt="" src="http://nohost/plone/image_icon.png" />
                                Image
                            </label>                                 
                        </dt>
                        <dd>An image, which can be referenced in documents or displayed in an album.</dd>
    <BLANKLINE>
    <BLANKLINE>
                        <dt>
                            <input type="radio" name="url" id="form-field-link" value="http://nohost/plone/Members/createObject?type_name=Link" />
                            <label class="contenttype-link" for="form-field-link">
                                <img alt="" src="http://nohost/plone/link_icon.png" />
                                Link
                            </label>                                 
                        </dt>
                        <dd>A link to an internal or external resource.</dd>
    <BLANKLINE>
    <BLANKLINE>
                        <dt>
                            <input type="radio" name="url" id="form-field-news-item" value="http://nohost/plone/Members/createObject?type_name=News+Item" />
                            <label class="contenttype-news-item" for="form-field-news-item">
                                <img alt="" src="http://nohost/plone/newsitem_icon.png" />
                                News Item
                            </label>                                 
                        </dt>
                        <dd>An announcement that will show up on the news portlet and in the news listing.</dd>
    <BLANKLINE>
    <BLANKLINE>
                        <dt>
                            <input type="radio" name="url" id="form-field-document" value="http://nohost/plone/Members/createObject?type_name=Document" />
                            <label class="contenttype-document" for="form-field-document">
                                <img alt="" src="http://nohost/plone/document_icon.png" />
                                Page
                            </label>                                 
                        </dt>
                        <dd>A page in the site. Can contain rich text.</dd>
    <BLANKLINE>
                </dl>
    <BLANKLINE>
                <div class="formControls">
                    <input class="standalone" type="submit" value="Add" name="form.button.Add" />
                </div>
            </form>
        </div>
    <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>
    <BLANKLINE>
    <BLANKLINE>
            <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.">Powered by Plone</a>
        </li>
      </ul>
      </div>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
          <div class="visualClear"><!-- --></div>
        </div>
    </body>
    </html>
    <BLANKLINE>
    <BLANKLINE>



Error in test test_baselineNoCopyReferences (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/test_iterate.py", line 58, in afterSetUp
    self.repo = self.portal.portal_repository
AttributeError: portal_repository



Error in test test_baselineReferencesMaintained (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/test_iterate.py", line 58, in afterSetUp
    self.repo = self.portal.portal_repository
AttributeError: portal_repository



Error in test test_baselineVersionCreated (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/test_iterate.py", line 58, in afterSetUp
    self.repo = self.portal.portal_repository
AttributeError: portal_repository



Error in test test_wcNewBackwardReferencesCopied (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/test_iterate.py", line 58, in afterSetUp
    self.repo = self.portal.portal_repository
AttributeError: portal_repository



Error in test test_wcNewForwardReferencesCopied (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/test_iterate.py", line 58, in afterSetUp
    self.repo = self.portal.portal_repository
AttributeError: portal_repository



Error in test test_workflowState (plone.app.iterate.tests.test_iterate.TestIterations)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/test_iterate.py", line 58, in afterSetUp
    self.repo = self.portal.portal_repository
AttributeError: portal_repository



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 25, in browser.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[10]>", line 1, in ?
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 410, in _clickSubmit
        self.mech_browser.open(form.click(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 236, in _mech_open
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 202, in open
      File "build/bdist.linux-i686/egg/mechanize/_http.py", line 611, in http_response
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 219, in error
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "build/bdist.linux-i686/egg/mechanize/_http.py", line 146, in http_error_302
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 236, in _mech_open
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 202, in open
      File "build/bdist.linux-i686/egg/mechanize/_http.py", line 611, in http_response
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 219, in error
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "build/bdist.linux-i686/egg/mechanize/_http.py", line 146, in http_error_302
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 236, in _mech_open
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 191, in open
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 376, in _open
        '_open', req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Products/Five/testbrowser.py", line 85, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 993, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/testing.py", line 82, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/functional.py", line 40, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Publish.py", line 119, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/FactoryTool.py", line 446, in __call__
        self.REQUEST, bind=1)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Publish.py", line 42, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFFormController/Products/CMFFormController/FSControllerPageTemplate.py", line 91, in __call__
        return self._call(FSControllerPageTemplate.inheritedAttribute('__call__'), *args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFFormController/Products/CMFFormController/BaseControllerPageTemplate.py", line 31, in _call
        return inherited_call(self, *args, **kwargs)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Shared/DC/Scripts/Bindings.py", line 324, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPageTemplate.py", line 219, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPageTemplate.py", line 158, in pt_render
        result = FSPageTemplate.inheritedAttribute('pt_render')(
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Products/PageTemplates/PageTemplate.py", line 80, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.4.1-py2.4.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 531, in do_optTag_tal
        self.no_tag(stuff[-2], stuff[-1])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 852, in do_condition
        self.interpret(block)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 742, in do_insertStructure_tal
        structure = self.engine.evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Products/PageTemplates/Expressions.py", line 191, in evaluateStructure
        text = super(ZopeContext, self).evaluateStructure(expr)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.contentprovider-3.4.0-py2.4.egg/zope/contentprovider/tales.py", line 80, in __call__
        return provider.render()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 154, in render
        return BaseOrderedViewletManager.render(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.viewletmanager/plone/app/viewletmanager/manager.py", line 83, in render
        return u'\n'.join([viewlet.render() for viewlet in self.viewlets])
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.app.pagetemplate-3.5.0-py2.4.egg/zope/app/pagetemplate/simpleviewclass.py", line 44, in __call__
        return self.index(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.app.pagetemplate-3.5.0-py2.4.egg/zope/app/pagetemplate/viewpagetemplatefile.py", line 83, in __call__
        return self.im_func(im_self, *args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Products/Five/browser/pagetemplatefile.py", line 53, in __call__
        sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.4.1-py2.4.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tal-3.5.0-py2.4.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Products/PageTemplates/Expressions.py", line 123, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.4.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Products/PageTemplates/Expressions.py", line 72, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/OFS/Traversable.py", line 310, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/OFS/Traversable.py", line 278, in unrestrictedTraverse
        raise e
    AttributeError: portal_repository
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 26, in browser.txt
Failed example:
    browser.getControl('Title').value = 'Hello, World!'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[11]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World!'
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 364, in getControl
        intermediate, msg = self._get_all_controls(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 424, in forms
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 449, in viewing_html
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 27, 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-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[12]>", line 1, in ?
        browser.getControl('Body Text').value = 'Hello, World!'
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 364, in getControl
        intermediate, msg = self._get_all_controls(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 424, in forms
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 449, in viewing_html
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 28, in browser.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[13]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 364, in getControl
        intermediate, msg = self._get_all_controls(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 424, in forms
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 449, in viewing_html
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 29, in browser.txt
Failed example:
    'Changes saved.' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 38, in browser.txt
Failed example:
    browser.open(browser.url + '/@@content-checkout')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[15]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkout')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 183, in url
        return self.mech_browser.geturl()
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 340, in geturl
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 39, in browser.txt
Failed example:
    'This is a working copy' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 41, in browser.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[17]>", line 1, in ?
        browser.url
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 183, in url
        return self.mech_browser.geturl()
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 340, in geturl
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 47, in browser.txt
Failed example:
    browser.open('http://nohost/plone/hello-world')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[18]>", line 1, in ?
        browser.open('http://nohost/plone/hello-world')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 239, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 236, in _mech_open
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 191, in open
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 376, in _open
        '_open', req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Products/Five/testbrowser.py", line 85, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 993, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/testing.py", line 82, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/functional.py", line 40, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Publish.py", line 110, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/BaseRequest.py", line 512, in traverse
        return response.notFoundError(URL)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/HTTPResponse.py", line 674, in notFoundError
        "Sorry, the requested resource does not exist." +
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://nohost/plone/hello-world</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 48, in browser.txt
Failed example:
    'This item is being edited' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[19]>", line 1, in ?
        'This item is being edited' in browser.contents
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 201, in contents
        old_location = response.tell()
    AttributeError: 'NoneType' object has no attribute 'tell'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 53, in browser.txt
Failed example:
    browser.open('http://nohost/plone/copy_of_hello-world/edit')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[20]>", line 1, in ?
        browser.open('http://nohost/plone/copy_of_hello-world/edit')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 239, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 236, in _mech_open
      File "build/bdist.linux-i686/egg/mechanize/_opener.py", line 191, in open
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 376, in _open
        '_open', req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 337, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Products/Five/testbrowser.py", line 85, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.4/lib/python2.4/urllib2.py", line 993, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/testing.py", line 82, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/functional.py", line 40, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 182, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Publish.py", line 150, in publish
        sys.exc_info()[2],
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/Publish.py", line 110, in publish
        object=request.traverse(path, validated_hook=validated_hook)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/BaseRequest.py", line 512, in traverse
        return response.notFoundError(URL)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/ZPublisher/HTTPResponse.py", line 674, in notFoundError
        "Sorry, the requested resource does not exist." +
    NotFound:   <h2>Site Error</h2>
      <p>An error was encountered while publishing this resource.
      </p>
      <p><strong>Resource not found</strong></p>

      Sorry, the requested resource does not exist.<p>Check the URL and try again.</p><p><b>Resource:</b> http://nohost/plone/copy_of_hello-world</p>
      <hr noshade="noshade"/>

      <p>Troubleshooting Suggestions</p>

      <ul>
      <li>The URL may be incorrect.</li>
      <li>The parameters passed to this resource may be incorrect.</li>
      <li>A resource that this resource relies on may be
          encountering an error.</li>
      </ul>

      <p>For more detailed information about the error, please
      refer to the error log.
      </p>

      <p>If the error persists please contact the site maintainer.
      Thank you for your patience.
      </p>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 54, in browser.txt
Failed example:
    browser.getControl('Title').value = 'Hello, World! version 2.0'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[21]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World! version 2.0'
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 364, in getControl
        intermediate, msg = self._get_all_controls(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 424, in forms
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 449, in viewing_html
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 55, in browser.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[22]>", line 1, in ?
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 364, in getControl
        intermediate, msg = self._get_all_controls(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 424, in forms
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 449, in viewing_html
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 56, in browser.txt
Failed example:
    'Changes saved.' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[23]>", line 1, in ?
        'Changes saved.' in browser.contents
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 201, in contents
        old_location = response.tell()
    AttributeError: 'NoneType' object has no attribute 'tell'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 58, in browser.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[24]>", line 1, in ?
        browser.url
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 183, in url
        return self.mech_browser.geturl()
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 340, in geturl
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 66, in browser.txt
Failed example:
    browser.open(browser.url + '/@@content-checkin')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[25]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkin')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 183, in url
        return self.mech_browser.geturl()
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 340, in geturl
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 67, in browser.txt
Failed example:
    browser.getControl('Check in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[26]>", line 1, in ?
        browser.getControl('Check in').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 364, in getControl
        intermediate, msg = self._get_all_controls(
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 424, in forms
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 449, in viewing_html
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 68, in browser.txt
Failed example:
    'Checked in' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[27]>", line 1, in ?
        'Checked in' in browser.contents
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 201, in contents
        old_location = response.tell()
    AttributeError: 'NoneType' object has no attribute 'tell'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 70, in browser.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[28]>", line 1, in ?
        browser.url
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 183, in url
        return self.mech_browser.geturl()
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 340, in geturl
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 72, in browser.txt
Failed example:
    'Hello, World! version 2.0' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[29]>", line 1, in ?
        'Hello, World! version 2.0' in browser.contents
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 201, in contents
        old_location = response.tell()
    AttributeError: 'NoneType' object has no attribute 'tell'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 83, in browser.txt
Failed example:
    browser.getLink("Publish").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[32]>", line 1, in ?
        browser.getLink("Publish").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 624, in find_link
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 645, in _filter_links
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 449, in viewing_html
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 84, in browser.txt
Failed example:
    "Item state changed" in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[33]>", line 1, in ?
        "Item state changed" in browser.contents
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 201, in contents
        old_location = response.tell()
    AttributeError: 'NoneType' object has no attribute 'tell'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 93, in browser.txt
Failed example:
    browser.open(portal.absolute_url() + '/hello-world')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[39]>", line 1, in ?
        browser.open(portal.absolute_url() + '/hello-world')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 239, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 94, in browser.txt
Failed example:
    browser.getLink("Check out").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[40]>", line 1, in ?
        browser.getLink("Check out").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 95, in browser.txt
Failed example:
    "Check-out created" in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 102, in browser.txt
Failed example:
    browser.getLink("Cancel check-out")
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[42]>", line 1, in ?
        browser.getLink("Cancel check-out")
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 112, in browser.txt
Failed example:
    browser.open(portal.absolute_url() + '/hello-world')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[44]>", line 1, in ?
        browser.open(portal.absolute_url() + '/hello-world')
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 239, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 113, in browser.txt
Failed example:
    browser.getLink("Published").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[45]>", line 1, in ?
        browser.getLink("Published").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 114, in browser.txt
Failed example:
    browser.getControl("Retract").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[46]>", line 1, in ?
        browser.getControl("Retract").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Retract'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 115, in browser.txt
Failed example:
    browser.getControl("Save").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[47]>", line 1, in ?
        browser.getControl("Save").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 116, in browser.txt
Failed example:
    browser.getLink("working copy").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[48]>", line 1, in ?
        browser.getLink("working copy").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 117, in browser.txt
Failed example:
    browser.getLink("Check in").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[49]>", line 1, in ?
        browser.getLink("Check in").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 118, in browser.txt
Failed example:
    browser.getControl("Check in").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[50]>", line 1, in ?
        browser.getControl("Check in").click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Check in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 119, in browser.txt
Failed example:
    "Checked in" in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False



Error in test test_review_items (plone.app.portlets.tests.test_review_portlet.TestRenderer)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.portlets/plone/app/portlets/tests/test_review_portlet.py", line 85, in test_review_items
    self.assertEquals(0, len(r.review_items()))
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.portlets/plone/app/portlets/portlets/review.py", line 46, in review_items
    return self._data()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.portlets/plone/app/portlets/portlets/review.py", line 67, in _data
    objects = workflow.getWorklistsResults()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/WorkflowTool.py", line 219, in getWorklistsResults
    wlist_def=wf.worklists._mapping[worklist['id']]
TypeError: string indices must be integers



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.redirector/plone/app/redirector/tests/browser.txt", line 17, in browser.txt
Failed example:
    browser.getLink(url='/createObject?type_name=Document').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[7]>", line 1, in ?
        browser.getLink(url='/createObject?type_name=Document').click()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.4.egg/zope/testbrowser/browser.py", line 435, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 575, in follow_link
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
    httperror_seek_wrapper: HTTP Error 500: Internal Server Error



Failure in test testDoUpgrades (plone.app.upgrade.tests.test_upgrade.TestUpgrade)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/tests/test_upgrade.py", line 52, in testDoUpgrades
    self.failUnless(last == current)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError



Error in test testInstallNewModifiers (plone.app.upgrade.v30.tests.TestMigrations_v3_0)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 17, in testInstallNewModifiers
    modifiers = self.portal.portal_modifier
AttributeError: portal_modifier



Error in test testInstallNewModifiersDoesNotStompChanges (plone.app.upgrade.v30.tests.TestMigrations_v3_0)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 38, in testInstallNewModifiersDoesNotStompChanges
    modifiers = self.portal.portal_modifier
AttributeError: portal_modifier



Error in test testInstallNewModifiersNoTool (plone.app.upgrade.v30.tests.TestMigrations_v3_0)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 46, in testInstallNewModifiersNoTool
    self.portal._delObject('portal_modifier')
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/OFS/ObjectManager.py", line 392, in _delObject
    ob = self._getOb(id)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/OFS/ObjectManager.py", line 308, in _getOb
    raise AttributeError, id
AttributeError: portal_modifier



Error in test testInstallNewModifiersTwice (plone.app.upgrade.v30.tests.TestMigrations_v3_0)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v30/tests.py", line 32, in testInstallNewModifiersTwice
    modifiers = self.portal.portal_modifier
AttributeError: portal_modifier



Error in test testMyWorklist (plone.app.workflow.tests.test_plone_workflow.TestDefaultWorkflow)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.workflow/plone/app/workflow/tests/test_plone_workflow.py", line 488, in testMyWorklist
    worklist = self.portal.my_worklist()
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPythonScript.py", line 139, in __call__
    return Script.__call__(self, *args, **kw)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/Zope2-2.12.0.a1-py2.4-linux-i686.egg/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/FSPythonScript.py", line 196, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in my_worklist
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/WorkflowTool.py", line 219, in getWorklistsResults
    wlist_def=wf.worklists._mapping[worklist['id']]
TypeError: string indices must be integers

  Ran 800 tests with 7 failures and 12 errors in 3 minutes 1.858 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.003 seconds.
  Ran 6 tests with 0 failures and 0 errors in 2.295 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.000 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Ran 27 tests with 0 failures and 0 errors in 1 minutes 46.266 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.012 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.231 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.132 seconds.
  Ran 11 tests with 0 failures and 0 errors in 3.562 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.330 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.017 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.118 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.021 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.271 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.735 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.021 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.369 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.039 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.122 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.342 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.008 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.portlets/plone/portlets/README.txt:1: DeprecationWarning: ISite is deprecated. Moved to zope.location.interfaces. Importing from here will stop working in Zope 3.6
  =====================


Failure in test LanguageSelector (plone.app.i18n.locales.browser.selector)
Failed doctest test for plone.app.i18n.locales.browser.selector.LanguageSelector
  File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.i18n/plone/app/i18n/locales/browser/selector.py", line 9, in LanguageSelector

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.i18n/plone/app/i18n/locales/browser/selector.py", line 46, in plone.app.i18n.locales.browser.selector.LanguageSelector
Failed example:
    ls.available()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.i18n.locales.browser.selector.LanguageSelector[8]>", line 1, in ?
        ls.available()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.i18n/plone/app/i18n/locales/browser/selector.py", line 104, in available
        selector = self.tool.showSelector()
    AttributeError: 'Tool' object has no attribute 'showSelector'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.i18n/plone/app/i18n/locales/browser/selector.py", line 50, in plone.app.i18n.locales.browser.selector.LanguageSelector
Failed example:
    ls.available()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.i18n.locales.browser.selector.LanguageSelector[10]>", line 1, in ?
        ls.available()
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.i18n/plone/app/i18n/locales/browser/selector.py", line 104, in available
        selector = self.tool.showSelector()
    AttributeError: 'Tool' object has no attribute 'showSelector'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.i18n/plone/app/i18n/locales/browser/selector.py", line 86, in plone.app.i18n.locales.browser.selector.LanguageSelector
Failed example:
    ls.portal_url
Expected:
    'absolute url'
Got:
    <bound method LanguageSelector.portal_url of <plone.app.i18n.locales.browser.selector.LanguageSelector object at 0x43a7394c>>

  Ran 361 tests with 1 failures and 0 errors in 6.115 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1274 tests, 8 failures, 12 errors in 5 minutes 31.492 seconds.

FAILED (failures=8, errors=12) 




More information about the Testbot mailing list