[Testbot] FAILED (failures=33, errors=16) : Plone-3.2 Zope-2.11 Python-2.4.5

plone.* Tests plone-tests at epy.co.at
Sat Dec 6 05:03:56 UTC 2008


plone.* Tests : FAILED (failures=33, errors=16)
Plone-3.2 Zope-2.11 Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package plone --module !plone.recipe
/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.protect/plone/protect/tests/testAuthenticator.py:11: DeprecationWarning: AuthenticateForm: Please use the plone.protect.protect decorator
  from plone.protect.authenticator import AuthenticateForm
Running unit tests:
  Ran 372 tests with 0 failures and 0 errors in 6.095 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.096 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 7.758 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.201 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 8.705 seconds.


Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.content/plone/app/content/browser/tests/foldercontents.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.content/plone/app/content/browser/tests/test_doctests.py", line 20, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 8, in simplepublish.txt
Failed example:
    browser = Browser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[2]>", line 1, in ?
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 9, in simplepublish.txt
Failed example:
    browser.addHeader('Authorization',
                      'Basic %s:%s' % ('portal_owner', user_password))
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[3]>", line 1, in ?
        browser.addHeader('Authorization',
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 15, in simplepublish.txt
Failed example:
    browser.open(self.portal.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[4]>", line 1, in ?
        browser.open(self.portal.absolute_url())
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 16, in simplepublish.txt
Failed example:
    browser.getLink('Site Setup').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[5]>", line 1, in ?
        browser.getLink('Site Setup').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 17, in simplepublish.txt
Failed example:
    browser.getLink('Content Rules').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[6]>", line 1, in ?
        browser.getLink('Content Rules').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 18, in simplepublish.txt
Failed example:
    browser.getControl('Add content rule').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[7]>", line 1, in ?
        browser.getControl('Add content rule').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 19, in simplepublish.txt
Failed example:
    browser.getControl('Title').value = 'Move Published News'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[8]>", line 1, in ?
        browser.getControl('Title').value = 'Move Published News'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 20, in simplepublish.txt
Failed example:
    ctrl = browser.getControl('Triggering event')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[9]>", line 1, in ?
        ctrl = browser.getControl('Triggering event')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 21, in simplepublish.txt
Failed example:
    ctrl.value = ['Workflow state changed']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[10]>", line 1, in ?
        ctrl.value = ['Workflow state changed']
    NameError: name 'ctrl' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 22, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[11]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 28, in simplepublish.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[12]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 30, in simplepublish.txt
Failed example:
    browser.getLink('Move Published News (Workflow state changed)').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[13]>", line 1, in ?
        browser.getLink('Move Published News (Workflow state changed)').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 31, in simplepublish.txt
Failed example:
    browser.getControl('Add condition').value = [
        'plone.conditions.PortalType']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[14]>", line 1, in ?
        browser.getControl('Add condition').value = [
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 33, in simplepublish.txt
Failed example:
    browser.getControl('Add', index=1).click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[15]>", line 1, in ?
        browser.getControl('Add', index=1).click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 34, in simplepublish.txt
Failed example:
    browser.getControl('Content type').value = ['News Item']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[16]>", line 1, in ?
        browser.getControl('Content type').value = ['News Item']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 35, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[17]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 37, in simplepublish.txt
Failed example:
    browser.getControl('Add condition').value = [
        'plone.conditions.WorkflowState']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[18]>", line 1, in ?
        browser.getControl('Add condition').value = [
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 39, in simplepublish.txt
Failed example:
    browser.getControl('Add', index=1).click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[19]>", line 1, in ?
        browser.getControl('Add', index=1).click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 40, in simplepublish.txt
Failed example:
    browser.getControl('Workflow state').value = ['published']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[20]>", line 1, in ?
        browser.getControl('Workflow state').value = ['published']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 41, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[21]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 46, in simplepublish.txt
Failed example:
    browser.getControl('Add action').value = ['plone.actions.Move']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[22]>", line 1, in ?
        browser.getControl('Add action').value = ['plone.actions.Move']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 47, in simplepublish.txt
Failed example:
    browser.getControl('Add', index=3).click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[23]>", line 1, in ?
        browser.getControl('Add', index=3).click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 48, in simplepublish.txt
Failed example:
    ctrl = browser.getControl(name='form.target_folder.query') # XXX fix label
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[24]>", line 1, in ?
        ctrl = browser.getControl(name='form.target_folder.query') # XXX fix label
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 49, in simplepublish.txt
Failed example:
    ctrl.value = '/news'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[25]>", line 1, in ?
        ctrl.value = '/news'
    NameError: name 'ctrl' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 50, in simplepublish.txt
Failed example:
    browser.getControl('Search', index=2).click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[26]>", line 1, in ?
        browser.getControl('Search', index=2).click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 51, in simplepublish.txt
Failed example:
    ctrl = browser.getControl(name='form.target_folder') # XXX fix label
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[27]>", line 1, in ?
        ctrl = browser.getControl(name='form.target_folder') # XXX fix label
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 52, in simplepublish.txt
Failed example:
    ctrl.value = ['/news']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[28]>", line 1, in ?
        ctrl.value = ['/news']
    NameError: name 'ctrl' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 53, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[29]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 58, in simplepublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[30]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 59, in simplepublish.txt
Failed example:
    browser.getLink('Rules').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[31]>", line 1, in ?
        browser.getLink('Rules').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 60, in simplepublish.txt
Failed example:
    browser.getControl(name='rule_id').displayOptions
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[32]>", line 1, in ?
        browser.getControl(name='rule_id').displayOptions
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 62, in simplepublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[33]>", line 1, in ?
        browser.getControl('Add').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 66, in simplepublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[34]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 67, in simplepublish.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[35]>", line 1, in ?
        browser.getLink('Add new').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 68, in simplepublish.txt
Failed example:
    browser.getControl('News Item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[36]>", line 1, in ?
        browser.getControl('News Item').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 69, in simplepublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[37]>", line 1, in ?
        browser.getControl('Add').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 70, in simplepublish.txt
Failed example:
    browser.getControl('Title').value = 'My news item'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[38]>", line 1, in ?
        browser.getControl('Title').value = 'My news item'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 71, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[39]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 72, in simplepublish.txt
Failed example:
    'Changes saved' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[40]>", line 1, in ?
        'Changes saved' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 74, in simplepublish.txt
Failed example:
    browser.getLink('State:').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[41]>", line 1, in ?
        browser.getLink('State:').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 75, in simplepublish.txt
Failed example:
    ctrl = browser.getControl(name='workflow_action') # XXX fix label
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[42]>", line 1, in ?
        ctrl = browser.getControl(name='workflow_action') # XXX fix label
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 76, in simplepublish.txt
Failed example:
    ctrl.value = ['publish']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[43]>", line 1, in ?
        ctrl.value = ['publish']
    NameError: name 'ctrl' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 77, in simplepublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[44]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/simplepublish.txt", line 81, in simplepublish.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest simplepublish.txt[45]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 10, in multipublish.txt
Failed example:
    browser = Browser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[2]>", line 1, in ?
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 11, in multipublish.txt
Failed example:
    browser.addHeader('Authorization',
                      'Basic %s:%s' % ('portal_owner', user_password))
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[3]>", line 1, in ?
        browser.addHeader('Authorization',
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 17, in multipublish.txt
Failed example:
    browser.open(self.portal.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[4]>", line 1, in ?
        browser.open(self.portal.absolute_url())
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 18, in multipublish.txt
Failed example:
    browser.getLink('Site Setup').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[5]>", line 1, in ?
        browser.getLink('Site Setup').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 19, in multipublish.txt
Failed example:
    browser.getLink('Content Rules').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[6]>", line 1, in ?
        browser.getLink('Content Rules').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 20, in multipublish.txt
Failed example:
    browser.getControl('Add content rule').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[7]>", line 1, in ?
        browser.getControl('Add content rule').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 21, in multipublish.txt
Failed example:
    browser.getControl('Title').value = 'Move Published News'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[8]>", line 1, in ?
        browser.getControl('Title').value = 'Move Published News'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 22, in multipublish.txt
Failed example:
    ctrl = browser.getControl('Triggering event')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[9]>", line 1, in ?
        ctrl = browser.getControl('Triggering event')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 23, in multipublish.txt
Failed example:
    ctrl.value = ['Workflow state changed']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[10]>", line 1, in ?
        ctrl.value = ['Workflow state changed']
    NameError: name 'ctrl' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 24, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[11]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 30, in multipublish.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[12]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 32, in multipublish.txt
Failed example:
    browser.getLink('Move Published News (Workflow state changed)').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[13]>", line 1, in ?
        browser.getLink('Move Published News (Workflow state changed)').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 33, in multipublish.txt
Failed example:
    browser.getControl('Add condition').value = [
        'plone.conditions.PortalType']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[14]>", line 1, in ?
        browser.getControl('Add condition').value = [
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 35, in multipublish.txt
Failed example:
    browser.getControl('Add', index=1).click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[15]>", line 1, in ?
        browser.getControl('Add', index=1).click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 36, in multipublish.txt
Failed example:
    browser.getControl('Content type').value = ['News Item']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[16]>", line 1, in ?
        browser.getControl('Content type').value = ['News Item']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 37, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[17]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 39, in multipublish.txt
Failed example:
    browser.getControl('Add condition').value = [
        'plone.conditions.WorkflowState']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[18]>", line 1, in ?
        browser.getControl('Add condition').value = [
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 41, in multipublish.txt
Failed example:
    browser.getControl('Add', index=1).click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[19]>", line 1, in ?
        browser.getControl('Add', index=1).click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 42, in multipublish.txt
Failed example:
    browser.getControl('Workflow state').value = ['published']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[20]>", line 1, in ?
        browser.getControl('Workflow state').value = ['published']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 43, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[21]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 48, in multipublish.txt
Failed example:
    browser.getControl('Add action').value = ['plone.actions.Move']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[22]>", line 1, in ?
        browser.getControl('Add action').value = ['plone.actions.Move']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 49, in multipublish.txt
Failed example:
    browser.getControl('Add', index=3).click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[23]>", line 1, in ?
        browser.getControl('Add', index=3).click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 50, in multipublish.txt
Failed example:
    ctrl = browser.getControl(name='form.target_folder.query') # XXX fix label
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[24]>", line 1, in ?
        ctrl = browser.getControl(name='form.target_folder.query') # XXX fix label
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 51, in multipublish.txt
Failed example:
    ctrl.value = '/news'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[25]>", line 1, in ?
        ctrl.value = '/news'
    NameError: name 'ctrl' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 52, in multipublish.txt
Failed example:
    browser.getControl('Search', index=2).click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[26]>", line 1, in ?
        browser.getControl('Search', index=2).click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 53, in multipublish.txt
Failed example:
    ctrl = browser.getControl(name='form.target_folder') # XXX fix label
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[27]>", line 1, in ?
        ctrl = browser.getControl(name='form.target_folder') # XXX fix label
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 54, in multipublish.txt
Failed example:
    ctrl.value = ['/news']
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[28]>", line 1, in ?
        ctrl.value = ['/news']
    NameError: name 'ctrl' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 55, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[29]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 60, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[30]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 61, in multipublish.txt
Failed example:
    browser.getLink('Rules').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[31]>", line 1, in ?
        browser.getLink('Rules').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 62, in multipublish.txt
Failed example:
    browser.getControl(name='rule_id').displayOptions
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[32]>", line 1, in ?
        browser.getControl(name='rule_id').displayOptions
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 64, in multipublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[33]>", line 1, in ?
        browser.getControl('Add').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 68, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[34]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 69, in multipublish.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[35]>", line 1, in ?
        browser.getLink('Add new').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 70, in multipublish.txt
Failed example:
    browser.getControl('News Item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[36]>", line 1, in ?
        browser.getControl('News Item').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 71, in multipublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[37]>", line 1, in ?
        browser.getControl('Add').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 72, in multipublish.txt
Failed example:
    browser.getControl('Title').value = 'My news item'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[38]>", line 1, in ?
        browser.getControl('Title').value = 'My news item'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 73, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[39]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 74, in multipublish.txt
Failed example:
    'Changes saved' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[40]>", line 1, in ?
        'Changes saved' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 77, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[41]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 78, in multipublish.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[42]>", line 1, in ?
        browser.getLink('Add new').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 79, in multipublish.txt
Failed example:
    browser.getControl('News Item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[43]>", line 1, in ?
        browser.getControl('News Item').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 80, in multipublish.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[44]>", line 1, in ?
        browser.getControl('Add').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 81, in multipublish.txt
Failed example:
    browser.getControl('Title').value = 'Second news item'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[45]>", line 1, in ?
        browser.getControl('Title').value = 'Second news item'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 82, in multipublish.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[46]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 83, in multipublish.txt
Failed example:
    'Changes saved' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[47]>", line 1, in ?
        'Changes saved' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 88, in multipublish.txt
Failed example:
    browser.getLink('Home').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[48]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 89, in multipublish.txt
Failed example:
    browser.getLink('Contents').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[49]>", line 1, in ?
        browser.getLink('Contents').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 90, in multipublish.txt
Failed example:
    browser.getControl('My news item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[50]>", line 1, in ?
        browser.getControl('My news item').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 91, in multipublish.txt
Failed example:
    browser.getControl('Second news item').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[51]>", line 1, in ?
        browser.getControl('Second news item').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 92, in multipublish.txt
Failed example:
    browser.getControl('Change State').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[52]>", line 1, in ?
        browser.getControl('Change State').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 94, in multipublish.txt
Failed example:
    'My news item' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[53]>", line 1, in ?
        'My news item' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 96, in multipublish.txt
Failed example:
    'Second news item' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[54]>", line 1, in ?
        'Second news item' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 99, in multipublish.txt
Failed example:
    browser.getControl('Publish').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[55]>", line 1, in ?
        browser.getControl('Publish').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 107, in multipublish.txt
Failed example:
    browser.open(self.portal.absolute_url() + '/news/folder_listing')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[57]>", line 1, in ?
        browser.open(self.portal.absolute_url() + '/news/folder_listing')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 108, in multipublish.txt
Failed example:
    'My news item' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[58]>", line 1, in ?
        'My news item' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.contentrules/plone/app/contentrules/tests/multipublish.txt", line 110, in multipublish.txt
Failed example:
    'Second news item' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[59]>", line 1, in ?
        'Second news item' in browser.contents
    NameError: name 'browser' is not defined



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/calendar.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/maintenance.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/search.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/skins.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/markup.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/types.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.controlpanel/plone/app/controlpanel/tests/cptc.py", line 18, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 10, in browser.txt
Failed example:
    browser = Browser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[3]>", line 1, in ?
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 11, in browser.txt
Failed example:
    browser.handleErrors = False
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[4]>", line 1, in ?
        browser.handleErrors = False
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 12, in browser.txt
Failed example:
    browser.addHeader('Authorization',
                      'Basic %s:%s' % ('portal_owner', user_password))
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[5]>", line 1, in ?
        browser.addHeader('Authorization',
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 20, in browser.txt
Failed example:
    browser.open(self.portal.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[6]>", line 1, in ?
        browser.open(self.portal.absolute_url())
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 21, in browser.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[7]>", line 1, in ?
        browser.getLink('Add new').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 22, in browser.txt
Failed example:
    'Add new item' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[8]>", line 1, in ?
        'Add new item' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 24, in browser.txt
Failed example:
    browser.getControl('Page').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[9]>", line 1, in ?
        browser.getControl('Page').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[10]>", line 1, in ?
        browser.getControl('Add').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[11]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[12]>", line 1, in ?
        browser.getControl('Body Text').value = 'Hello, World!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 29, in browser.txt
Failed example:
    'Changes saved.' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[14]>", line 1, in ?
        'Changes saved.' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 39, in browser.txt
Failed example:
    'This is a working copy' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[16]>", line 1, in ?
        'This is a working copy' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[17]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[20]>", line 1, in ?
        browser.open('http://nohost/plone/copy_of_hello-world/edit')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[21]>", line 1, in ?
        browser.getControl('Title').value = 'Hello, World! version 2.0'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[24]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[25]>", line 1, in ?
        browser.open(browser.url + '/@@content-checkin')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[28]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 90, in browser.txt
Failed example:
    browser = Browser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[37]>", line 1, in ?
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 91, in browser.txt
Failed example:
    browser.addHeader('Authorization', 'Basic editor:secret')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[38]>", line 1, in ?
        browser.addHeader('Authorization', 'Basic editor:secret')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 95, in browser.txt
Failed example:
    "Check-out created" in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[41]>", line 1, in ?
        "Check-out created" in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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")
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 104, in browser.txt
Failed example:
    browser.getLink("Check in")
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    - LinkNotFoundError
    +   File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
    +     compileflags, 1) in test.globs
    +   File "<doctest browser.txt[43]>", line 1, in ?
    +     browser.getLink("Check in")
    + NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/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-zope211/lib/python/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()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 119, in browser.txt
Failed example:
    "Checked in" in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[51]>", line 1, in ?
        "Checked in" in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 128, in browser.txt
Failed example:
    browser.getLink("Cancel check-out")
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    - LinkNotFoundError
    +   File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
    +     compileflags, 1) in test.globs
    +   File "<doctest browser.txt[52]>", line 1, in ?
    +     browser.getLink("Cancel check-out")
    + NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.iterate/plone/app/iterate/tests/browser.txt", line 139, in browser.txt
Failed example:
    browser.open(portal.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[55]>", line 1, in ?
        browser.open(portal.absolute_url())
    NameError: name 'browser' is not defined



Error in test test_menu_presence (plone.app.kss.tests.test_kss_attributes.TestContentMenu)
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-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 22, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test test_tab_ids (plone.app.kss.tests.test_kss_attributes.TestContentsTabs)
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-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 22, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test test_ul_id (plone.app.kss.tests.test_kss_attributes.TestContentsTabs)
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-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 22, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test test_logged (plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing)
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-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 22, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test test_notLogged (plone.app.kss.tests.test_kss_attributes.TestForKSSInlineEditing)
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-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 22, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



Error in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.layout/plone/app/layout/sitemap/tests/sitemap.txt
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 2283, in setUp
    self._dt_setUp(test)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/zopedoctest/functional.py", line 246, in setUp
    test_instance.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.layout/plone/app/layout/sitemap/tests/test_doctests.py", line 24, in afterSetUp
    self.browser = Browser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
    mech_browser = PublisherMechanizeBrowser()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
    self.handler_classes[name] = mechanize.Browser.handler_classes[name]
KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.redirector/plone/app/redirector/tests/browser.txt", line 15, in browser.txt
Failed example:
    browser = self.getBrowser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[5]>", line 1, in ?
        browser = self.getBrowser()
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.redirector/plone/app/redirector/tests/base.py", line 12, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.workflow/plone/app/workflow/tests/onestateworkflow.txt", line 10, in onestateworkflow.txt
Failed example:
    browser = Browser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest onestateworkflow.txt[2]>", line 1, in ?
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.workflow/plone/app/workflow/tests/sharingpage.txt", line 11, in sharingpage.txt
Failed example:
    browser = Browser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest sharingpage.txt[2]>", line 1, in ?
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'

  Ran 767 tests with 6 failures and 16 errors in 1 minutes 54.388 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.783 seconds.
  Ran 6 tests with 0 failures and 0 errors in 1.855 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.004 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt", line 25, in testBrowserLayers.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testBrowserLayers.txt[10]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.customerize/plone/app/customerize/tests/testDocTests.py", line 32, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.customerize/plone/app/customerize/docs/testCustomizeView.txt", line 5, in testCustomizeView.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testCustomizeView.txt[1]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.customerize/plone/app/customerize/tests/testDocTests.py", line 32, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'

  Ran 27 tests with 2 failures and 0 errors in 1.154 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Tear down plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.009 seconds.
  Ran 13 tests with 0 failures and 0 errors in 3.776 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 6.160 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferencesWithHelper.txt", line 19, in testCircularReferencesWithHelper.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferencesWithHelper.txt[8]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferalToPrivateFiles.txt", line 32, in testReferalToPrivateFiles.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferalToPrivateFiles.txt[15]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceUpdate.txt", line 20, in testReferenceUpdate.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferenceUpdate.txt[7]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalsWithYesToAll.txt", line 18, in testRemovalsWithYesToAll.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalsWithYesToAll.txt[7]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRenamingReferencedItem.txt", line 10, in testRenamingReferencedItem.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRenamingReferencedItem.txt[3]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInSubfolder.txt", line 15, in testRemovalInSubfolder.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInSubfolder.txt[4]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalOfReferenceChain.txt", line 20, in testRemovalOfReferenceChain.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalOfReferenceChain.txt[7]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemoval.txt", line 20, in testMultipleFilesRemoval.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleFilesRemoval.txt[7]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCircularReferences.txt", line 27, in testCircularReferences.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testCircularReferences.txt[10]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileRemoval.txt", line 23, in testFileRemoval.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileRemoval.txt[7]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testOnOffSwitch.txt", line 12, in testOnOffSwitch.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testOnOffSwitch.txt[3]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testReferenceInRestructuredText.txt", line 15, in testReferenceInRestructuredText.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testReferenceInRestructuredText.txt[3]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testIntegrityBreachesBug.txt", line 49, in testIntegrityBreachesBug.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testIntegrityBreachesBug.txt[10]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalTriggersConfirmation.txt", line 14, in testRemovalTriggersConfirmation.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalTriggersConfirmation.txt[5]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalWithCookieAuth.txt", line 7, in testRemovalWithCookieAuth.txt
Failed example:
    browser = self.getBrowser(loggedIn=False)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalWithCookieAuth.txt[2]>", line 1, in ?
        browser = self.getBrowser(loggedIn=False)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalInReferenceChain.txt", line 20, in testRemovalInReferenceChain.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalInReferenceChain.txt[7]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testInterReferences.txt", line 22, in testInterReferences.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testInterReferences.txt[9]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleReferences.txt", line 15, in testMultipleReferences.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleReferences.txt[4]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testRemovalViaZMI.txt", line 13, in testRemovalViaZMI.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testRemovalViaZMI.txt[3]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testMultipleFilesRemovalWithHelper.txt", line 18, in testMultipleFilesRemovalWithHelper.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testMultipleFilesRemovalWithHelper.txt[6]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testConfirmationPageIntegration.txt", line 9, in testConfirmationPageIntegration.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testConfirmationPageIntegration.txt[1]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testCancelDuringMultiRemoval.txt", line 22, in testCancelDuringMultiRemoval.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testCancelDuringMultiRemoval.txt[7]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/docs/testFileWithSpacesRemoval.txt", line 34, in testFileWithSpacesRemoval.txt
Failed example:
    browser = self.getBrowser(loggedIn=True)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest testFileWithSpacesRemoval.txt[11]>", line 1, in ?
        browser = self.getBrowser(loggedIn=True)
      File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.app.linkintegrity/plone/app/linkintegrity/tests/testDocTests.py", line 40, in getBrowser
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'

  Ran 115 tests with 23 failures and 0 errors in 12.560 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.202 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'description' field in <string>
  warnings.warn(
/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/fields.py:417: UserWarning: You did not specify an i18n translation domain for the 'title' field in <string>
  warnings.warn(
 in 0.027 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.065 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up plone.app.portlets.tests.test_configuration.TestPortletGSLayer in 1.841 seconds.
  Ran 11 tests with 0 failures and 0 errors in 5.243 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.638 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.011 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.120 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.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.327 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 9.200 seconds.
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.015 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.browserlayer/plone/browserlayer/README.txt
Failed doctest test for README.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.browserlayer/plone/browserlayer/README.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.browserlayer/plone/browserlayer/README.txt", line 63, in README.txt
Failed example:
    browser = Browser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[4]>", line 1, in ?
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'

  Ran 9 tests with 1 failures and 0 errors in 1.242 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.040 seconds.


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.theme/plone/theme/README.txt
Failed doctest test for README.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.theme/plone/theme/README.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/plone.theme/plone/theme/README.txt", line 66, in README.txt
Failed example:
    browser = Browser()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[8]>", line 1, in ?
        browser = Browser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 108, in __init__
        mech_browser = PublisherMechanizeBrowser()
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Five/testbrowser.py", line 99, in __init__
        self.handler_classes[name] = mechanize.Browser.handler_classes[name]
    KeyError: '_seek'

  Ran 5 tests with 1 failures and 0 errors in 0.073 seconds.
Tearing down left over layers:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.589 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.011 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 1382 tests, 33 failures, 16 errors in 3 minutes 13.139 seconds.

FAILED (failures=33, errors=16)




More information about the Testbot mailing list