[Testbot] FAILED (failures=26, errors=68) : Plone-4.0 Zope-2.12 Python-2.6.2

Plone Products Tests plone-tests at epy.co.at
Wed Oct 14 02:37:06 UTC 2009


Plone Products Tests : FAILED (failures=26, errors=68) 
Plone-4.0 Zope-2.12 Python-2.6.2

Running /usr/local/python2.6/bin/python ./bin/test -q --no-color --no-progress --package Products.CMFPlone --package Products.CMFDynamicViewFTI --package Products.CMFFormController --package Products.CMFQuickInstallerTool --package Products.ExtendedPathIndex --package Products.PasswordResetTool --package Products.PloneLanguageTool --package Products.ResourceRegistries --package Products.statusmessages
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.folder/src/plone/app/folder/base.py:1: DeprecationWarning: InitializeClass is deprecated. import from App.class_init instead
  from Globals import InitializeClass
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.912 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/POSException.py:89: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message = "database conflict error"
  Ran 162 tests with 0 failures and 0 errors in 0.848 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Products.CMFTestCase.layer.ZCML in 3.211 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 0.231 seconds.
  Ran 84 tests with 0 failures and 0 errors in 3.079 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.043 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.670 seconds.
  Ran 12 tests with 0 failures and 0 errors in 0.016 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 5.070 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt
Failed doctest test for browser.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 128, in browser.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/login_form'
Got:
    'http://nohost/plone/login_form?came_from=http://nohost/plone/join_form'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 288, in browser.txt
Failed example:
    browser.getLink('Register').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 288, example 98]>", line 1, in <module>
        browser.getLink('Register').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 289, in browser.txt
Failed example:
    browser.getControl(name='username').value = 'bsmith'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 289, example 99]>", line 1, in <module>
        browser.getControl(name='username').value = 'bsmith'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'username'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 290, in browser.txt
Failed example:
    browser.getControl(name='email').value = 'bsmith at example.com'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 290, example 100]>", line 1, in <module>
        browser.getControl(name='email').value = 'bsmith at example.com'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'email'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 301, in browser.txt
Failed example:
    browser.getControl(name='form.button.Register').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 301, example 102]>", line 1, in <module>
        browser.getControl(name='form.button.Register').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.button.Register'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 302, in browser.txt
Failed example:
    "You have been registered" in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 308, in browser.txt
Failed example:
    len(mailhost.messages)
Expected:
    2
Got:
    1
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 315, in browser.txt
Failed example:
    "To: bsmith at example.com" in msg
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 318, in browser.txt
Failed example:
    please_visit_text in msg
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 320, in browser.txt
Failed example:
    url_index = msg.index(please_visit_text) + len(please_visit_text)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 320, example 110]>", line 1, in <module>
        url_index = msg.index(please_visit_text) + len(please_visit_text)
    ValueError: substring not found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 327, in browser.txt
Failed example:
    browser.open(address)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 327, example 113]>", line 1, in <module>
        browser.open(address)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 239, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 328, in browser.txt
Failed example:
    "Please fill out the form below to set your password" in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 330, in browser.txt
Failed example:
    browser.getControl(name='password').value = 'secret'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 330, example 115]>", line 1, in <module>
        browser.getControl(name='password').value = 'secret'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'password'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 331, in browser.txt
Failed example:
    browser.getControl(name='password2').value = 'secret'
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 331, example 116]>", line 1, in <module>
        browser.getControl(name='password2').value = 'secret'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'password2'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 332, in browser.txt
Failed example:
    browser.getControl("Set my password").click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 332, example 117]>", line 1, in <module>
        browser.getControl("Set my password").click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Set my password'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 333, in browser.txt
Failed example:
    "Your password has been set successfully." in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 342, in browser.txt
Failed example:
    "You are now logged in" in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 347, in browser.txt
Failed example:
    browser.getLink('Log out').click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[line 347, example 124]>", line 1, in <module>
        browser.getLink('Log out').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 348, in browser.txt
