[Testbot] FAILED (failures=5) : Plone-3.2 Zope-2.11 Python-2.4.5

CMFPlone Tests plone-tests at epy.co.at
Mon Dec 8 04:46:21 UTC 2008


CMFPlone Tests : FAILED (failures=5)
Plone-3.2 Zope-2.11 Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package Products.CMFPlone
Running unit tests:
  Ran 40 tests with 0 failures and 0 errors in 0.106 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.568 seconds.
  Ran 138 tests with 0 failures and 0 errors in 1.577 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML/home/stefan/autotest/temp/python24-zope211/lib/python/zope/configuration/xmlconfig.py:331: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
 in 7.286 seconds.
  Ran 12 tests with 0 failures and 0 errors in 0.040 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.PluggableAuthService.PluggableAuthService.PluggableAuthService.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.PluggableAuthService.plugins.ZODBRoleManager.ZODBRoleManager.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Products.PlonePAS/Products/PlonePAS/setuphandlers.py:39: DeprecationWarning: portal_groups.getGroupIds is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  existing = gtool.listGroupIds()
 in 10.722 seconds.
/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.PluggableAuthService.PluggableAuthService.PluggableAuthService.manage_beforeDelete is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Products.PlonePAS/Products/PlonePAS/tools/groupdata.py:249: DeprecationWarning: portal_groups.getGroupMembers is deprecated and will be removed in Plone 4.0. Use PAS to get a group and check its members instead.
  for u_name in gtool.getGroupMembers(self.getId()):
/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/MembershipTool.py:211: DeprecationWarning: getUserIds is deprecated. Use the PAS methods instead
  return self.__getPUS().getUserIds()
/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/migrations/migration_util.py:90: DeprecationWarning: setupCurrentSkin should be called with 'REQUEST' as argument. The BBB code will be removed in CMF 2.3.
  portal.setupCurrentSkin()


Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt
Failed doctest test for csrf.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 20, in csrf.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 csrf.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/Products/CMFPlone/tests/csrf.txt", line 21, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/@@authenticator')
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 csrf.txt[3]>", line 1, in ?
        browser.open('http://nohost/plone/@@authenticator')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 22, in csrf.txt
Failed example:
    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 csrf.txt[4]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 42, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/login_form')
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 csrf.txt[7]>", line 1, in ?
        browser.open('http://nohost/plone/login_form')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 43, in csrf.txt
Failed example:
    browser.getControl(name='__ac_name').value = ptc.default_user
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 csrf.txt[8]>", line 1, in ?
        browser.getControl(name='__ac_name').value = ptc.default_user
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 44, in csrf.txt
Failed example:
    browser.getControl(name='__ac_password').value = ptc.default_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 csrf.txt[9]>", line 1, in ?
        browser.getControl(name='__ac_password').value = ptc.default_password
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 45, in csrf.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[10]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 46, in csrf.txt
Failed example:
    browser.getLink('Site Setup')
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 csrf.txt[11]>", line 1, in ?
        browser.getLink('Site Setup')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 80, in csrf.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 csrf.txt[17]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 81, in csrf.txt
Failed example:
    browser.getLink('some important news!').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 csrf.txt[18]>", line 1, in ?
        browser.getLink('some important news!').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 82, in csrf.txt
Failed example:
    browser.getControl('Click me!').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[19]>", line 1, in ?
        browser.getControl('Click me!').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 91, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/join_form')
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 csrf.txt[21]>", line 1, in ?
        browser.open('http://nohost/plone/join_form')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 92, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator')
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 csrf.txt[22]>", line 1, in ?
        browser.getControl(name='_authenticator')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 95, in csrf.txt
Failed example:
    browser.getControl('Full Name').value = 'John Doe'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[23]>", line 1, in ?
        browser.getControl('Full Name').value = 'John Doe'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 96, in csrf.txt
Failed example:
    browser.getControl('User Name').value = 'john'
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 csrf.txt[24]>", line 1, in ?
        browser.getControl('User Name').value = 'john'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 97, in csrf.txt
Failed example:
    browser.getControl('E-mail').value = 'john at foo-security.com'
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 csrf.txt[25]>", line 1, in ?
        browser.getControl('E-mail').value = 'john at foo-security.com'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 98, in csrf.txt
Failed example:
    browser.getControl('Password').value = 'y0d4Wg'
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 csrf.txt[26]>", line 1, in ?
        browser.getControl('Password').value = 'y0d4Wg'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 99, in csrf.txt
Failed example:
    browser.getControl('Confirm password').value = 'y0d4Wg'
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 csrf.txt[27]>", line 1, in ?
        browser.getControl('Confirm password').value = 'y0d4Wg'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 100, in csrf.txt
Failed example:
    browser.getControl('Register').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 csrf.txt[28]>", line 1, in ?
        browser.getControl('Register').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 101, in csrf.txt
Failed example:
    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 csrf.txt[29]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 103, in csrf.txt
Failed example:
    self.failUnless(portal.acl_users.getUser('john'), 'user not found?')
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 csrf.txt[30]>", line 1, in ?
        self.failUnless(portal.acl_users.getUser('john'), 'user not found?')
      File "/usr/local/python2.4/lib/python2.4/unittest.py", line 309, in failUnless
        if not expr: raise self.failureException, msg
    AssertionError: user not found?
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 114, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/personalize_form')
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 csrf.txt[31]>", line 1, in ?
        browser.open('http://nohost/plone/personalize_form')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 115, in csrf.txt
Failed example:
    browser.getControl('Full Name').value = 'John Doe'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[32]>", line 1, in ?
        browser.getControl('Full Name').value = 'John Doe'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 116, in csrf.txt
Failed example:
    browser.getControl('E-mail').value = 'john at foo-security.com'
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 csrf.txt[33]>", line 1, in ?
        browser.getControl('E-mail').value = 'john at foo-security.com'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 117, in csrf.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 csrf.txt[34]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 118, in csrf.txt
Failed example:
    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 csrf.txt[35]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 125, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[36]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 126, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[37]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 127, in csrf.txt
Failed example:
    browser.getControl('Full Name').value = 'John Doe'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[38]>", line 1, in ?
        browser.getControl('Full Name').value = 'John Doe'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 128, in csrf.txt
Failed example:
    browser.getControl('E-mail').value = 'john at foo-security.com'
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 csrf.txt[39]>", line 1, in ?
        browser.getControl('E-mail').value = 'john at foo-security.com'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 129, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[40]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 137, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/password_form')
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 csrf.txt[41]>", line 1, in ?
        browser.open('http://nohost/plone/password_form')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 138, in csrf.txt
Failed example:
    browser.getControl('Current password').value = ptc.default_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 csrf.txt[42]>", line 1, in ?
        browser.getControl('Current password').value = ptc.default_password
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 139, in csrf.txt
Failed example:
    browser.getControl('New password').value = 'y0d4Wg'
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 csrf.txt[43]>", line 1, in ?
        browser.getControl('New password').value = 'y0d4Wg'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 140, in csrf.txt
Failed example:
    browser.getControl('Confirm password').value = 'y0d4Wg'
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 csrf.txt[44]>", line 1, in ?
        browser.getControl('Confirm password').value = 'y0d4Wg'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 141, in csrf.txt
Failed example:
    browser.getControl('Change Password').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 csrf.txt[45]>", line 1, in ?
        browser.getControl('Change Password').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 142, in csrf.txt
Failed example:
    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 csrf.txt[46]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 145, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[47]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 146, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[48]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 147, in csrf.txt
Failed example:
    browser.getControl('Current password').value = 'y0d4Wg'
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 csrf.txt[49]>", line 1, in ?
        browser.getControl('Current password').value = 'y0d4Wg'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 148, in csrf.txt
Failed example:
    browser.getControl('New password').value = 'y0d4Wg!'
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 csrf.txt[50]>", line 1, in ?
        browser.getControl('New password').value = 'y0d4Wg!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 149, in csrf.txt
Failed example:
    browser.getControl('Confirm password').value = 'y0d4Wg!'
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 csrf.txt[51]>", line 1, in ?
        browser.getControl('Confirm password').value = 'y0d4Wg!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 150, in csrf.txt
Failed example:
    browser.getControl('Change Password').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[52]>", line 1, in ?
        browser.getControl('Change Password').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 158, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/prefs_user_details?userid=%s' % ptc.default_user)
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 csrf.txt[54]>", line 1, in ?
        browser.open('http://nohost/plone/prefs_user_details?userid=%s' % ptc.default_user)
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 159, in csrf.txt
Failed example:
    browser.getControl('Full Name').value = 'John Doe'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[55]>", line 1, in ?
        browser.getControl('Full Name').value = 'John Doe'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 160, in csrf.txt
Failed example:
    browser.getControl('E-mail').value = 'john at foo-security.com'
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 csrf.txt[56]>", line 1, in ?
        browser.getControl('E-mail').value = 'john at foo-security.com'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 161, in csrf.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 csrf.txt[57]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 162, in csrf.txt
Failed example:
    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 csrf.txt[58]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 165, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[59]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 166, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[60]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 167, in csrf.txt
Failed example:
    browser.getControl('Full Name').value = 'John Doe'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[61]>", line 1, in ?
        browser.getControl('Full Name').value = 'John Doe'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 168, in csrf.txt
Failed example:
    browser.getControl('E-mail').value = 'john.doe at foo-security.net'
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 csrf.txt[62]>", line 1, in ?
        browser.getControl('E-mail').value = 'john.doe at foo-security.net'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 169, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[63]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 182, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/plone_control_panel')
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 csrf.txt[64]>", line 1, in ?
        browser.open('http://nohost/plone/plone_control_panel')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 183, in csrf.txt
Failed example:
    browser.getLink('Security').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 csrf.txt[65]>", line 1, in ?
        browser.getLink('Security').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 184, in csrf.txt
Failed example:
    browser.getControl('Let users select their own passwords').selected = 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 csrf.txt[66]>", line 1, in ?
        browser.getControl('Let users select their own passwords').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 185, in csrf.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 csrf.txt[67]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 187, in csrf.txt
Failed example:
    browser.getLink('Users and Groups').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 csrf.txt[68]>", line 1, in ?
        browser.getLink('Users and Groups').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 188, in csrf.txt
Failed example:
    browser.getControl('Add New User').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 csrf.txt[69]>", line 1, in ?
        browser.getControl('Add New User').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 189, in csrf.txt
Failed example:
    browser.getControl('User Name').value = 'johnny'
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 csrf.txt[70]>", line 1, in ?
        browser.getControl('User Name').value = 'johnny'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 190, in csrf.txt
Failed example:
    browser.getControl('E-mail').value = 'john at foo-security.com'
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 csrf.txt[71]>", line 1, in ?
        browser.getControl('E-mail').value = 'john at foo-security.com'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 191, in csrf.txt
Failed example:
    browser.getControl('Password').value = 'y0d4Wg!'
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 csrf.txt[72]>", line 1, in ?
        browser.getControl('Password').value = 'y0d4Wg!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 192, in csrf.txt
Failed example:
    browser.getControl('Confirm password').value = 'y0d4Wg!'
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 csrf.txt[73]>", line 1, in ?
        browser.getControl('Confirm password').value = 'y0d4Wg!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 193, in csrf.txt
Failed example:
    browser.getControl('Register').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 csrf.txt[74]>", line 1, in ?
        browser.getControl('Register').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 194, in csrf.txt
Failed example:
    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 csrf.txt[75]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 197, in csrf.txt
Failed example:
    browser.getLink('Users and Groups').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 csrf.txt[76]>", line 1, in ?
        browser.getLink('Users and Groups').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 198, in csrf.txt
Failed example:
    browser.getControl('Show all').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 csrf.txt[77]>", line 1, in ?
        browser.getControl('Show all').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 199, in csrf.txt
Failed example:
    browser.getControl(name='users.roles:list:records').value = ['Manager'] * 3
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 csrf.txt[78]>", line 1, in ?
        browser.getControl(name='users.roles:list:records').value = ['Manager'] * 3
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 200, in csrf.txt
Failed example:
    browser.getControl('Apply Changes').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 csrf.txt[79]>", line 1, in ?
        browser.getControl('Apply Changes').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 201, in csrf.txt
Failed example:
    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 csrf.txt[80]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 204, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[81]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 205, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[82]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 206, in csrf.txt
Failed example:
    browser.getControl(name='users.roles:list:records').value = ['Manager'] * 3
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 csrf.txt[83]>", line 1, in ?
        browser.getControl(name='users.roles:list:records').value = ['Manager'] * 3
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 207, in csrf.txt
Failed example:
    browser.getControl('Apply Changes').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[84]>", line 1, in ?
        browser.getControl('Apply Changes').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 214, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/plone_control_panel')
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 csrf.txt[85]>", line 1, in ?
        browser.open('http://nohost/plone/plone_control_panel')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 215, in csrf.txt
Failed example:
    browser.getLink('Users and Groups').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 csrf.txt[86]>", line 1, in ?
        browser.getLink('Users and Groups').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 216, in csrf.txt