Failed example:
    "You are now logged out" in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PasswordResetTool/Products/PasswordResetTool/tests/browser.txt", line 396, in browser.txt
Failed example:
    len(mailhost.messages)
Expected:
    3
Got:
    2



Error in test testContextDependantInlineCSS (Products.ResourceRegistries.tests.testCSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 529, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testGetItemTraversal (Products.ResourceRegistries.tests.testCSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 529, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testGetItemTraversalContent (Products.ResourceRegistries.tests.testCSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 529, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRestrictedTraverseComposition (Products.ResourceRegistries.tests.testCSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 529, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRestrictedTraverseContent (Products.ResourceRegistries.tests.testCSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 529, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithFirstUncooked (Products.ResourceRegistries.tests.testCSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 614, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithLastUncooked (Products.ResourceRegistries.tests.testCSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 614, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithMiddleUncooked (Products.ResourceRegistries.tests.testCSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 614, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testDefaultStylesheetCookableAttribute (Products.ResourceRegistries.tests.testCSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 614, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testLargerCompositionWithMiddleUncooked (Products.ResourceRegistries.tests.testCSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 614, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testNumberOfResources (Products.ResourceRegistries.tests.testCSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 614, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testStylesheetCookableAttribute (Products.ResourceRegistries.tests.testCSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 614, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedGetItem (Products.ResourceRegistries.tests.testCSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 809, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedOnPublish (Products.ResourceRegistries.tests.testCSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 809, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedTraversal (Products.ResourceRegistries.tests.testCSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 809, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRemovedFromMergedResources (Products.ResourceRegistries.tests.testCSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 809, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRemovedFromResources (Products.ResourceRegistries.tests.testCSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 809, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testUnauthorizedGetItem (Products.ResourceRegistries.tests.testCSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 809, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testUnauthorizedOnPublish (Products.ResourceRegistries.tests.testCSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 809, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testUnauthorizedTraversal (Products.ResourceRegistries.tests.testCSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testCSSRegistry.py", line 809, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testContextDependantInlineJS (Products.ResourceRegistries.tests.testJSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 547, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testGetItemTraversal (Products.ResourceRegistries.tests.testJSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 547, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testGetItemTraversalContent (Products.ResourceRegistries.tests.testJSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 547, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRestrictedTraverseComposition (Products.ResourceRegistries.tests.testJSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 547, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRestrictedTraverseContent (Products.ResourceRegistries.tests.testJSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 547, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithFirstUncooked (Products.ResourceRegistries.tests.testJSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 727, in afterSetUp
    file="window.alert('green')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithLastUncooked (Products.ResourceRegistries.tests.testJSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 727, in afterSetUp
    file="window.alert('green')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithMiddleUncooked (Products.ResourceRegistries.tests.testJSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 727, in afterSetUp
    file="window.alert('green')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testDefaultStylesheetCookableAttribute (Products.ResourceRegistries.tests.testJSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 727, in afterSetUp
    file="window.alert('green')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testLargerCompositionWithMiddleUncooked (Products.ResourceRegistries.tests.testJSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 727, in afterSetUp
    file="window.alert('green')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testNumberOfResources (Products.ResourceRegistries.tests.testJSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 727, in afterSetUp
    file="window.alert('green')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testStylesheetCookableAttribute (Products.ResourceRegistries.tests.testJSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 727, in afterSetUp
    file="window.alert('green')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedGetItem (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedOnPublish (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedTraversal (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRaiseUnauthorizedOnPublish (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRemovedFromMergedResources (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRemovedFromResources (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testTestUnauthorizedTraversal (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testUnauthorizedGetItem (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testUnauthorizedTraversal (Products.ResourceRegistries.tests.testJSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 631, in afterSetUp
    file="window.alert('red')")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testGetOriginal (Products.ResourceRegistries.tests.testJSRegistry.TestUnicodeAwareness)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testJSRegistry.py", line 863, in afterSetUp
    file=body)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testGetItemTraversal (Products.ResourceRegistries.tests.testKSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 439, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testGetItemTraversalContent (Products.ResourceRegistries.tests.testKSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 439, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRestrictedTraverseComposition (Products.ResourceRegistries.tests.testKSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 439, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRestrictedTraverseContent (Products.ResourceRegistries.tests.testKSSRegistry.TestZODBTraversal)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 439, in afterSetUp
    file='body { background-color : red }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithFirstUncooked (Products.ResourceRegistries.tests.testKSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 495, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithLastUncooked (Products.ResourceRegistries.tests.testKSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 495, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testCompositionWithMiddleUncooked (Products.ResourceRegistries.tests.testKSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 495, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testDefaultKineticStylesheetCookableAttribute (Products.ResourceRegistries.tests.testKSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 495, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testKineticStylesheetCookableAttribute (Products.ResourceRegistries.tests.testKSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 495, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testLargerCompositionWithMiddleUncooked (Products.ResourceRegistries.tests.testKSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 495, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testNumberOfResources (Products.ResourceRegistries.tests.testKSSRegistry.TestMergingDisabled)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 495, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedGetItem (Products.ResourceRegistries.tests.testKSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 674, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedOnPublish (Products.ResourceRegistries.tests.testKSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 674, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testAuthorizedTraversal (Products.ResourceRegistries.tests.testKSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 674, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRemovedFromMergedResources (Products.ResourceRegistries.tests.testKSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 674, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testRemovedFromResources (Products.ResourceRegistries.tests.testKSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 674, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testUnauthorizedGetItem (Products.ResourceRegistries.tests.testKSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 674, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testUnauthorizedOnPublish (Products.ResourceRegistries.tests.testKSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 674, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File



Error in test testUnauthorizedTraversal (Products.ResourceRegistries.tests.testKSSRegistry.TestResourcePermissions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ResourceRegistries/Products/ResourceRegistries/tests/testKSSRegistry.py", line 674, in afterSetUp
    file='body { background-color : green }')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/PortalFolder.py", line 295, in invokeFactory
    return pt.constructContent(type_name, self, id, RESPONSE, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 815, in constructContent
    ob = info.constructInstance(container, id, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/TypesTool.py", line 291, in constructInstance
    raise AccessControl_Unauthorized('Cannot create %s' % self.getId())
Unauthorized: Cannot create File

  Ran 296 tests with 1 failures and 61 errors in 16.526 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Set up plone.app.blob.tests.layer.BlobLayer in 0.544 seconds.
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.653 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/OFS/subscribers.py:73: DeprecationWarning: plone.app.blob.content.ATBlob.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)


Failure in test testBrowserDefaultMixinFileViewMethodGetsTemplate (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testBrowserDefault.py", line 127, in testBrowserDefaultMixinFileViewMethodGetsTemplate
    self.compareLayoutVsView(self.portal.atctfile, path="/view")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testBrowserDefault.py", line 68, in compareLayoutVsView
    self.fail("\n".join([line for line in diff]))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 317, in fail
    raise self.failureException, msg
AssertionError: ---  

+++  

@@ -137,6 +137,9 @@

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



Failure in test testCallWithBrowserDefaultMixinGetsSelectedLayout (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testBrowserDefault.py", line 122, in testCallWithBrowserDefaultMixinGetsSelectedLayout
    self.compareLayoutVsView(self.portal.atctdocument, path="")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testBrowserDefault.py", line 68, in compareLayoutVsView
    self.fail("\n".join([line for line in diff]))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 317, in fail
    raise self.failureException, msg
AssertionError: ---  

+++  

@@ -137,6 +137,9 @@

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



Failure in test testViewMethodWithBrowserDefaultMixinGetsSelectedLayout (Products.CMFPlone.tests.testBrowserDefault.TestPloneToolBrowserDefault)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testBrowserDefault.py", line 119, in testViewMethodWithBrowserDefaultMixinGetsSelectedLayout
    self.compareLayoutVsView(self.portal.atctdocument, path="/view")
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testBrowserDefault.py", line 68, in compareLayoutVsView
    self.fail("\n".join([line for line in diff]))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 317, in fail
    raise self.failureException, msg
AssertionError: ---  

+++  

@@ -137,6 +137,9 @@

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



Failure in test testClearImageTitle (Products.CMFPlone.tests.testContentTypeScripts.TestContentTypeScripts)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 125, in testClearImageTitle
    self.assertEqual(self.folder.image.Title(), '')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'Foo' != ''



Failure in test testImageCreate (Products.CMFPlone.tests.testContentTypeScripts.TestContentTypeScripts)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 83, in testImageCreate
    self.assertEqual(str(self.folder.image.data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testImageEdit (Products.CMFPlone.tests.testContentTypeScripts.TestContentTypeScripts)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 88, in testImageEdit
    self.assertEqual(str(self.folder.image.data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Error in test testFileEditShortName (Products.CMFPlone.tests.testContentTypeScripts.TestEditShortName)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 191, in testFileEditShortName
    transaction.savepoint(optimistic=True) # make rename work
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1091, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 631, in _store_objects
    self._version, transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1254, in storeBlob
    targetpath = self._getBlobPath()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1274, in _getBlobPath
    return os.path.join(self.temporaryDirectory(), 'savepoints')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1282, in temporaryDirectory
    return self._storage.temporaryDirectory()
AttributeError: DemoStorage instance has no attribute 'temporaryDirectory'



Failure in test testImageEditEmptyString (Products.CMFPlone.tests.testContentTypeScripts.TestEditShortName)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 176, in testImageEditEmptyString
    self.assertEqual(str(self.folder.image.data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testImageEditNone (Products.CMFPlone.tests.testContentTypeScripts.TestEditShortName)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 162, in testImageEditNone
    self.assertEqual(str(self.folder.image.data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Error in test testImageEditShortName (Products.CMFPlone.tests.testContentTypeScripts.TestEditShortName)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 196, in testImageEditShortName
    transaction.savepoint(optimistic=True) # make rename work
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1091, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 631, in _store_objects
    self._version, transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1254, in storeBlob
    targetpath = self._getBlobPath()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1274, in _getBlobPath
    return os.path.join(self.temporaryDirectory(), 'savepoints')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1282, in temporaryDirectory
    return self._storage.temporaryDirectory()
AttributeError: DemoStorage instance has no attribute 'temporaryDirectory'



Failure in test testImageEditString (Products.CMFPlone.tests.testContentTypeScripts.TestEditShortName)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 188, in testImageEditString
    self.assertEqual(str(self.folder.image.data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"

/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PortalTransforms/Products/PortalTransforms/libtransforms/commandtransform.py:97: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')


Error in test testFileRenameKeepsMimeType (Products.CMFPlone.tests.testContentTypeScripts.TestEditFileKeepsMimeType)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 238, in testFileRenameKeepsMimeType
    transaction.savepoint(optimistic=True) # make rename work
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1091, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 631, in _store_objects
    self._version, transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1254, in storeBlob
    targetpath = self._getBlobPath()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1274, in _getBlobPath
    return os.path.join(self.temporaryDirectory(), 'savepoints')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1282, in temporaryDirectory
    return self._storage.temporaryDirectory()
AttributeError: DemoStorage instance has no attribute 'temporaryDirectory'



Failure in test testImageEditKeepsMimeType (Products.CMFPlone.tests.testContentTypeScripts.TestEditFileKeepsMimeType)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 228, in testImageEditKeepsMimeType
    self.assertEqual(self.folder.image.Format(), 'image/gif')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'text/plain' != 'image/gif'



Failure in test testImageMimeType (Products.CMFPlone.tests.testContentTypeScripts.TestEditFileKeepsMimeType)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 216, in testImageMimeType
    self.assertEqual(self.folder.image.Format(), 'image/gif')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'text/plain' != 'image/gif'



Failure in test testImageRenameKeepsMimeType (Products.CMFPlone.tests.testContentTypeScripts.TestEditFileKeepsMimeType)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 244, in testImageRenameKeepsMimeType
    self.assertEqual(self.folder.image.Format(), 'image/gif')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'text/plain' != 'image/gif'



Error in test testUploadFile (Products.CMFPlone.tests.testContentTypeScripts.TestFileExtensions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 289, in afterSetUp
    transaction.savepoint(optimistic=True) # make rename work
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1091, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 631, in _store_objects
    self._version, transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1254, in storeBlob
    targetpath = self._getBlobPath()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1274, in _getBlobPath
    return os.path.join(self.temporaryDirectory(), 'savepoints')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1282, in temporaryDirectory
    return self._storage.temporaryDirectory()
AttributeError: DemoStorage instance has no attribute 'temporaryDirectory'



Error in test testUploadImage (Products.CMFPlone.tests.testContentTypeScripts.TestFileExtensions)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 289, in afterSetUp
    transaction.savepoint(optimistic=True) # make rename work
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1091, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 631, in _store_objects
    self._version, transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1254, in storeBlob
    targetpath = self._getBlobPath()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1274, in _getBlobPath
    return os.path.join(self.temporaryDirectory(), 'savepoints')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1282, in temporaryDirectory
    return self._storage.temporaryDirectory()
AttributeError: DemoStorage instance has no attribute 'temporaryDirectory'



Error in test testUploadBadFile (Products.CMFPlone.tests.testContentTypeScripts.TestBadFileIds)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 318, in afterSetUp
    transaction.savepoint(optimistic=True) # make rename work
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1091, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 631, in _store_objects
    self._version, transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1254, in storeBlob
    targetpath = self._getBlobPath()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1274, in _getBlobPath
    return os.path.join(self.temporaryDirectory(), 'savepoints')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1282, in temporaryDirectory
    return self._storage.temporaryDirectory()
AttributeError: DemoStorage instance has no attribute 'temporaryDirectory'



Error in test testUploadBadImage (Products.CMFPlone.tests.testContentTypeScripts.TestBadFileIds)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypeScripts.py", line 318, in afterSetUp
    transaction.savepoint(optimistic=True) # make rename work
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1091, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 631, in _store_objects
    self._version, transaction)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1254, in storeBlob
    targetpath = self._getBlobPath()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1274, in _getBlobPath
    return os.path.join(self.temporaryDirectory(), 'savepoints')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/ZODB3-3.8.3-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 1282, in temporaryDirectory
    return self._storage.temporaryDirectory()
AttributeError: DemoStorage instance has no attribute 'temporaryDirectory'



Failure in test testImageEdit (Products.CMFPlone.tests.testContentTypes.TestContentTypes)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentTypes.py", line 87, in testImageEdit
    self.assertEqual(str(self.folder.image.data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testEditFormatMetadataOfImage (Products.CMFPlone.tests.testPloneTool.TestPloneTool)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testPloneTool.py", line 108, in testEditFormatMetadataOfImage
    self.assertEqual(self.folder.image.Format(), 'application/zip')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'text/plain' != 'application/zip'



Failure in test testImagePatch (Products.CMFPlone.tests.testPortalCreation.TestPortalCreation)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testPortalCreation.py", line 173, in testImagePatch
    self.assertEqual(self.folder.foo.tag()[-len(endswith):], endswith)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'e" alt="" title="" height="0" width="0" />' != ' alt="" title="" height="16" width="16" />'

/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Zope2/src/OFS/subscribers.py:73: DeprecationWarning: plone.app.blob.content.ATBlob.manage_beforeDelete is discouraged. You should use event subscribers instead.
  DeprecationWarning)


Failure in test testPUTImage (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 150, in testPUTImage
    self.assertEqual(str(self.folder.new_image.getImage().data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testPUTImageGIFNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 167, in testPUTImageGIFNoContentType
    self.assertEqual(str(self.folder['test.gif'].getImage().data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testPUTImageICONoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 237, in testPUTImageICONoContentType
    self.assertEqual(str(self.folder['test.ico'].getImage().data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testPUTImageJPGNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 184, in testPUTImageJPGNoContentType
    self.assertEqual(str(self.folder['test.jpg'].getImage().data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testPUTImagePNGNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 201, in testPUTImagePNGNoContentType
    self.assertEqual(str(self.folder['test.png'].getImage().data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testPUTImageTIFFNoContentType (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 218, in testPUTImageTIFFNoContentType
    self.assertEqual(str(self.folder['test.tiff'].getImage().data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test testPUTIndexHtmlImage (Products.CMFPlone.tests.testWebDAV.TestPUTObjects)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testWebDAV.py", line 250, in testPUTIndexHtmlImage
    self.assertEqual(str(self.folder.index_html.getImage().data), dummy.GIF)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '' != "GIF89a\x10\x00\x10\x00\xf3\x00\x00\x00\x93\xc8\x12\x9a\xcb*\xa2\xcf>\xa8\xd2P\xaf\xd5a\xb6\xd9\x81\xc3\xe1\xac\xd7\xeb\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00!\xff\x0bNETSCAPE2.0\x03\x01\x00\x00\x00!\xf9\x04\t\x00\x00\t\x00,\x00\x00\x00\x00\x10\x00\x10\x00\x00\x04\xad0\xa5\x94\x0e\x01\x00\x00rR\x82)\xa5\x94\x06\x00\x80\x10\x00\x00\x1c)\xa5\x94\x02\x10'\xa5\x94\xe0\x11 \xa4\x94\x06()\x19\x03SJ\x89\x80\x91\x0e\x10)\x19\x08\x80I)%\x01\x0e\x01'\xc1d\x000)\xa5t\x00\x01\x00\xa6\x94\x921)\x19\x93\x12\x00\x10\x90\x94RJ)\x19\x00L\x82\x04\x00\x92RJ)%\x03\x004\x89\x00\x00RJ\xc9\x98\x94\xa01)\x01@\xc0I\xc9\x00\x00MJ)\x1d@\x0e\x10)\x19\x08\x80I)%\x01N\x1a\x80\xc0\x94\x8cI)%\x02FJ\t\x06 NJ)\x1d\x01BJ0\xa54\x00\x00\x84\x00\x00F\x82)\xa5\x94\xd2!\x00\x00@\x0eL)\xa5\x08\x00;"



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt
Failed doctest test for LoginAndLogout.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 40, example 18]>", line 1, in <module>
        browser.getLink('Log out').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 41, in LoginAndLogout.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/logged_out'
Got:
    'http://nohost/plone'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 52, example 22]>", line 1, in <module>
        browser.getControl('Login Name').value = 'test_user_1_'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Login Name'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 53, example 23]>", line 1, in <module>
        browser.getControl('Password').value = 'wrongpassword'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Password'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 54, example 24]>", line 1, in <module>
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Log in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 55, in LoginAndLogout.txt
Failed example:
    "Login failed" in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 57, in LoginAndLogout.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/login_form'
Got:
    'http://nohost/plone'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 65, example 29]>", line 1, in <module>
        browser.getControl('Login Name').value = 'test_user_1_'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Login Name'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 66, example 30]>", line 1, in <module>
        browser.getControl('Password').value = 'secret'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Password'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 67, example 31]>", line 1, in <module>
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Log in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 71, in LoginAndLogout.txt
Failed example:
    'You are now logged in' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 82, example 35]>", line 1, in <module>
        browser.getLink('Log out').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 83, in LoginAndLogout.txt
Failed example:
    'You are now logged out' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 94, example 39]>", line 1, in <module>
        browser.getControl('Login Name').value = 'rootuser'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Login Name'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 95, example 40]>", line 1, in <module>
        browser.getControl('Password').value = 'secret'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Password'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 96, example 41]>", line 1, in <module>
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Log in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 97, in LoginAndLogout.txt
Failed example:
    'You are now logged in' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 107, example 44]>", line 1, in <module>
        browser.getLink('Log out').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 109, in LoginAndLogout.txt
Failed example:
    'require_login' in browser.url
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 112, example 47]>", line 1, in <module>
        browser.getControl('Login Name').value = 'test_user_1_'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Login Name'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 113, example 48]>", line 1, in <module>
        browser.getControl('Password').value = 'secret'
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Password'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 114, example 49]>", line 1, in <module>
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 366, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Log in'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest LoginAndLogout.txt[line 188, example 74]>", line 1, in <module>
        browser.getLink('Log out').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/LoginAndLogout.txt", line 189, in LoginAndLogout.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/logged_out'
Got:
    'http://nohost/plone/'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/csrf.txt
Failed doctest test for csrf.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/csrf.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[line 46, example 11]>", line 1, in <module>
        browser.getLink('Site Setup')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/mails.txt
Failed doctest test for mails.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/mails.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 20, example 5]>", line 1, in <module>
        browser.getLink('Contact').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/mails.txt", line 21, in mails.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/contact-info'
Got:
    'http://nohost/plone'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 26, example 7]>", line 1, in <module>
        form = browser.getForm(name='feedback_form')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 398, in getForm
        form = disambiguate(matching_forms, '', index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 28, example 8]>", line 1, in <module>
        form.getControl(name='sender_fullname').value = 'T\xc3\xa4st user'
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 29, example 9]>", line 1, in <module>
        form.getControl(name='sender_from_address').value = 'test at plone.test'
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 30, example 10]>", line 1, in <module>
        form.getControl(name='subject').value = 'Some t\xc3\xa4st subject.'
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 31, example 11]>", line 1, in <module>
        form.getControl(name='message').value = 'Another t\xc3\xa4st message.'
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 35, example 12]>", line 1, in <module>
        form.submit()
    NameError: name 'form' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/mails.txt", line 37, in mails.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/contact-info'
Got:
    'http://nohost/plone'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/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/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 46, example 15]>", line 1, in <module>
        msg = mailhost.messages[0]
      File "/usr/local/python2.6/lib/python2.6/UserList.py", line 31, in __getitem__
        def __getitem__(self, i): return self.data[i]
    IndexError: list index out of range
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/mails.txt", line 50, in mails.txt
Failed example:
    'To: mail at plone.test' in msg
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 50, example 16]>", line 1, in <module>
        'To: mail at plone.test' in msg
    NameError: name 'msg' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/mails.txt", line 53, in mails.txt
Failed example:
    'From: mail at plone.test' in msg
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 53, example 17]>", line 1, in <module>
        'From: mail at plone.test' in msg
    NameError: name 'msg' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/mails.txt", line 58, in mails.txt
Failed example:
    'Subject: =?utf-8?q?Some_t=C3=A4st_subject=2E?=' in msg
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 58, example 18]>", line 1, in <module>
        'Subject: =?utf-8?q?Some_t=C3=A4st_subject=2E?=' in msg
    NameError: name 'msg' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/mails.txt", line 63, in mails.txt
Failed example:
    msg
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest mails.txt[line 63, example 19]>", line 1, in <module>
        msg
    NameError: name 'msg' is not defined

  Ran 1063 tests with 25 failures and 7 errors in 2 minutes 59.634 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.blob.tests.layer.BlobReplacementLayer in 0.000 seconds.
  Tear down plone.app.blob.tests.layer.BlobLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.411 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.014 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 129 tests with 0 failures and 0 errors in 0.055 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1746 tests, 26 failures, 68 errors in 3 minutes 34.339 seconds.

FAILED (failures=26, errors=68) 




More information about the Testbot mailing list