Failed example:
    browser.getControl('Show all').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 csrf.txt[87]>", line 1, in ?
        browser.getControl('Show all').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 217, in csrf.txt
Failed example:
    browser.getLink('johnny').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 csrf.txt[88]>", line 1, in ?
        browser.getLink('johnny').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 218, in csrf.txt
Failed example:
    browser.getLink('Group Memberships').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 csrf.txt[89]>", line 1, in ?
        browser.getLink('Group Memberships').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 219, in csrf.txt
Failed example:
    browser.getControl(name='searchstring').value = 'Admin'
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 csrf.txt[90]>", line 1, in ?
        browser.getControl(name='searchstring').value = 'Admin'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 220, in csrf.txt
Failed example:
    browser.getForm(name='groups').getControl('Search').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 csrf.txt[91]>", line 1, in ?
        browser.getForm(name='groups').getControl('Search').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 221, in csrf.txt
Failed example:
    browser.getControl(name='add:list').value = ['Administrators']
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 csrf.txt[92]>", line 1, in ?
        browser.getControl(name='add:list').value = ['Administrators']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 222, in csrf.txt
Failed example:
    browser.getControl('Add user to selected groups').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 csrf.txt[93]>", line 1, in ?
        browser.getControl('Add user to selected groups').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 223, in csrf.txt
Failed example:
    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 csrf.txt[94]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 229, in csrf.txt
Failed example:
    browser.getControl(name='searchstring').value = 'Review'
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 csrf.txt[95]>", line 1, in ?
        browser.getControl(name='searchstring').value = 'Review'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 230, in csrf.txt
Failed example:
    browser.getForm(name='groups').getControl('Search').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 csrf.txt[96]>", line 1, in ?
        browser.getForm(name='groups').getControl('Search').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 231, in csrf.txt
Failed example:
    browser.getControl(name='add:list').value = ['Reviewers']
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 csrf.txt[97]>", line 1, in ?
        browser.getControl(name='add:list').value = ['Reviewers']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 232, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator', index=0).value = 'invalid!'
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 csrf.txt[98]>", line 1, in ?
        browser.getControl(name='_authenticator', index=0).value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 233, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator', index=1).value = 'invalid!'
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 csrf.txt[99]>", line 1, in ?
        browser.getControl(name='_authenticator', index=1).value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 234, in csrf.txt
Failed example:
    browser.getControl('Add user to selected groups').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[100]>", line 1, in ?
        browser.getControl('Add user to selected groups').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 243, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/plone_control_panel')
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 csrf.txt[101]>", line 1, in ?
        browser.open('http://nohost/plone/plone_control_panel')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 244, in csrf.txt
Failed example:
    browser.getLink('Users and Groups').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 csrf.txt[102]>", line 1, in ?
        browser.getLink('Users and Groups').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 245, in csrf.txt
Failed example:
    browser.getLink(url='/prefs_groups_overview').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 csrf.txt[103]>", line 1, in ?
        browser.getLink(url='/prefs_groups_overview').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 246, in csrf.txt
Failed example:
    browser.getLink('Administrators').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 csrf.txt[104]>", line 1, in ?
        browser.getLink('Administrators').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 247, in csrf.txt
Failed example:
    browser.getControl('Show all').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 csrf.txt[105]>", line 1, in ?
        browser.getControl('Show all').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 248, in csrf.txt
Failed example:
    browser.getControl(name='add:list').getControl(value='johnny').selected = 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 csrf.txt[106]>", line 1, in ?
        browser.getControl(name='add:list').getControl(value='johnny').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 249, in csrf.txt
Failed example:
    browser.getControl('Add selected groups and users to this group').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 csrf.txt[107]>", line 1, in ?
        browser.getControl('Add selected groups and users to this group').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 250, in csrf.txt
Failed example:
    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 csrf.txt[108]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 257, in csrf.txt
Failed example:
    browser.getControl('Show all').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 csrf.txt[109]>", line 1, in ?
        browser.getControl('Show all').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 258, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[110]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 259, in csrf.txt
Failed example:
    browser.getControl(name='add:list').getControl(value='john').selected = 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 csrf.txt[111]>", line 1, in ?
        browser.getControl(name='add:list').getControl(value='john').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 260, in csrf.txt
Failed example:
    browser.getControl('Add selected groups and users to this group').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[112]>", line 1, in ?
        browser.getControl('Add selected groups and users to this group').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 272, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[113]>", line 1, in ?
        browser.open('http://nohost/plone/')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 273, in csrf.txt
Failed example:
    browser.getLink(url='createObject?type_name=Folder').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 csrf.txt[114]>", line 1, in ?
        browser.getLink(url='createObject?type_name=Folder').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 274, in csrf.txt
Failed example:
    browser.getControl('Title').value = 'a folder'
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 csrf.txt[115]>", line 1, in ?
        browser.getControl('Title').value = 'a folder'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 275, in csrf.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 csrf.txt[116]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 276, in csrf.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 csrf.txt[117]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 279, in csrf.txt
Failed example:
    browser.getLink('Rename').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 csrf.txt[118]>", line 1, in ?
        browser.getLink('Rename').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 280, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[119]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 281, in csrf.txt
Failed example:
    browser.getControl('New Short Name').value = 'folder'
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 csrf.txt[120]>", line 1, in ?
        browser.getControl('New Short Name').value = 'folder'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 282, in csrf.txt
Failed example:
    browser.getControl('Rename All').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[121]>", line 1, in ?
        browser.getControl('Rename All').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 287, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[122]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 288, in csrf.txt
Failed example:
    browser.getControl('New Short Name').value = 'folder'
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 csrf.txt[123]>", line 1, in ?
        browser.getControl('New Short Name').value = 'folder'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 289, in csrf.txt
Failed example:
    browser.getControl('Rename All').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 csrf.txt[124]>", line 1, in ?
        browser.getControl('Rename All').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 290, in csrf.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 csrf.txt[125]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 292, in csrf.txt
Failed example:
    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 csrf.txt[126]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 297, in csrf.txt
Failed example:
    browser.getLink('Sharing').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 csrf.txt[127]>", line 1, in ?
        browser.getLink('Sharing').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 298, in csrf.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 csrf.txt[128]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 300, in csrf.txt
Failed example:
    browser.getControl(name='entries.role_Editor:records').value
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 csrf.txt[129]>", line 1, in ?
        browser.getControl(name='entries.role_Editor:records').value
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 303, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[130]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 304, in csrf.txt
Failed example:
    browser.getControl(name='entries.role_Editor:records').value = ['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 csrf.txt[131]>", line 1, in ?
        browser.getControl(name='entries.role_Editor:records').value = ['True']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 305, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[132]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 310, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[133]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 311, in csrf.txt
Failed example:
    browser.getControl(name='entries.role_Editor:records').value = ['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 csrf.txt[134]>", line 1, in ?
        browser.getControl(name='entries.role_Editor:records').value = ['True']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 312, in csrf.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 csrf.txt[135]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 313, in csrf.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 csrf.txt[136]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 315, in csrf.txt
Failed example:
    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 csrf.txt[137]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 317, in csrf.txt
Failed example:
    browser.getControl(name='entries.role_Editor:records').value
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 csrf.txt[138]>", line 1, in ?
        browser.getControl(name='entries.role_Editor:records').value
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 322, in csrf.txt
Failed example:
    browser.getLink('View').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 csrf.txt[139]>", line 1, in ?
        browser.getLink('View').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 323, in csrf.txt
Failed example:
    browser.getLink('Delete').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 csrf.txt[140]>", line 1, in ?
        browser.getLink('Delete').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 324, in csrf.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 csrf.txt[141]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 326, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[142]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 327, in csrf.txt
Failed example:
    browser.getControl('Delete').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[143]>", line 1, in ?
        browser.getControl('Delete').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 332, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[144]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 333, in csrf.txt
Failed example:
    browser.getControl('Delete').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 csrf.txt[145]>", line 1, in ?
        browser.getControl('Delete').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 334, in csrf.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 csrf.txt[146]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 336, in csrf.txt
Failed example:
    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 csrf.txt[147]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 342, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/ownership_form')
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 csrf.txt[148]>", line 1, in ?
        browser.open('http://nohost/plone/ownership_form')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 343, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[149]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 344, in csrf.txt
Failed example:
    browser.getControl('New owner').displayValue = ['johnny']
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 csrf.txt[150]>", line 1, in ?
        browser.getControl('New owner').displayValue = ['johnny']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 345, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[151]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 350, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[152]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 351, in csrf.txt
Failed example:
    browser.getControl('New owner').displayValue = ['johnny']
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 csrf.txt[153]>", line 1, in ?
        browser.getControl('New owner').displayValue = ['johnny']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 352, in csrf.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 csrf.txt[154]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 353, in csrf.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 csrf.txt[155]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 355, in csrf.txt
Failed example:
    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 csrf.txt[156]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 366, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[157]>", line 1, in ?
        browser.open('http://nohost/plone/')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 367, in csrf.txt
Failed example:
    browser.getLink(url='createObject?type_name=Document').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 csrf.txt[158]>", line 1, in ?
        browser.getLink(url='createObject?type_name=Document').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 368, in csrf.txt
Failed example:
    browser.getControl('Title').value = 'a document'
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 csrf.txt[159]>", line 1, in ?
        browser.getControl('Title').value = 'a document'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 369, in csrf.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 csrf.txt[160]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 370, in csrf.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 csrf.txt[161]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 373, in csrf.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 csrf.txt[162]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 374, in csrf.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 csrf.txt[163]>", line 1, in ?
        browser.getLink('Contents').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 375, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[164]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 376, in csrf.txt
Failed example:
    browser.getControl('a document').selected = 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 csrf.txt[165]>", line 1, in ?
        browser.getControl('a document').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 377, in csrf.txt
Failed example:
    browser.getControl('Delete').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[166]>", line 1, in ?
        browser.getControl('Delete').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 382, in csrf.txt
Failed example:
    browser.goBack()
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 csrf.txt[167]>", line 1, in ?
        browser.goBack()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 383, in csrf.txt
Failed example:
    browser.getControl('a document').selected = 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 csrf.txt[168]>", line 1, in ?
        browser.getControl('a document').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 384, in csrf.txt
Failed example:
    browser.getControl('Delete').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 csrf.txt[169]>", line 1, in ?
        browser.getControl('Delete').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 385, in csrf.txt
Failed example:
    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 csrf.txt[170]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 395, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[171]>", line 1, in ?
        browser.open('http://nohost/plone/')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 396, in csrf.txt
Failed example:
    browser.getLink(url='createObject?type_name=Folder').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 csrf.txt[172]>", line 1, in ?
        browser.getLink(url='createObject?type_name=Folder').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 397, in csrf.txt
Failed example:
    browser.getControl('Title').value = 'another folder'
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 csrf.txt[173]>", line 1, in ?
        browser.getControl('Title').value = 'another folder'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 398, in csrf.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 csrf.txt[174]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 399, in csrf.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 csrf.txt[175]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 408, in csrf.txt
Failed example:
    browser.getLink('Advanced...').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 csrf.txt[176]>", line 1, in ?
        browser.getLink('Advanced...').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 409, in csrf.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 csrf.txt[177]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 411, in csrf.txt
Failed example:
    browser.getControl('Publish').selected = 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 csrf.txt[178]>", line 1, in ?
        browser.getControl('Publish').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 412, in csrf.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 csrf.txt[179]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 413, in csrf.txt
Failed example:
    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 csrf.txt[180]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 416, in csrf.txt
Failed example:
    browser.getLink('Advanced...').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 csrf.txt[181]>", line 1, in ?
        browser.getLink('Advanced...').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 417, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[182]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 418, in csrf.txt
Failed example:
    browser.getControl('Retract').selected = 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 csrf.txt[183]>", line 1, in ?
        browser.getControl('Retract').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 419, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[184]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 427, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[185]>", line 1, in ?
        browser.open('http://nohost/plone/')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 428, in csrf.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 csrf.txt[186]>", line 1, in ?
        browser.getLink('Contents').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 429, in csrf.txt
Failed example:
    form = browser.getForm(name='folderContentsForm')
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 csrf.txt[187]>", line 1, in ?
        form = browser.getForm(name='folderContentsForm')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 430, in csrf.txt
Failed example:
    form.getControl(name='paths:list').getControl(value='/plone/another-folder').selected = 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 csrf.txt[188]>", line 1, in ?
        form.getControl(name='paths:list').getControl(value='/plone/another-folder').selected = True
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 431, in csrf.txt
Failed example:
    url = browser.url                                     # remember 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 csrf.txt[189]>", line 1, in ?
        url = browser.url                                     # remember url...
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 432, in csrf.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 csrf.txt[190]>", 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/Products/CMFPlone/tests/csrf.txt", line 433, in csrf.txt
Failed example:
    browser.getControl(name='orig_template').value = url  # gives 404 otherwise
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 csrf.txt[191]>", line 1, in ?
        browser.getControl(name='orig_template').value = url  # gives 404 otherwise
    NameError: name 'url' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 434, in csrf.txt
Failed example:
    browser.getControl('Retract').selected = 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 csrf.txt[192]>", line 1, in ?
        browser.getControl('Retract').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 435, in csrf.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 csrf.txt[193]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 436, in csrf.txt
Failed example:
    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 csrf.txt[194]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 439, in csrf.txt
Failed example:
    form = browser.getForm(name='folderContentsForm')
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 csrf.txt[195]>", line 1, in ?
        form = browser.getForm(name='folderContentsForm')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 440, in csrf.txt
Failed example:
    form.getControl(name='paths:list').getControl(value='/plone/another-folder').selected = 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 csrf.txt[196]>", line 1, in ?
        form.getControl(name='paths:list').getControl(value='/plone/another-folder').selected = True
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 441, in csrf.txt
Failed example:
    url = browser.url                                     # remember 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 csrf.txt[197]>", line 1, in ?
        url = browser.url                                     # remember url...
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 442, in csrf.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 csrf.txt[198]>", 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/Products/CMFPlone/tests/csrf.txt", line 443, in csrf.txt
Failed example:
    browser.getControl(name='orig_template').value = url  # gives 404 otherwise
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 csrf.txt[199]>", line 1, in ?
        browser.getControl(name='orig_template').value = url  # gives 404 otherwise
    NameError: name 'url' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 444, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[200]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 445, in csrf.txt
Failed example:
    browser.getControl('Publish').selected = 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 csrf.txt[201]>", line 1, in ?
        browser.getControl('Publish').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 446, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[202]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 459, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/plone_control_panel')
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 csrf.txt[203]>", line 1, in ?
        browser.open('http://nohost/plone/plone_control_panel')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 460, in csrf.txt
Failed example:
    browser.getLink('Security').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 csrf.txt[204]>", line 1, in ?
        browser.getLink('Security').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 461, in csrf.txt
Failed example:
    browser.getControl('Enable self-registration').selected
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 csrf.txt[205]>", line 1, in ?
        browser.getControl('Enable self-registration').selected
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 463, in csrf.txt
Failed example:
    browser.getControl('Enable self-registration').selected = 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 csrf.txt[206]>", line 1, in ?
        browser.getControl('Enable self-registration').selected = True
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 464, in csrf.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 csrf.txt[207]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 465, in csrf.txt
Failed example:
    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 csrf.txt[208]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 468, in csrf.txt
Failed example:
    browser.getLink('Security').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 csrf.txt[209]>", line 1, in ?
        browser.getLink('Security').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 469, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[210]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 470, in csrf.txt
Failed example:
    browser.getControl('Enable self-registration').selected = 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 csrf.txt[211]>", line 1, in ?
        browser.getControl('Enable self-registration').selected = False
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 471, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[212]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 480, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/@@ramcache-controlpanel')
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 csrf.txt[213]>", line 1, in ?
        browser.open('http://nohost/plone/@@ramcache-controlpanel')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 481, in csrf.txt
Failed example:
    browser.getControl('Clear cache').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 csrf.txt[214]>", line 1, in ?
        browser.getControl('Clear cache').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 482, in csrf.txt
Failed example:
    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 csrf.txt[215]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 485, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/@@ramcache-controlpanel')
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 csrf.txt[216]>", line 1, in ?
        browser.open('http://nohost/plone/@@ramcache-controlpanel')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 486, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
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 csrf.txt[217]>", line 1, in ?
        browser.getControl(name='_authenticator').value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 487, in csrf.txt
Failed example:
    browser.getControl('Clear cache').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[218]>", line 1, in ?
        browser.getControl('Clear cache').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 496, in csrf.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 csrf.txt[220]>", 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/Products/CMFPlone/tests/csrf.txt", line 497, in csrf.txt
Failed example:
    browser.addHeader('Authorization', 'Basic %s:%s' % credentials)
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 csrf.txt[221]>", line 1, in ?
        browser.addHeader('Authorization', 'Basic %s:%s' % credentials)
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 498, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/plone_control_panel')
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 csrf.txt[222]>", line 1, in ?
        browser.open('http://nohost/plone/plone_control_panel')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 499, in csrf.txt
Failed example:
    browser.getLink('Maintenance').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 csrf.txt[223]>", line 1, in ?
        browser.getLink('Maintenance').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 500, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator', index=0).value = 'invalid!'
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 csrf.txt[224]>", line 1, in ?
        browser.getControl(name='_authenticator', index=0).value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 501, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator', index=1).value = 'invalid!'
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 csrf.txt[225]>", line 1, in ?
        browser.getControl(name='_authenticator', index=1).value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 502, in csrf.txt
Failed example:
    browser.getControl('Shut down').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[226]>", line 1, in ?
        browser.getControl('Shut down').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 507, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/plone_control_panel')
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 csrf.txt[227]>", line 1, in ?
        browser.open('http://nohost/plone/plone_control_panel')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 508, in csrf.txt
Failed example:
    browser.getLink('Maintenance').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 csrf.txt[228]>", line 1, in ?
        browser.getLink('Maintenance').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 509, in csrf.txt
Failed example:
    browser.getControl('Shut down').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 csrf.txt[229]>", line 1, in ?
        browser.getControl('Shut down').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 510, in csrf.txt
Failed example:
    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 csrf.txt[230]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 522, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/acl_users/session/manage_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 csrf.txt[231]>", line 1, in ?
        browser.open('http://nohost/plone/acl_users/session/manage_secret')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 523, in csrf.txt
Failed example:
    browser.getControl('New secret').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 csrf.txt[232]>", line 1, in ?
        browser.getControl('New secret').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 524, in csrf.txt
Failed example:
    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 csrf.txt[233]>", line 1, in ?
        browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 527, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/acl_users/session/manage_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 csrf.txt[234]>", line 1, in ?
        browser.open('http://nohost/plone/acl_users/session/manage_secret')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 528, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator', index=0).value = 'invalid!'
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 csrf.txt[235]>", line 1, in ?
        browser.getControl(name='_authenticator', index=0).value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 529, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator', index=1).value = 'invalid!'
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 csrf.txt[236]>", line 1, in ?
        browser.getControl(name='_authenticator', index=1).value = 'invalid!'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/csrf.txt", line 530, in csrf.txt
Failed example:
    browser.getControl('New secret').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    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 csrf.txt[237]>", line 1, in ?
        browser.getControl('New secret').click()
    NameError: name 'browser' is not defined



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/redirection.txt
Failed doctest test for redirection.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/redirection.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/redirection.txt", line 15, in redirection.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 redirection.txt[1]>", 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/Products/CMFPlone/tests/redirection.txt", line 21, in redirection.txt
Failed example:
    browser.open(flag_directory + 'eu.gif')
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 redirection.txt[3]>", line 1, in ?
        browser.open(flag_directory + 'eu.gif')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/redirection.txt", line 25, in redirection.txt
Failed example:
    browser.open(flag_directory + 'nonexisting.gif')
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 404: Not Found
Got:
    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 redirection.txt[4]>", line 1, in ?
        browser.open(flag_directory + 'nonexisting.gif')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/redirection.txt", line 32, in redirection.txt
Failed example:
    "the following error occurred while attempting to render the standard error message" 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 redirection.txt[5]>", line 1, in ?
        "the following error occurred while attempting to render the standard error message" in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/redirection.txt", line 34, in redirection.txt
Failed example:
    "We're sorry, but that page doesn't exist" 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 redirection.txt[6]>", line 1, in ?
        "We're sorry, but that page doesn't exist" in browser.contents
    NameError: name 'browser' is not defined



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt
Failed doctest test for AddMoveAndDeleteDocument.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 7, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[1]>", 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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 8, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.open('http://nohost/plone')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[2]>", line 1, in ?
        browser.open('http://nohost/plone')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 12, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Login Name').value = 'test_user_1_'
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 AddMoveAndDeleteDocument.txt[3]>", line 1, in ?
        browser.getControl('Login Name').value = 'test_user_1_'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 13, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Password').value = '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 AddMoveAndDeleteDocument.txt[4]>", line 1, in ?
        browser.getControl('Password').value = 'secret'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 14, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[5]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 31, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.open('http://nohost/plone/Members/test_user_1_')
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 AddMoveAndDeleteDocument.txt[6]>", line 1, in ?
        browser.open('http://nohost/plone/Members/test_user_1_')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 32, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 33, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 35, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 36, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 38, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[11]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 44, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Body Text').value = 'About test_user_1_'
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 AddMoveAndDeleteDocument.txt[12]>", line 1, in ?
        browser.getControl('Body Text').value = 'About test_user_1_'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 45, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 46, in AddMoveAndDeleteDocument.txt
Failed example:
    'Title is required, please correct.' 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 AddMoveAndDeleteDocument.txt[14]>", line 1, in ?
        'Title is required, please correct.' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 51, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'My Page'
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 AddMoveAndDeleteDocument.txt[15]>", line 1, in ?
        browser.getControl('Title').value = 'My Page'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 52, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[16]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 53, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[17]>", 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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 55, in AddMoveAndDeleteDocument.txt
Failed example:
    'My Page' 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 AddMoveAndDeleteDocument.txt[18]>", line 1, in ?
        'My Page' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 60, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').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 AddMoveAndDeleteDocument.txt[19]>", line 1, in ?
        browser.getLink('Edit').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 61, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'Ons Bier'
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 AddMoveAndDeleteDocument.txt[20]>", line 1, in ?
        browser.getControl('Title').value = 'Ons Bier'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 62, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 63, in AddMoveAndDeleteDocument.txt
Failed example:
    'Ons Bier' 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 AddMoveAndDeleteDocument.txt[22]>", line 1, in ?
        'Ons Bier' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 71, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').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 AddMoveAndDeleteDocument.txt[23]>", line 1, in ?
        browser.getLink('Edit').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 72, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[24]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 77, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').displayValue
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 AddMoveAndDeleteDocument.txt[25]>", line 1, in ?
        browser.getControl(name='language').displayValue
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 82, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.headers.dict['content-language']
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 AddMoveAndDeleteDocument.txt[26]>", line 1, in ?
        browser.headers.dict['content-language']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 87, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').value = ['de']
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 AddMoveAndDeleteDocument.txt[27]>", line 1, in ?
        browser.getControl(name='language').value = ['de']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 88, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').displayValue
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 AddMoveAndDeleteDocument.txt[28]>", line 1, in ?
        browser.getControl(name='language').displayValue
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 91, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 92, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[30]>", 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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 97, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.headers.dict['content-language']
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 AddMoveAndDeleteDocument.txt[31]>", line 1, in ?
        browser.headers.dict['content-language']
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 106, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').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 AddMoveAndDeleteDocument.txt[32]>", line 1, in ?
        browser.getLink('Actions').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 110, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').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 AddMoveAndDeleteDocument.txt[33]>", line 1, in ?
        browser.getControl('Ons Bier').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 111, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Cut').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 AddMoveAndDeleteDocument.txt[34]>", line 1, in ?
        browser.getControl('Cut').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 115, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 116, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[36]>", 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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 118, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Folder').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 AddMoveAndDeleteDocument.txt[37]>", line 1, in ?
        browser.getControl('Folder').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 119, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[38]>", line 1, in ?
        browser.getControl('Add').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 122, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'My Folder'
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 AddMoveAndDeleteDocument.txt[39]>", line 1, in ?
        browser.getControl('Title').value = 'My Folder'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 123, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[40]>", line 1, in ?
        browser.getControl('Save').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 124, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[41]>", 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/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 130, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').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 AddMoveAndDeleteDocument.txt[42]>", line 1, in ?
        browser.getLink('Actions').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 131, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Paste').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 AddMoveAndDeleteDocument.txt[43]>", line 1, in ?
        browser.getControl('Paste').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 132, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) pasted.' 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 AddMoveAndDeleteDocument.txt[44]>", line 1, in ?
        'Item(s) pasted.' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 134, in AddMoveAndDeleteDocument.txt
Failed example:
    'Ons Bier' 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 AddMoveAndDeleteDocument.txt[45]>", line 1, in ?
        'Ons Bier' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 143, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').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 AddMoveAndDeleteDocument.txt[46]>", line 1, in ?
        browser.getLink('Actions').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 144, in AddMoveAndDeleteDocument.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 AddMoveAndDeleteDocument.txt[47]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 150, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').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 AddMoveAndDeleteDocument.txt[48]>", line 1, in ?
        browser.getControl('Ons Bier').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 151, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Delete').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 AddMoveAndDeleteDocument.txt[49]>", line 1, in ?
        browser.getControl('Delete').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 152, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) deleted.' 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 AddMoveAndDeleteDocument.txt[50]>", line 1, in ?
        'Item(s) deleted.' in browser.contents
    NameError: name 'browser' is not defined



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt
Failed doctest test for LoginAndLogout.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 8, in LoginAndLogout.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 LoginAndLogout.txt[1]>", 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/Products/CMFPlone/tests/LoginAndLogout.txt", line 15, in LoginAndLogout.txt
Failed example:
    browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[2]>", line 1, in ?
        browser.open('http://nohost/plone/')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 16, in LoginAndLogout.txt
Failed example:
    browser.getLink('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[3]>", line 1, in ?
        browser.getLink('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 17, in LoginAndLogout.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 LoginAndLogout.txt[4]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 19, in LoginAndLogout.txt
Failed example:
    browser.getControl('Login Name').value = 'test_user_1_'
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 LoginAndLogout.txt[5]>", line 1, in ?
        browser.getControl('Login Name').value = 'test_user_1_'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 20, in LoginAndLogout.txt
Failed example:
    browser.getControl('Password').value = 'wrongpassword'
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 LoginAndLogout.txt[6]>", line 1, in ?
        browser.getControl('Password').value = 'wrongpassword'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 21, in LoginAndLogout.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[7]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 22, in LoginAndLogout.txt
Failed example:
    "Login failed" 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 LoginAndLogout.txt[8]>", line 1, in ?
        "Login failed" in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 24, in LoginAndLogout.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 LoginAndLogout.txt[9]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 29, in LoginAndLogout.txt
Failed example:
    browser.open('http://nohost/plone')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[10]>", line 1, in ?
        browser.open('http://nohost/plone')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 30, in LoginAndLogout.txt
Failed example:
    browser.getLink('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[11]>", line 1, in ?
        browser.getLink('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 31, in LoginAndLogout.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 LoginAndLogout.txt[12]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 33, in LoginAndLogout.txt
Failed example:
    browser.getControl('Login Name').value = 'test_user_1_'
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 LoginAndLogout.txt[13]>", line 1, in ?
        browser.getControl('Login Name').value = 'test_user_1_'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 34, in LoginAndLogout.txt
Failed example:
    browser.getControl('Password').value = '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 LoginAndLogout.txt[14]>", line 1, in ?
        browser.getControl('Password').value = 'secret'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 35, in LoginAndLogout.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[15]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 36, in LoginAndLogout.txt
Failed example:
    "You are now logged 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 LoginAndLogout.txt[16]>", line 1, in ?
        "You are now logged in" in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 38, in LoginAndLogout.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 LoginAndLogout.txt[17]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 40, in LoginAndLogout.txt
Failed example:
    browser.getLink('Log 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 LoginAndLogout.txt[18]>", line 1, in ?
        browser.getLink('Log out').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 41, in LoginAndLogout.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 LoginAndLogout.txt[19]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 49, in LoginAndLogout.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 LoginAndLogout.txt[20]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 50, in LoginAndLogout.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 LoginAndLogout.txt[21]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 52, in LoginAndLogout.txt
Failed example:
    browser.getControl('Login Name').value = 'test_user_1_'
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 LoginAndLogout.txt[22]>", line 1, in ?
        browser.getControl('Login Name').value = 'test_user_1_'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 53, in LoginAndLogout.txt
Failed example:
    browser.getControl('Password').value = 'wrongpassword'
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 LoginAndLogout.txt[23]>", line 1, in ?
        browser.getControl('Password').value = 'wrongpassword'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 54, in LoginAndLogout.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[24]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 55, in LoginAndLogout.txt
Failed example:
    "Login failed" 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 LoginAndLogout.txt[25]>", line 1, in ?
        "Login failed" in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 57, in LoginAndLogout.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 LoginAndLogout.txt[26]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 62, in LoginAndLogout.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 LoginAndLogout.txt[27]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 63, in LoginAndLogout.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 LoginAndLogout.txt[28]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 65, in LoginAndLogout.txt
Failed example:
    browser.getControl('Login Name').value = 'test_user_1_'
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 LoginAndLogout.txt[29]>", line 1, in ?
        browser.getControl('Login Name').value = 'test_user_1_'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 66, in LoginAndLogout.txt
Failed example:
    browser.getControl('Password').value = '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 LoginAndLogout.txt[30]>", line 1, in ?
        browser.getControl('Password').value = 'secret'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 67, in LoginAndLogout.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[31]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 71, in LoginAndLogout.txt
Failed example:
    'You are now logged 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 LoginAndLogout.txt[32]>", line 1, in ?
        'You are now logged in' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 76, in LoginAndLogout.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 LoginAndLogout.txt[33]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 81, in LoginAndLogout.txt
Failed example:
    browser.reload()
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 LoginAndLogout.txt[34]>", line 1, in ?
        browser.reload()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 82, in LoginAndLogout.txt
Failed example:
    browser.getLink('Log 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 LoginAndLogout.txt[35]>", line 1, in ?
        browser.getLink('Log out').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 83, in LoginAndLogout.txt
Failed example:
    'You are now logged out' 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 LoginAndLogout.txt[36]>", line 1, in ?
        'You are now logged out' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 92, in LoginAndLogout.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 LoginAndLogout.txt[37]>", line 1, in ?
        browser.getLink('Home').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 94, in LoginAndLogout.txt
Failed example:
    browser.getControl('Login Name').value = 'rootuser'
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 LoginAndLogout.txt[39]>", line 1, in ?
        browser.getControl('Login Name').value = 'rootuser'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 95, in LoginAndLogout.txt
Failed example:
    browser.getControl('Password').value = '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 LoginAndLogout.txt[40]>", line 1, in ?
        browser.getControl('Password').value = 'secret'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 96, in LoginAndLogout.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[41]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 97, in LoginAndLogout.txt
Failed example:
    'You are now logged 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 LoginAndLogout.txt[42]>", line 1, in ?
        'You are now logged in' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 106, in LoginAndLogout.txt
Failed example:
    browser.reload()
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 LoginAndLogout.txt[43]>", line 1, in ?
        browser.reload()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 107, in LoginAndLogout.txt
Failed example:
    browser.getLink('Log 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 LoginAndLogout.txt[44]>", line 1, in ?
        browser.getLink('Log out').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 108, in LoginAndLogout.txt
Failed example:
    browser.open('%s/edit' % folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[45]>", line 1, in ?
        browser.open('%s/edit' % folder.absolute_url())
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 109, in LoginAndLogout.txt
Failed example:
    'require_login' in 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 LoginAndLogout.txt[46]>", line 1, in ?
        'require_login' in browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 112, in LoginAndLogout.txt
Failed example:
    browser.getControl('Login Name').value = 'test_user_1_'
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 LoginAndLogout.txt[47]>", line 1, in ?
        browser.getControl('Login Name').value = 'test_user_1_'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 113, in LoginAndLogout.txt
Failed example:
    browser.getControl('Password').value = '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 LoginAndLogout.txt[48]>", line 1, in ?
        browser.getControl('Password').value = 'secret'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 114, in LoginAndLogout.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[49]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 115, in LoginAndLogout.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 LoginAndLogout.txt[50]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 132, in LoginAndLogout.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 LoginAndLogout.txt[52]>", 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/Products/CMFPlone/tests/LoginAndLogout.txt", line 133, in LoginAndLogout.txt
Failed example:
    browser.open('http://nohost/plone/')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[53]>", line 1, in ?
        browser.open('http://nohost/plone/')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 150, in LoginAndLogout.txt
Failed example:
    browser.getLink('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[59]>", line 1, in ?
        browser.getLink('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 151, in LoginAndLogout.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 LoginAndLogout.txt[60]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 153, in LoginAndLogout.txt
Failed example:
    browser.getControl('Login Name').value = PTC.default_user
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 LoginAndLogout.txt[61]>", line 1, in ?
        browser.getControl('Login Name').value = PTC.default_user
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 154, in LoginAndLogout.txt
Failed example:
    browser.getControl('Password').value = PTC.default_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 LoginAndLogout.txt[62]>", line 1, in ?
        browser.getControl('Password').value = PTC.default_password
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 155, in LoginAndLogout.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[63]>", line 1, in ?
        browser.getControl('Log in').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 156, in LoginAndLogout.txt
Failed example:
    "You are now logged 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 LoginAndLogout.txt[64]>", line 1, in ?
        "You are now logged in" in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 161, in LoginAndLogout.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 LoginAndLogout.txt[65]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 163, in LoginAndLogout.txt
Failed example:
    'Please use the form below to change your password.' 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 LoginAndLogout.txt[66]>", line 1, in ?
        'Please use the form below to change your password.' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 165, in LoginAndLogout.txt
Failed example:
    browser.getControl(name='password').value = 'Testing23'
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 LoginAndLogout.txt[67]>", line 1, in ?
        browser.getControl(name='password').value = 'Testing23'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 166, in LoginAndLogout.txt
Failed example:
    browser.getControl(name='confirm').value = 'Testing23'
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 LoginAndLogout.txt[68]>", line 1, in ?
        browser.getControl(name='confirm').value = 'Testing23'
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 167, in LoginAndLogout.txt
Failed example:
    browser.getControl(name='submit').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 LoginAndLogout.txt[69]>", line 1, in ?
        browser.getControl(name='submit').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 171, in LoginAndLogout.txt
Failed example:
    'You must enable cookies before you can log 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 LoginAndLogout.txt[70]>", line 1, in ?
        'You must enable cookies before you can log in.' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 176, in LoginAndLogout.txt
Failed example:
    'Welcome to Plone' 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 LoginAndLogout.txt[71]>", line 1, in ?
        'Welcome to Plone' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 182, in LoginAndLogout.txt
Failed example:
    browser.reload()
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 LoginAndLogout.txt[72]>", line 1, in ?
        browser.reload()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 183, in LoginAndLogout.txt
Failed example:
    'Welcome to Plone' 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 LoginAndLogout.txt[73]>", line 1, in ?
        'Welcome to Plone' in browser.contents
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 188, in LoginAndLogout.txt
Failed example:
    browser.getLink('Log 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 LoginAndLogout.txt[74]>", line 1, in ?
        browser.getLink('Log out').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 189, in LoginAndLogout.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 LoginAndLogout.txt[75]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined



Failure in test /home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt
Failed doctest test for mails.txt
  File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 7, in mails.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 mails.txt[1]>", 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/Products/CMFPlone/tests/mails.txt", line 19, in mails.txt
Failed example:
    browser.open('http://nohost/plone')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[4]>", line 1, in ?
        browser.open('http://nohost/plone')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 20, in mails.txt
Failed example:
    browser.getLink('Contact').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 mails.txt[5]>", line 1, in ?
        browser.getLink('Contact').click()
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 21, in mails.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 mails.txt[6]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 26, in mails.txt
Failed example:
    form = browser.getForm(name='feedback_form')
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 mails.txt[7]>", line 1, in ?
        form = browser.getForm(name='feedback_form')
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 28, in mails.txt
Failed example:
    form.getControl(name='sender_fullname').value = 'T\xc3\xa4st user'
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 mails.txt[8]>", line 1, in ?
        form.getControl(name='sender_fullname').value = 'T\xc3\xa4st user'
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 29, in mails.txt
Failed example:
    form.getControl(name='sender_from_address').value = 'test at plone.test'
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 mails.txt[9]>", line 1, in ?
        form.getControl(name='sender_from_address').value = 'test at plone.test'
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 30, in mails.txt
Failed example:
    form.getControl(name='subject').value = 'Some t\xc3\xa4st subject.'
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 mails.txt[10]>", line 1, in ?
        form.getControl(name='subject').value = 'Some t\xc3\xa4st subject.'
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 31, in mails.txt
Failed example:
    form.getControl(name='message').value = 'Another t\xc3\xa4st message.'
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 mails.txt[11]>", line 1, in ?
        form.getControl(name='message').value = 'Another t\xc3\xa4st message.'
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 35, in mails.txt
Failed example:
    form.submit()
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 mails.txt[12]>", line 1, in ?
        form.submit()
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 37, in mails.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 mails.txt[13]>", line 1, in ?
        browser.url
    NameError: name 'browser' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 44, in mails.txt
Failed example:
    len(mailhost.messages)
Expected:
    1
Got:
    0
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 46, in mails.txt
Failed example:
    msg = mailhost.messages[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 mails.txt[15]>", line 1, in ?
        msg = mailhost.messages[0]
    IndexError: list index out of range
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 50, in mails.txt
Failed example:
    msg.mto
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 mails.txt[16]>", line 1, in ?
        msg.mto
    NameError: name 'msg' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 53, in mails.txt
Failed example:
    msg.mfrom
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 mails.txt[17]>", line 1, in ?
        msg.mfrom
    NameError: name 'msg' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope211-cmf21-plone32/src/Plone/Products/CMFPlone/tests/mails.txt", line 57, in mails.txt
Failed example:
    b64decode(msg.message.get_payload())
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 mails.txt[19]>", line 1, in ?
        b64decode(msg.message.get_payload())
    NameError: name 'msg' is not defined

  Ran 1526 tests with 5 failures and 0 errors in 6 minutes 17.431 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.613 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.014 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 1716 tests, 5 failures, 0 errors in 6 minutes 41.314 seconds.

FAILED (failures=5)




More information about the Testbot mailing list