[Testbot] FAILED (108 packages, 10 failures) : Plone-4.1 Zope-2.13 Python-2.6.6

Plone Tests plone-tests at epy.co.at
Fri Sep 2 07:37:45 UTC 2011


Plone Tests : FAILED (108 packages, 10 failures)
Plone-4.1 Zope-2.13 Python-2.6.6

Running ./bin/alltests -q --no-color --no-progress
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.887 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 3.529 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.GenericSetup/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 1.473 seconds.
  Ran 31 tests with 0 failures and 0 errors in 0.522 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.033 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.358 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.399 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ZCatalog-2.13.20-py2.6.egg/Products/ZCatalog/ZCatalog.py:604: DeprecationWarning: Your query None produced no query restriction. Currently the entire catalog content is returned. In Zope 2.14 this will result in an empty LazyCat to be returned.
  return self._catalog.searchResults(REQUEST, used, **kw)


Failure in test test_additional_view (Products.ATContentTypes.tests.test_atfolder.TestATFolderFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/atctftestcase.py", line 133, in test_additional_view
    "%s: %s" % (view, response.getStatus())) # OK
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: folder_listing: 500



Failure in test test_base_view (Products.ATContentTypes.tests.test_atfolder.TestATFolderFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/atctftestcase.py", line 88, in test_base_view
    self.failUnlessEqual(response.getStatus(), 200) # OK
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Failure in test test_dynamic_view (Products.ATContentTypes.tests.test_atfolder.TestATFolderFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/atctftestcase.py", line 93, in test_dynamic_view
    self.failUnlessEqual(response.getStatus(), 200) # OK
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Failure in test test_dynamic_view_without_view (Products.ATContentTypes.tests.test_atfolder.TestATFolderFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/test_atfolder.py", line 170, in test_dynamic_view_without_view
    self.failUnlessEqual(response.getStatus(), 200) #
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Failure in test test_additional_view (Products.ATContentTypes.tests.test_atfolder.TestATBTreeFolderFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/atctftestcase.py", line 133, in test_additional_view
    "%s: %s" % (view, response.getStatus())) # OK
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: folder_listing: 500



Failure in test test_base_view (Products.ATContentTypes.tests.test_atfolder.TestATBTreeFolderFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/atctftestcase.py", line 88, in test_base_view
    self.failUnlessEqual(response.getStatus(), 200) # OK
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Failure in test test_dynamic_view (Products.ATContentTypes.tests.test_atfolder.TestATBTreeFolderFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/atctftestcase.py", line 93, in test_dynamic_view
    self.failUnlessEqual(response.getStatus(), 200) # OK
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Failure in test test_templatemixin_view_without_view (Products.ATContentTypes.tests.test_atfolder.TestATBTreeFolderFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/test_atfolder.py", line 189, in test_templatemixin_view_without_view
    self.failUnlessEqual(response.getStatus(), 200) #
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Failure in test test_base_view (Products.ATContentTypes.tests.test_attopic.TestATTopicFunctional)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/atctftestcase.py", line 88, in test_base_view
    self.failUnlessEqual(response.getStatus(), 200) # OK
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 200



Error in test test_defaultFolderViews (Products.ATContentTypes.tests.test_browserdefaultmixin.TestBrowserDefaultMixin)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/test_browserdefaultmixin.py", line 43, in test_defaultFolderViews
    resolved = self.af.unrestrictedTraverse('folder_listing')()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
    self, source, extra_context
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
   - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
   - Line 30, Column 4
   - Expression: <PathExpr standard:u'context/@@plone_view'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <ATFolder at /plone/Members/test_user_1_/af>,
       'default': <object object at 0x2b88efb6a7d0>,
       'here': <ATFolder at /plone/Members/test_user_1_/af>,
       'loop': {},
       'nothing': None,
       'options': {'args': ()},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xb663b50>,
       'request': <HTTPRequest, URL=http://nohost>,
       'root': <Application at >,
       'template': <FSPageTemplate at /plone/folder_listing used for /plone/Members/test_user_1_/af>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
    object = object.restrictedTraverse(name)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
    raise e
   - __traceback_info__: ([], '@@plone_view')
AttributeError: @@plone_view



Error in test test_setLayoutUnsetsDefaultPage (Products.ATContentTypes.tests.test_browserdefaultmixin.TestBrowserDefaultMixin)
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-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/test_browserdefaultmixin.py", line 114, in test_setLayoutUnsetsDefaultPage
    resolved = self.af.unrestrictedTraverse(layout)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
    self, source, extra_context
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
   - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
   - Line 30, Column 4
   - Expression: <PathExpr standard:u'context/@@plone_view'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <ATFolder at /plone/Members/test_user_1_/af>,
       'default': <object object at 0x2b88efb6a7d0>,
       'here': <ATFolder at /plone/Members/test_user_1_/af>,
       'loop': {},
       'nothing': None,
       'options': {'args': ()},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x8265cb0>,
       'request': <HTTPRequest, URL=http://nohost>,
       'root': <Application at >,
       'template': <FSPageTemplate at /plone/atct_album_view used for /plone/Members/test_user_1_/af>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
    object = object.restrictedTraverse(name)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
    raise e
   - __traceback_info__: ([], '@@plone_view')
AttributeError: @@plone_view



Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for portaltype_criterion.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 99, in portaltype_criterion.txt
Failed example:
    browser.getLink('View').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest portaltype_criterion.txt[34]>", line 1, in <module>
        browser.getLink('View').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 445, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 569, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/testbrowser.py", line 83, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 443, in publish_module
        environ, debug, request, response)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 237, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 126, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 46, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
        self, source, extra_context
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
       - Line 30, Column 4
       - Expression: <PathExpr standard:u'context/@@plone_view'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <ATTopic at /plone/my-collection>,
           'default': <object object at 0x2b88efb6a7d0>,
           'here': <ATTopic at /plone/my-collection>,
           'loop': {},
           'nothing': None,
           'options': {'args': ()},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x799daf8>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSPageTemplate at /plone/atct_topic_view used for /plone/my-collection>,
           'traverse_subpath': [],
           'user': <PropertiedUser 'portal_owner'>}
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
        raise e
       - __traceback_info__: ([], '@@plone_view')
    AttributeError: @@plone_view
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 100, in portaltype_criterion.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest portaltype_criterion.txt[35]>", line 1, in <module>
        browser.url
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 177, in url
        return self.mech_browser.geturl()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 334, in geturl
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 105, in portaltype_criterion.txt
Failed example:
    'Test Document' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest portaltype_criterion.txt[36]>", line 1, in <module>
        'Test Document' in browser.contents
    TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 107, in portaltype_criterion.txt
Failed example:
    'There are currently no results for this search.' in browser.contents
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest portaltype_criterion.txt[37]>", line 1, in <module>
        'There are currently no results for this search.' in browser.contents
    TypeError: argument of type 'NoneType' is not iterable
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 115, in portaltype_criterion.txt
Failed example:
    browser.getLink('Site Setup').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest portaltype_criterion.txt[38]>", line 1, in <module>
        browser.getLink('Site Setup').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 618, in find_link
        return self._filter_links(self._factory.links(), **kwds).next()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 639, in _filter_links
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 116, in portaltype_criterion.txt
Failed example:
    browser.getLink('Language').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest portaltype_criterion.txt[39]>", line 1, in <module>
        browser.getLink('Language').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 618, in find_link
        return self._filter_links(self._factory.links(), **kwds).next()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 639, in _filter_links
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 117, in portaltype_criterion.txt
Failed example:
    browser.getControl('Site language').value = ['de']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest portaltype_criterion.txt[40]>", line 1, in <module>
        browser.getControl('Site language').value = ['de']
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/portaltype_criterion.txt", line 118, in portaltype_criterion.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest portaltype_criterion.txt[41]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for browser_collection_views.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 57, in browser_collection_views.txt
Failed example:
    browser.getLink('Standard view').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[24]>", line 1, in <module>
        browser.getLink('Standard view').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 445, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 569, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 62, in browser_collection_views.txt
Failed example:
    collection_text in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 68, in browser_collection_views.txt
Failed example:
    browser.open('http://nohost/plone/folder')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[28]>", line 1, in <module>
        browser.open('http://nohost/plone/folder')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 69, in browser_collection_views.txt
Failed example:
    browser.getLink('Select a content item as default view...').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[29]>", line 1, in <module>
        browser.getLink('Select a content item as default view...').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 70, in browser_collection_views.txt
Failed example:
    browser.getControl(name='objectId').value = ['collection']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[30]>", line 1, in <module>
        browser.getControl(name='objectId').value = ['collection']
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'objectId'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 71, in browser_collection_views.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[31]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 72, in browser_collection_views.txt
Failed example:
    collection_title in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 74, in browser_collection_views.txt
Failed example:
    collection_description in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ATContentTypes-2.1.4-py2.6.egg/Products/ATContentTypes/tests/browser_collection_views.txt", line 76, in browser_collection_views.txt
Failed example:
    collection_text in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False


  Ran 614 tests with 11 failures and 2 errors in 1 minutes 20.276 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.191 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 645 tests, 11 failures, 2 errors in 1 minutes 34.232 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.i18ntestcase-1.2-py2.6.egg/Products/i18ntestcase/PotTestCase.py:13: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  from popen2 import popen4
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.kupu-1.5.0-py2.6.egg/Products/kupu/plone/tests/TestContent.py:4: DeprecationWarning: Products.ATReferenceBrowserWidget.ATReferenceBrowserWidget has moved to archetypes.referencebrowserwidget.widget. Import of Products.ATReferenceBrowserWidget.ATReferenceBrowserWidget will become unsupported in Plone 5.0
  from Products.ATReferenceBrowserWidget.ATReferenceBrowserWidget import ReferenceBrowserWidget
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.010 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.ZCML in 2.326 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.kupu-1.5.0-py2.6.egg/Products/kupu/plone/util.py:29: DeprecationWarning: minimalpath() is deprecated and will be removed in CMF 2.3.
  kupu_plone_skin_dir = minimalpath(os.path.join(kupu_package_dir, relpath))
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.kupu-1.5.0-py2.6.egg/Products/kupu/plone/util.py:30: DeprecationWarning: createDirectoryView() called with deprecated reg_key format. Support for old key formats will be removed in CMF 2.3. Please use the new key format <product>:<subdir> instead.
  createDirectoryView(skinstool, kupu_plone_skin_dir, name)
<string>:207: DeprecationWarning: changeSkin should be called with 'REQUEST' as second argument. The BBB code will be removed in CMF 2.3.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.kupu-1.5.0-py2.6.egg/Products/kupu/plone/tests/kuputestcase.py:26: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', Products.kupu.plone)
 in 5.589 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlacefulWorkflow/Products/CMFPlacefulWorkflow/tests/policy_form.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  ;-*-Doctest-*-
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.kupu-1.5.0-py2.6.egg/Products/kupu/plone/plonedrawers.py:224: DeprecationWarning: getIcon() is deprecated and provides only limited backwards compatibility. It will be removed in CMF 2.4. Please use getIconExprObject() instead.
  return "%s/%s" % (self.base, type.getIcon())


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.iterate-2.1.3-py2.6.egg/plone/app/iterate/tests/browser.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for browser.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.iterate-2.1.3-py2.6.egg/plone/app/iterate/tests/browser.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.iterate-2.1.3-py2.6.egg/plone/app/iterate/tests/browser.txt", line 141, in browser.txt
Failed example:
    browser.open(portal.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[55]>", line 1, in <module>
        browser.open(portal.absolute_url())
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error


  Ran 390 tests with 1 failures and 0 errors in 22.781 seconds.
Running Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer tests:
  Set up Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer in 0.003 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.999 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.199 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.008 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Generated checkid_setup request to http://www.myopenid.com/server with assocication {HMAC-SHA1}{4e607508}{edczag==}
Generated checkid_setup request to http://www.myopenid.com/server with assocication {HMAC-SHA1}{4e607509}{knfkdw==}
  Ran 19 tests with 0 failures and 0 errors in 1.498 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 413 tests, 1 failures, 0 errors in 34.432 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.709 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:1: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  #!/usr/local/python2.6/bin/python
  Ran 9 tests with 0 failures and 0 errors in 0.094 seconds.
Running Products.Archetypes.tests.layer.ZCML tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.179 seconds.
  Set up Products.Archetypes.tests.layer.ZCML in 0.288 seconds.
  Ran 59 tests with 0 failures and 0 errors in 3.865 seconds.
Running Products.Archetypes.tests.layer.ArchetypesSite tests:
  Set up Products.Archetypes.tests.layer.ArchetypesSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.GenericSetup/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 1.443 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.ZCatalog-2.13.20-py2.6.egg/Products/ZCatalog/ZCatalog.py:604: DeprecationWarning: Your query None produced no query restriction. Currently the entire catalog content is returned. In Zope 2.14 this will result in an empty LazyCat to be returned.
  return self._catalog.searchResults(REQUEST, used, **kw)
  Ran 466 tests with 0 failures and 0 errors in 36.261 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.Archetypes.tests.layer.ArchetypesSite in 0.039 seconds.
  Tear down Products.Archetypes.tests.layer.ZCML in 0.005 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.179 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.442 seconds.
  Ran 10 tests with 0 failures and 0 errors in 1.627 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.005 seconds.
  Ran 19 tests with 0 failures and 0 errors in 1.869 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.184 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 25 tests with 0 failures and 0 errors in 0.135 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 588 tests, 0 failures, 0 errors in 55.785 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.081 seconds.
  Ran 229 tests with 0 failures and 0 errors in 1.126 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.161 seconds.
  Set up Products.CMFCalendar.testing.FunctionalLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.GenericSetup/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 0.408 seconds.
  Ran 20 tests with 0 failures and 0 errors in 1.406 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
  Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.017 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
  Set up Products.CMFCore.testing.EventZCMLLayer in 0.001 seconds.
  Ran 8 tests with 0 failures and 0 errors in 0.204 seconds.
Running Products.CMFCore.testing.ExportImportZCMLLayer tests:
  Tear down Products.CMFCore.testing.EventZCMLLayer in 0.000 seconds.
  Set up Products.CMFCore.testing.ExportImportZCMLLayer in 0.001 seconds.
  Ran 10 tests with 0 failures and 0 errors in 0.634 seconds.
Running Products.CMFCore.testing.TraversingEventZCMLLayer tests:
  Tear down Products.CMFCore.testing.ExportImportZCMLLayer in 0.000 seconds.
  Set up Products.CMFCore.testing.TraversingEventZCMLLayer in 0.001 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.166 seconds.
Running Products.CMFDefault.testing.FunctionalLayer tests:
  Tear down Products.CMFCore.testing.TraversingEventZCMLLayer in 0.000 seconds.
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.145 seconds.
  Set up Products.CMFDefault.testing.FunctionalLayer in 0.299 seconds.
  Ran 32 tests with 0 failures and 0 errors in 4.134 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
  Tear down Products.CMFDefault.testing.FunctionalLayer in 0.015 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.002 seconds.
  Set up Products.CMFUid.testing.UidEventZCMLLayer in 0.001 seconds.
  Ran 12 tests with 0 failures and 0 errors in 0.313 seconds.
Running Products.DCWorkflow.testing.ExportImportZCMLLayer tests:
  Tear down Products.CMFUid.testing.UidEventZCMLLayer in 0.000 seconds.
  Set up Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.134 seconds.
  Ran 38 tests with 0 failures and 0 errors in 0.723 seconds.
Running Products.GenericSetup.testing.ExportImportZCMLLayer tests:
  Tear down Products.DCWorkflow.testing.ExportImportZCMLLayer in 0.000 seconds.
  Set up Products.GenericSetup.testing.ExportImportZCMLLayer in 0.045 seconds.
  Ran 193 tests with 0 failures and 0 errors in 0.643 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.GenericSetup.testing.ExportImportZCMLLayer in 0.000 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 261 tests with 0 failures and 0 errors in 0.292 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 808 tests, 0 failures, 0 errors in 12.236 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.852 seconds.
  Ran 27 tests with 0 failures and 0 errors in 0.055 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.342 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.628 seconds.
  Ran 135 tests with 0 failures and 0 errors in 23.231 seconds.
Running Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer tests:
  Set up Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFDiffTool-2.0-py2.6.egg/Products/CMFDiffTool/tests/BaseTestCase.py:39: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', schemaextender)
 in 0.017 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.307 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Tear down Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer in 0.216 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.006 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 2.576 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.GenericSetup/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 1.350 seconds.
  Ran 20 tests with 0 failures and 0 errors in 0.422 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.033 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.003 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.443 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.790 seconds.
  Set up plone.app.blob.tests.layer.BlobLayer in 0.098 seconds.
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.211 seconds.
  Ran 6 tests with 0 failures and 0 errors in 2.107 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.217 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.005 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 191 tests, 0 failures, 0 errors in 49.347 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.content-2.0.7-py2.6.egg/plone/app/content/browser/tests/test_doctests.py:1: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.content-2.0.7-py2.6.egg/plone/app/content/browser/tests/test_reviewlist.py:8: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.i18n-2.0.1-py2.6.egg/plone/app/i18n/locales/browser/tests.py:7: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing.doctestunit import DocTestSuite
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.449 seconds.
  Ran 120 tests with 0 failures and 0 errors in 0.723 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Products.CMFTestCase.layer.ZCML in 3.138 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.GenericSetup/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 0.234 seconds.
  Ran 32 tests with 0 failures and 0 errors in 3.277 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.018 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.326 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 11.138 seconds.


Error in test testCallFolderWithDefaultPageGivesTemplate (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-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/testBrowserDefault.py", line 165, in testCallFolderWithDefaultPageGivesTemplate
    self.compareLayoutVsCall(self.portal.atctfolder)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/testBrowserDefault.py", line 84, in compareLayoutVsCall
    viewed = obj.restrictedTraverse(viewaction)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
    self, source, extra_context
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
   - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
   - Line 30, Column 4
   - Expression: <PathExpr standard:u'context/@@plone_view'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <ATFolder at /plone/atctfolder>,
       'default': <object object at 0x2aca6bf48680>,
       'here': <ATFolder at /plone/atctfolder>,
       'loop': {},
       'nothing': None,
       'options': {'args': ()},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xba4d730>,
       'request': <HTTPRequest, URL=http://nohost>,
       'root': <Application at >,
       'template': <FSPageTemplate at /plone/folder_listing used for /plone/atctfolder>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
    object = object.restrictedTraverse(name)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
    raise e
   - __traceback_info__: ([], '@@plone_view')
AttributeError: @@plone_view



Error in test testCallFolderWithoutDefaultPageGivesTemplate (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-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/testBrowserDefault.py", line 160, in testCallFolderWithoutDefaultPageGivesTemplate
    self.compareLayoutVsCall(self.portal.atctfolder)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/testBrowserDefault.py", line 84, in compareLayoutVsCall
    viewed = obj.restrictedTraverse(viewaction)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
    self, source, extra_context
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
   - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
   - Line 30, Column 4
   - Expression: <PathExpr standard:u'context/@@plone_view'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <ATFolder at /plone/atctfolder>,
       'default': <object object at 0x2aca6bf48680>,
       'here': <ATFolder at /plone/atctfolder>,
       'loop': {},
       'nothing': None,
       'options': {'args': ()},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x991c208>,
       'request': <HTTPRequest, URL=http://nohost>,
       'root': <Application at >,
       'template': <FSPageTemplate at /plone/folder_listing used for /plone/atctfolder>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
    object = object.restrictedTraverse(name)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
    raise e
   - __traceback_info__: ([], '@@plone_view')
AttributeError: @@plone_view



Error in test testCall (Products.CMFPlone.tests.testBrowserDefault.TestPortalBrowserDefault)
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-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/testBrowserDefault.py", line 254, in testCall
    resolved = self.portal()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFDynamicViewFTI-4.0.2-py2.6.egg/Products/CMFDynamicViewFTI/browserdefault.py", line 76, in __call__
    return template()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
    self, source, extra_context
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
   - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
   - Line 30, Column 4
   - Expression: <PathExpr standard:u'context/@@plone_view'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <PloneSite at /plone>,
       'default': <object object at 0x2aca6bf48680>,
       'here': <PloneSite at /plone>,
       'loop': {},
       'nothing': None,
       'options': {'args': ()},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x82e2c00>,
       'request': <HTTPRequest, URL=http://nohost>,
       'root': <Application at >,
       'template': <FSPageTemplate at /plone/folder_listing>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
    object = object.restrictedTraverse(name)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 299, in unrestrictedTraverse
    raise e
   - __traceback_info__: ([], '@@plone_view')
AttributeError: @@plone_view



Error in test testSetLayout (Products.CMFPlone.tests.testBrowserDefault.TestPortalBrowserDefault)
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-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/testBrowserDefault.py", line 281, in testSetLayout
    view = self.portal.view()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/Portal.py", line 116, in view
    return self()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFDynamicViewFTI-4.0.2-py2.6.egg/Products/CMFDynamicViewFTI/browserdefault.py", line 76, in __call__
    return template()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
    self, source, extra_context
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
   - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
   - Line 30, Column 4
   - Expression: <PathExpr standard:u'context/@@plone_view'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <PloneSite at /plone>,
       'default': <object object at 0x2aca6bf48680>,
       'here': <PloneSite at /plone>,
       'loop': {},
       'nothing': None,
       'options': {'args': ()},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xbc22520>,
       'request': <HTTPRequest, URL=http://nohost>,
       'root': <Application at >,
       'template': <FSPageTemplate at /plone/folder_listing>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
    object = object.restrictedTraverse(name)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 299, in unrestrictedTraverse
    raise e
   - __traceback_info__: ([], '@@plone_view')
AttributeError: @@plone_view



Error in test testSetLayoutUnsetsDefaultPage (Products.CMFPlone.tests.testBrowserDefault.TestPortalBrowserDefault)
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-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/testBrowserDefault.py", line 335, in testSetLayoutUnsetsDefaultPage
    view = self.portal.view()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/Portal.py", line 116, in view
    return self()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFDynamicViewFTI-4.0.2-py2.6.egg/Products/CMFDynamicViewFTI/browserdefault.py", line 76, in __call__
    return template()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
    result = self.pt_render(extra_context=bound_names)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
    self, source, extra_context
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
    showtal=showtal)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
   - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
   - Line 30, Column 4
   - Expression: <PathExpr standard:u'context/@@plone_view'>
   - Names:
      {'container': <PloneSite at /plone>,
       'context': <PloneSite at /plone>,
       'default': <object object at 0x2aca6bf48680>,
       'here': <PloneSite at /plone>,
       'loop': {},
       'nothing': None,
       'options': {'args': ()},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xbad7310>,
       'request': <HTTPRequest, URL=http://nohost>,
       'root': <Application at >,
       'template': <FSPageTemplate at /plone/folder_listing>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>}
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
    object = object.restrictedTraverse(name)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 299, in unrestrictedTraverse
    raise e
   - __traceback_info__: ([], '@@plone_view')
AttributeError: @@plone_view

/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.PortalTransforms-2.0.7-py2.6.egg/Products/PortalTransforms/libtransforms/commandtransform.py:103: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for AddMoveAndDeleteDocument.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 39, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.open('http://nohost/plone/Members/test_user_1_')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[7]>", line 1, in <module>
        browser.open('http://nohost/plone/Members/test_user_1_')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 40, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[8]>", line 1, in <module>
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 41, in AddMoveAndDeleteDocument.txt
Failed example:
    'Add new item' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 43, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Page').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[10]>", line 1, in <module>
        browser.getControl('Page').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Page'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 44, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[11]>", line 1, in <module>
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 46, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/Members/test_user_1_/portal_factory/Document/.../edit'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 52, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Body Text').value = 'About test_user_1_'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[13]>", line 1, in <module>
        browser.getControl('Body Text').value = 'About test_user_1_'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Body Text'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 53, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[14]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 54, in AddMoveAndDeleteDocument.txt
Failed example:
    'Title is required, please correct.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 59, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'My Page'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[16]>", line 1, in <module>
        browser.getControl('Title').value = 'My Page'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 60, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[17]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 61, in AddMoveAndDeleteDocument.txt
Failed example:
    'Changes saved.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 63, in AddMoveAndDeleteDocument.txt
Failed example:
    'My Page' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 68, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[20]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 69, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'Ons Bier'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[21]>", line 1, in <module>
        browser.getControl('Title').value = 'Ons Bier'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 70, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[22]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 71, in AddMoveAndDeleteDocument.txt
Failed example:
    'Ons Bier' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 76, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.open('http://nohost/plone/Members/test_user_1_/my-page')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[24]>", line 1, in <module>
        browser.open('http://nohost/plone/Members/test_user_1_/my-page')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 80, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[25]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 81, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'Min sida'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[26]>", line 1, in <module>
        browser.getControl('Title').value = 'Min sida'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 82, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Cancel').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[27]>", line 1, in <module>
        browser.getControl('Cancel').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Cancel'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 94, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[30]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 95, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').click()    
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[31]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 96, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Cancel').click() 
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[32]>", line 1, in <module>
        browser.getControl('Cancel').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Cancel'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 97, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/Members/test_user_1_/my-page/view'
Got:
    'http://nohost/plone/Members/test_user_1_/my-page'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 106, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[34]>", line 1, in <module>
        browser.getLink('Edit').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 107, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/Members/test_user_1_/my-page/edit'
Got:
    'http://nohost/plone/Members/test_user_1_/my-page'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 112, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').displayValue
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[36]>", line 1, in <module>
        browser.getControl(name='language').displayValue
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'language'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 122, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').value = ['de']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[38]>", line 1, in <module>
        browser.getControl(name='language').value = ['de']
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'language'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 123, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl(name='language').displayValue
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[39]>", line 1, in <module>
        browser.getControl(name='language').displayValue
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'language'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 126, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[40]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 127, in AddMoveAndDeleteDocument.txt
Failed example:
    'Changes saved.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 132, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.headers.dict['content-language']
Expected:
    'de'
Got:
    'en'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 141, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[43]>", line 1, in <module>
        browser.getLink('Actions').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 145, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[44]>", line 1, in <module>
        browser.getControl('Ons Bier').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Ons Bier'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 146, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Cut').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[45]>", line 1, in <module>
        browser.getControl('Cut').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Cut'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 150, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[46]>", line 1, in <module>
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 151, in AddMoveAndDeleteDocument.txt
Failed example:
    'Add new item' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 153, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Folder').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[48]>", line 1, in <module>
        browser.getControl('Folder').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Folder'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 154, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[49]>", line 1, in <module>
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 157, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Title').value = 'My Folder'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[50]>", line 1, in <module>
        browser.getControl('Title').value = 'My Folder'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 158, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[51]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 159, in AddMoveAndDeleteDocument.txt
Failed example:
    'Changes saved.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 165, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[53]>", line 1, in <module>
        browser.getLink('Actions').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 166, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Paste').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[54]>", line 1, in <module>
        browser.getControl('Paste').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Paste'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 167, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) pasted.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 169, in AddMoveAndDeleteDocument.txt
Failed example:
    'Ons Bier' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 178, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.open('http://nohost/plone/Members/test_user_1_/my-folder/')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[57]>", line 1, in <module>
        browser.open('http://nohost/plone/Members/test_user_1_/my-folder/')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 179, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getLink('Actions').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[58]>", line 1, in <module>
        browser.getLink('Actions').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 180, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/Members/test_user_1_/my-folder/folder_contents'
Got:
    'http://nohost/plone/Members/test_user_1_/my-folder/'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 186, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Ons Bier').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[60]>", line 1, in <module>
        browser.getControl('Ons Bier').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Ons Bier'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 187, in AddMoveAndDeleteDocument.txt
Failed example:
    browser.getControl('Delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest AddMoveAndDeleteDocument.txt[61]>", line 1, in <module>
        browser.getControl('Delete').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/AddMoveAndDeleteDocument.txt", line 188, in AddMoveAndDeleteDocument.txt
Failed example:
    'Item(s) deleted.' in browser.contents
Expected:
    True
Got:
    False




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for browser.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser.txt", line 21, in browser.txt
Failed example:
    browser.open('http://nohost/plone/news')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[6]>", line 1, in <module>
        browser.open('http://nohost/plone/news')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser.txt", line 22, in browser.txt
Failed example:
    browser.contents
Expected:
    '...<body class="template-folder_summary_view portaltype-topic section-news icons-on"...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/news/aggregator/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        <meta content="Site News" name="description" />\n<link rel="kss-base-url" href="http://nohost/plone/news/aggregator/" />\n\n  \n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey9795.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/IEFixes-cachekey1598.css" />\n        <![endif]-->\n    \n    <link rel="stylesh
 eet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey3378.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey8339.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey0231.js"></script>\n\n\n<title>News — Plone site</title>\n        \n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n<link rel="alternate" href="http://nohost/plone/news/aggregator/RSS" title="RSS 1.0" type="application/rss+xml" />\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this si
 te" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-topic section-news icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div class="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/news#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/news#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  <dt id="anon-personalbar">\n    \n        <a href="http://nohost/plone/l
 ogin" id="personaltools-login">Log in</a>\n    \n  </dt>\n</dl>\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/news" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <
 div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="selected"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n
 \n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-current">News</span>\n         \n    </span>\n\n</div>\n</div>\n\n            \n                <div class="">\n\n                    \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n        \n\n      
       <h1 class="documentFirstHeading">\n                We’re sorry, but there seems to be an error…\n            </h1>\n\n            <div id="content-core">\n                \n                    <p>\n                    The error has been logged as entry number\n                    <code>1314944550.110.2861510007</code>.\n                    </p>\n\n                    <p>\n                    If you need to report this to the\n                    <span> <a href="http://nohost/plone/contact-info">Site Administration</a></span>,\n                    please include this entry number in your message.\n                    </p>\n\n                    \n\n                \n\n                \n            </div>\n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n\n\n\n\n\n</div>\n        </div>\n\n        \n        \n\n        
 \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone
  & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser.txt", line 30, in browser.txt
Failed example:
    browser.getControl('Log in').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser.txt[11]>", line 1, in <module>
        browser.getControl('Log in').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 639, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 418, in _clickSubmit
        label=label, coord=coord)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 541, in submit
        return self.open(self.click(*args, **kwds))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for csrf.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 274, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[111]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 639, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 418, in _clickSubmit
        label=label, coord=coord)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 541, in submit
        return self.open(self.click(*args, **kwds))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 280, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/a-folder/')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[113]>", line 1, in <module>
        browser.open('http://nohost/plone/a-folder/')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 284, in csrf.txt
Failed example:
    browser.getLink('Rename').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[114]>", line 1, in <module>
        browser.getLink('Rename').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 285, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[115]>", line 1, in <module>
        browser.getControl(name='_authenticator').value = 'invalid!'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name '_authenticator'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 286, in csrf.txt
Failed example:
    browser.getControl('New Short Name').value = 'folder'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[116]>", line 1, in <module>
        browser.getControl('New Short Name').value = 'folder'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'New Short Name'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 287, in csrf.txt
Failed example:
    browser.getControl('Rename All').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[117]>", line 1, in <module>
        browser.getControl('Rename All').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Rename All'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 292, in csrf.txt
Failed example:
    browser.goBack()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[118]>", line 1, in <module>
        browser.goBack()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 292, in goBack
        self.mech_browser.back(count)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 356, in back
        return self.reload()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 343, in reload
        return self._mech_open(self.request, update_history=False)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    httperror_seek_wrapper: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 293, in csrf.txt
Failed example:
    browser.getControl('New Short Name').value = 'folder'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[119]>", line 1, in <module>
        browser.getControl('New Short Name').value = 'folder'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'New Short Name'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 294, in csrf.txt
Failed example:
    browser.getControl('Rename All').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[120]>", line 1, in <module>
        browser.getControl('Rename All').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Rename All'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 295, in csrf.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/folder/'
Got:
    'http://nohost/plone/a-folder-1/'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 297, in csrf.txt
Failed example:
    browser.contents
Expected:
    '...Info...Renamed...a-folder...to...folder...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/a-folder-1/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/a-folder-1/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey9921.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey9795.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Th
 eme/IEFixes-cachekey1598.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey3378.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6046.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey8339.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey0231.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey2890.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey3677.js"></script>\n\n\n<title>a folder — Plone site</title>\n        \n    <link rel="author" href="http://
 nohost/plone/author/test_user_1_" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-folder section-a-folder-1 icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div class="cell width-full 
 position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/a-folder-1/#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/a-folder-1/#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/dashboard">John Doe</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-plone_setup">\n            <a href="http://nohost/plone/@@overview-controlpanel">Site Se
 tup</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/a-folder-1" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LS
 Result" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title
 ="Site Users">Users</a></li><li id="portaltab-a-folder" class="plain"><a href="http://nohost/plone/a-folder" title="">a folder</a></li><li id="portaltab-a-folder-1" class="selected"><a href="http://nohost/plone/a-folder-1" title="">a folder</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-current">a folder</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n
                 <div class="">\n\n                    \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">\n                We’re sorry, but there seems to be an error…\n            </h1>\n\n            <div id="content-core">\n                \n                    \n\n                    \n\n                    <div>\n                       <p>\n                       Here is the full error message:\n                       </p>\n\n                       <p><a href="error_log/getLogEntryAsText?id=1314944555.210.46494880308">Display traceback as text</a></p>\n\n                       <p>Traceback (innermost last):</p>\r\n<ul>\n\n<li>  Module ZPublisher.
 Publish, line 126, in publish</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 46, in call_object</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 322, in __call__</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 240, in _exec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 180, in pt_render</li>\n\n<li>  Module Products.PageTemplates.PageTemplate, line 79, in pt_render</li>\n\n<li>  Module zope.pagetemplate.pagetemplate, line 113, in pt_render</li>\n\n<li>  Module zope.tal.talinterpreter, line 271, in __call__</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 888, in do_useMacro</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.tal
 interpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 954, in do_defineSlot</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 858, in do_defineMacro</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 954, in do_defineSlot</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpre
 ter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 954, in do_defineSlot</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 946, in do_defineSlot</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, i
 n interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 858, in do_defineMacro</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 858, in do_defineMacro</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 583, in do_setLocal_tal</li>\n\n<li>  Module zope.tales.tales, line 696, in evaluate<b
 r />\r\n<b>URL: file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt</b><br />\r\n<b>Line 30, Column 4</b><br />\r\n<b>Expression: <PathExpr standard:u\'context/@@plone_view\'></b><br />\r\n<b>Names:</b><pre>{\'container\': <PloneSite at /plone>,\n \'context\': <ATFolder at /plone/a-folder-1>,\n \'default\': <object object at 0x2aca6bf48680>,\n \'here\': <ATFolder at /plone/a-folder-1>,\n \'loop\': {},\n \'nothing\': None,\n \'options\': {\'args\': ()},\n \'repeat\': <Products.PageTemplates.Expressions.SafeMapping object at 0xc880e10>,\n \'request\': <HTTPRequest, URL=http://nohost/plone/a-folder-1/folder_listing>,\n \'root\': <Application at >,\n \'template\': <FSPageTemplate at /plone/folder_listing used for /plone/a-folder-1>,\n \'traverse_subpath\': [],\n \'user\': <PloneUser \'test_user_1_\'>}</pre></li>\n\n<li>  Module zope
 .tales.expressions, line 217, in __call__</li>\n\n<li>  Module Products.PageTemplates.Expressions, line 147, in _eval</li>\n\n<li>  Module zope.tales.expressions, line 124, in _eval</li>\n\n<li>  Module Products.PageTemplates.Expressions, line 74, in boboAwareZopeTraverse</li>\n\n<li>  Module OFS.Traversable, line 316, in restrictedTraverse</li>\n\n<li>  Module OFS.Traversable, line 284, in unrestrictedTraverse<br />\r\n__traceback_info__: ([], \'@@plone_view\')</li>\n\n</ul><p>AttributeError: @@plone_view\n</p>\n                    </div>\n\n                \n\n                \n            </div>\n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n\n\n\n<div class="row">\n    <a class="managePortletsFallback" href="http://nohost/plone/a-folder-1/@@manage-portlets">\n        Manage portlets\n    </a>\n</div>\n\n</div>\n        </div>\n\n
         \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/
 WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 302, in csrf.txt
Failed example:
    browser.getLink('Sharing').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[123]>", line 1, in <module>
        browser.getLink('Sharing').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 303, in csrf.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/folder/@@sharing'
Got:
    'http://nohost/plone/a-folder-1/'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 305, in csrf.txt
Failed example:
    browser.getControl(name='entries.role_Editor:records').value
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[125]>", line 1, in <module>
        browser.getControl(name='entries.role_Editor:records').value
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'entries.role_Editor:records'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 308, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[126]>", line 1, in <module>
        browser.getControl(name='_authenticator').value = 'invalid!'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name '_authenticator'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 309, in csrf.txt
Failed example:
    browser.getControl(name='entries.role_Editor:records').value = ['True']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[127]>", line 1, in <module>
        browser.getControl(name='entries.role_Editor:records').value = ['True']
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'entries.role_Editor:records'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 310, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[128]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 316, in csrf.txt
Failed example:
    browser.getControl(name='entries.role_Editor:records').value = ['True']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[130]>", line 1, in <module>
        browser.getControl(name='entries.role_Editor:records').value = ['True']
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'entries.role_Editor:records'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 318, in csrf.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/folder/@@sharing'
Got:
    'http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/atct_edit'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 320, in csrf.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...'
Got:
    '\n\n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey9921.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey9795.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="styleshee
 t" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/IEFixes-cachekey1598.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey3378.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6046.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey8339.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey0231.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey2890.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey3677.js"></script>\n\n\n<title
 >[\xc2\xb7\xc2\xb7\xc2\xb7] — Plone site</title>\n        \n    <link rel="author" href="http://nohost/plone/author/test_user_1_" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n    \n  \n        \n        \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/jscalendar/calendar-system.css); --></style>\n    \n    \n  \n        \n    \n    \n      <script type="text/javascript" charset="iso-8859-1" src="http://nohost/plone/widgets/js/textcount.js">\n      </script>\n    \n    \n      <script type
 ="text/javascript" charset="iso-8859-1" src="http://nohost/plone/widgets/js/keywordmultiselect.js">\n      </script>\n    \n    \n      <script type="text/javascript" charset="iso-8859-1" src="http://nohost/plone/referencebrowser.js">\n      </script>\n    \n    \n      <script type="text/javascript" charset="iso-8859-1" src="http://nohost/plone/jscalendar/calendar_stripped.js">\n      </script>\n    \n    \n      <script type="text/javascript" charset="iso-8859-1" src="http://nohost/plone/jscalendar/calendar-en.js">\n      </script>\n    \n    \n  \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-atct_edit portaltype-folder section-portal_factory icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div class="cell width-full position-0">\
 n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/atct_edit#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/atct_edit#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/dashboard">John Doe</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-plo
 ne_setup">\n            <a href="http://nohost/plone/@@overview-controlpanel">Site Setup</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/portal_factory/Folder/folder.2011-09-02.5541451722" />\n            <label for="searchbox_currentfolder_only" styl
 e="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone
 /events" title="Site Events">Events</a></li><li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li><li id="portaltab-a-folder" class="plain"><a href="http://nohost/plone/a-folder" title="">a folder</a></li><li id="portaltab-a-folder-1" class="plain"><a href="http://nohost/plone/a-folder-1" title="">a folder</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-3:4 position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-curr
 ent">[\xc2\xb7\xc2\xb7\xc2\xb7]</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n                <div class="">\n\n                    \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n    \n\n        <dl class="portalMessage error">\n            <dt>Error</dt>\n            <dd>Please correct the indicated errors.</dd>\n        </dl>\n\n    \n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n      \n        <div>\n      \n        <h1 class="documentFirstHeading">\n          Add\n          <span> Folder </span>\n        </h1>\n        \n\n\n\n       \n\n      \n      \n\n    </div>\n        <div>\n        \n    </div>\n        <div>\n      <form name="edit_form" method="post" enctype="multipart/form-data" class="enableUnlo
 adProtection enableAutoFocus enableFormTabbing enableUnlockProtection" action="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/atct_edit" id="folder-base-edit">\n          \n\n          \n            \n              \n                <fieldset id="fieldset-default">\n                  <legend id="fieldsetlegend-default">Default</legend>\n                  \n                    \n\n      \n        \n        \n            <input type="hidden" name="id" value="folder.2011-09-02.5541451722" />\n        \n      \n    \n                  \n                  \n                    \n      \n      \n        <div class="field error ArchetypesStringWidget  kssattr-atfieldname-title" id="archetypes-fieldname-title">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="title">\n                Title\n                <span class="required" title="Required" style="color: #f00;">\n                  &#x25a0;\n                </
 span>\n            </label>\n            <div class="formHelp" id="title_help"></div>\n          \n          \n          <div class="fieldErrorBox">Title is required, please correct.</div>\n          <input type="text" name="title" class="blurrable firstToFocus" id="title" value="" size="30" maxlength="255" />\n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesTextAreaWidget  kssattr-atfieldname-description" id="archetypes-fieldname-description">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="description">\n                Description\n                \n            </label>\n            <div class="formHelp" id="description_help">Used in item listings and search results.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          \n          \n      \n\n        <textarea class="blurrable firs
 tToFocus" rows="5" name="description" cols="40" id="description"></textarea>\n\n            \n\n            \n\n      \n    \n          \n      \n\n        \n        \n          <input type="hidden" name="description_text_format" value="text/plain" />\n        \n      \n    \n        \n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n              \n                <fieldset id="fieldset-categorization">\n                  <legend id="fieldsetlegend-categorization">Categorization</legend>\n                  \n                    \n            \n      \n        <div class="field ArchetypesKeywordWidget  kssattr-atfieldname-subject" id="archetypes-fieldname-subject">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="subject">\n                Tags\n                \n            </label>\n            <div class="formHelp" id="subject_help">Tags are commonly used for ad-h
 oc organization of content.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          \n            \n                    \n                    \n                    \n                        <dl id="newTagsSection">\n                            <label for="subject_keywords">\n                                <dt id="newTagsTitle">\n                                    <span>\n                                        Create and apply new tags. \n                                    </span>\n                                </dt>\n                                <span id="newTagsHelp" class="formHelp">\n                                    Enter one tag per line, multiple words allowed.\n                                </span>\n                            </label>\n                            <br />\n                            <dd id="newTags">\n                                <textarea id="subject_keywords" name="subject_keywords:lines" rows="4"></text
 area>\n                            </dd>\n                        </dl>\n                    \n              \n                \n        </div>\n      \n\n      \n\n    \n        \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesStringWidget  kssattr-atfieldname-location" id="archetypes-fieldname-location">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="location">\n                Location\n                \n            </label>\n            <div class="formHelp" id="location_help">The geographical location associated with the item, if applicable.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <input type="text" name="location" class="blurrable firstToFocus" id="location" value="" size="30" maxlength="255" />\n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n      
   \n      \n        <div class="field ArchetypesLanguageWidget  kssattr-atfieldname-language" id="archetypes-fieldname-language">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="language">\n                Language\n                \n            </label>\n            <div class="formHelp" id="language_help"></div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          \n                \n                \n                    <!-- Pulldown when longer -->\n                    <select name="language" id="language">\n                        <option value="">Language neutral</option>\n                        <option value="ab">Abkhazian</option>\n                        <option value="aa">Afar</option>\n                        <option value="af">Afrikaans</option>\n                        <option value="sq">Albanian</option>\n                        <option value="am">Amharic</option>\n                      
   <option value="ar">Arabic</option>\n                        <option value="hy">Armenian</option>\n                        <option value="as">Assamese</option>\n                        <option value="ay">Aymara</option>\n                        <option value="az">Azerbaijani</option>\n                        <option value="ba">Bashkir</option>\n                        <option value="eu">Basque</option>\n                        <option value="be">Belarussian</option>\n                        <option value="bn">Bengali</option>\n                        <option value="bh">Bihari</option>\n                        <option value="bi">Bislama</option>\n                        <option value="bs">Bosnian</option>\n                        <option value="br">Breton</option>\n                        <option value="bg">Bulgarian</option>\n                        <option value="my">Burmese</option>\n                        <option value="km">Cambodian/Khmer</option>\n                    
     <option value="ca">Catalan</option>\n                        <option value="zh">Chinese</option>\n                        <option value="kw">Cornish</option>\n                        <option value="co">Corsican</option>\n                        <option value="hr">Croatian</option>\n                        <option value="cs">Czech</option>\n                        <option value="da">Danish</option>\n                        <option value="nl">Dutch</option>\n                        <option selected="selected" value="en">English</option>\n                        <option value="eo">Esperanto</option>\n                        <option value="et">Estonian</option>\n                        <option value="fo">Faroese</option>\n                        <option value="fj">Fiji</option>\n                        <option value="fi">Finnish</option>\n                        <option value="fr">French</option>\n                        <option value="fy">Frisian</option>\n                 
        <option value="gl">Galician</option>\n                        <option value="ka">Georgian</option>\n                        <option value="de">German</option>\n                        <option value="el">Greek</option>\n                        <option value="kl">Greenlandic</option>\n                        <option value="gn">Guarani</option>\n                        <option value="gu">Gujarati</option>\n                        <option value="ha">Hausa</option>\n                        <option value="he">Hebrew</option>\n                        <option value="hi">Hindi</option>\n                        <option value="hu">Hungarian</option>\n                        <option value="is">Icelandic</option>\n                        <option value="dz">Indian Bhutani</option>\n                        <option value="id">Indonesian</option>\n                        <option value="ia">Interlingua</option>\n                        <option value="ie">Interlingue</option>\n         
                <option value="iu">Inuktitut</option>\n                        <option value="ik">Inupiak</option>\n                        <option value="ga">Irish Gaelic</option>\n                        <option value="it">Italian</option>\n                        <option value="ja">Japanese</option>\n                        <option value="jw">Javanese</option>\n                        <option value="kn">Kannada</option>\n                        <option value="ks">Kashmiri</option>\n                        <option value="kk">Kazakh</option>\n                        <option value="ky">Kirghiz</option>\n                        <option value="rn">Kirundi</option>\n                        <option value="rw">Kiyarwanda</option>\n                        <option value="ko">Korean</option>\n                        <option value="ku">Kurdish</option>\n                        <option value="lo">Laotian</option>\n                        <option value="la">Latin</option>\n             
            <option value="lv">Latvian</option>\n                        <option value="li">Limburgish</option>\n                        <option value="ln">Lingala</option>\n                        <option value="lt">Lithuanian</option>\n                        <option value="lb">Luxemburgish</option>\n                        <option value="mk">Macedonian</option>\n                        <option value="mg">Madagascarian</option>\n                        <option value="ms">Malay</option>\n                        <option value="ml">Malayalam</option>\n                        <option value="mt">Maltese</option>\n                        <option value="gv">Manx Gaelic</option>\n                        <option value="mi">Maori</option>\n                        <option value="mr">Marathi</option>\n                        <option value="mo">Moldavian</option>\n                        <option value="mn">Mongolian</option>\n                        <option value="me">Montenegrin</optio
 n>\n                        <option value="na">Nauruan</option>\n                        <option value="ne">Nepali</option>\n                        <option value="se">Northern S\xc3\xa1mi</option>\n                        <option value="no">Norwegian</option>\n                        <option value="nn">Nynorsk</option>\n                        <option value="oc">Occitan</option>\n                        <option value="or">Oriya</option>\n                        <option value="om">Oromo</option>\n                        <option value="ps">Pashto</option>\n                        <option value="fa">Persian</option>\n                        <option value="pl">Polish</option>\n                        <option value="pt">Portuguese</option>\n                        <option value="pa">Punjabi</option>\n                        <option value="qu">Quechua</option>\n                        <option value="rm">Rhaeto-Romance</option>\n                        <option value="ro">Romanian<
 /option>\n                        <option value="ru">Russian</option>\n                        <option value="sm">Samoan</option>\n                        <option value="sg">Sangho</option>\n                        <option value="sa">Sanskrit</option>\n                        <option value="gd">Scottish Gaelic</option>\n                        <option value="sr">Serbian</option>\n                        <option value="sh">Serbo-Croatian</option>\n                        <option value="st">Sesotho</option>\n                        <option value="tn">Setswana</option>\n                        <option value="sn">Shona</option>\n                        <option value="sd">Sindhi</option>\n                        <option value="si">Singhalese</option>\n                        <option value="ss">Siswati</option>\n                        <option value="sk">Slovak</option>\n                        <option value="sl">Slovenian</option>\n                        <option value="so">Somal
 i</option>\n                        <option value="es">Spanish</option>\n                        <option value="su">Sudanese</option>\n                        <option value="sw">Swahili</option>\n                        <option value="sv">Swedish</option>\n                        <option value="tg">Tadjik</option>\n                        <option value="tl">Tagalog</option>\n                        <option value="ta">Tamil</option>\n                        <option value="tt">Tatar</option>\n                        <option value="te">Telugu</option>\n                        <option value="th">Thai</option>\n                        <option value="bo">Tibetan</option>\n                        <option value="ti">Tigrinya</option>\n                        <option value="to">Tonga</option>\n                        <option value="ts">Tsonga</option>\n                        <option value="tr">Turkish</option>\n                        <option value="tk">Turkmen</option>\n           
              <option value="tw">Twi</option>\n                        <option value="ug">Uigur</option>\n                        <option value="uk">Ukrainian</option>\n                        <option value="ur">Urdu</option>\n                        <option value="uz">Uzbek</option>\n                        <option value="vi">Vietnamese</option>\n                        <option value="vo">Volap\xc3\xbck</option>\n                        <option value="wa">Walloon</option>\n                        <option value="cy">Welsh</option>\n                        <option value="wo">Wolof</option>\n                        <option value="xh">Xhosa</option>\n                        <option value="yi">Yiddish</option>\n                        <option value="yo">Yorouba</option>\n                        <option value="za">Zhuang</option>\n                        <option value="zu">Zulu</option>\n                    </select>\n                \n            \n        </div>\n      \n\n     
  \n\n    \n    \n                  \n                </fieldset>\n              \n              \n                <fieldset id="fieldset-dates">\n                  <legend id="fieldsetlegend-dates">Dates</legend>\n                  \n                    \n      \n      \n        <div class="field ArchetypesCalendarWidget  kssattr-atfieldname-effectiveDate" id="archetypes-fieldname-effectiveDate">\n          <span></span>\n          \n          \n          \n          <div class="fieldErrorBox"></div>\n          \n          <div class="formQuestion label">\n              Publishing Date\n              \n          </div>\n          <div class="formHelp" id="effectiveDate_help">The date when the item will be published. If no date is selected the item will be published immediately.</div>\n          \n            <div class="plone_jscalendar">\n\n      <input type="hidden" name="effectiveDate" id="edit_form_effectiveDate_0" />\n      <input type="hidden" id="effectiveDate" />\n\n
       \n\n      \n        <span>\n          <select name="effectiveDate_year" id="edit_form_effectiveDate_0_year" size="1">\n          <option value="0000" selected="selected">--</option>\n          <option value="2001">2001</option>\n          <option value="2002">2002</option>\n          <option value="2003">2003</option>\n          <option value="2004">2004</option>\n          <option value="2005">2005</option>\n          <option value="2006">2006</option>\n          <option value="2007">2007</option>\n          <option value="2008">2008</option>\n          <option value="2009">2009</option>\n          <option value="2010">2010</option>\n          <option value="2011">2011</option>\n          <option value="2012">2012</option>\n          <option value="2013">2013</option>\n          <option value="2014">2014</option>\n          <option value="2015">2015</option>\n          <option value="2016">2016</option>\n\n          </select>\n        </span>\n\n        \n\n        <s
 pan>/</span>\n\n        <span>\n        <select name="effectiveDate_month" id="edit_form_effectiveDate_0_month" size="1">\n          <option value="00" selected="selected">--</option>\n          <option value="01">January</option>\n          <option value="02">February</option>\n          <option value="03">March</option>\n          <option value="04">April</option>\n          <option value="05">May</option>\n          <option value="06">June</option>\n          <option value="07">July</option>\n          <option value="08">August</option>\n          <option value="09">September</option>\n          <option value="10">October</option>\n          <option value="11">November</option>\n          <option value="12">December</option>\n        </select>\n        </span>\n\n        <span>/</span>\n\n        <select name="effectiveDate_day" id="edit_form_effectiveDate_0_day" size="1">\n        \n            <option value="00" selected="selected">--</option>\n            <option value
 ="01">1</option>\n            <option value="02">2</option>\n            <option value="03">3</option>\n            <option value="04">4</option>\n            <option value="05">5</option>\n            <option value="06">6</option>\n            <option value="07">7</option>\n            <option value="08">8</option>\n            <option value="09">9</option>\n            <option value="10">10</option>\n            <option value="11">11</option>\n            <option value="12">12</option>\n            <option value="13">13</option>\n            <option value="14">14</option>\n            <option value="15">15</option>\n            <option value="16">16</option>\n            <option value="17">17</option>\n            <option value="18">18</option>\n            <option value="19">19</option>\n            <option value="20">20</option>\n            <option value="21">21</option>\n            <option value="22">22</option>\n            <option value="23">23</option>\n           
  <option value="24">24</option>\n            <option value="25">25</option>\n            <option value="26">26</option>\n            <option value="27">27</option>\n            <option value="28">28</option>\n            <option value="29">29</option>\n            <option value="30">30</option>\n            <option value="31">31</option>\n        \n        </select>\n        <span class="plone-jscalendar-popup" style="display:none" id="edit_form_effectiveDate_0_popup">\n          <input type="hidden" name="effectiveDate_yearStart" value="0000" id="edit_form_effectiveDate_0_yearStart" />\n          <input type="hidden" name="effectiveDate_yearEnd" value="2016" id="edit_form_effectiveDate_0_yearEnd" />\n          <img src="http://nohost/plone/popup_calendar.png" alt="" title="" height="16" width="16" />\n        </span>\n\n      \n\n       \n      <span>\n          <select name="effectiveDate_hour" id="edit_form_effectiveDate_0_hour" size="1">\n\n              <option val
 ue="12" selected="selected">--</option>\n              <option value="12">12</option>\n              <option value="01">01</option>\n              <option value="02">02</option>\n              <option value="03">03</option>\n              <option value="04">04</option>\n              <option value="05">05</option>\n              <option value="06">06</option>\n              <option value="07">07</option>\n              <option value="08">08</option>\n              <option value="09">09</option>\n              <option value="10">10</option>\n              <option value="11">11</option>\n\n          </select>\n      </span>\n\n      \n\n      <span>:</span>\n\n      <span>\n          <select name="effectiveDate_minute" id="edit_form_effectiveDate_0_minute" size="1">\n\n            <option value="00" selected="selected">--</option>\n            <option value="00">00</option>\n            <option value="05">05</option>\n            <option value="10">10</option>\n            <op
 tion value="15">15</option>\n            <option value="20">20</option>\n            <option value="25">25</option>\n            <option value="30">30</option>\n            <option value="35">35</option>\n            <option value="40">40</option>\n            <option value="45">45</option>\n            <option value="50">50</option>\n            <option value="55">55</option>\n\n         </select>\n      </span>\n\n      \n\n\n      <span>\n        <select name="effectiveDate_ampm" id="edit_form_effectiveDate_0_ampm" size="1">\n\n          <option value="AM" selected="selected">--</option>\n          <option value="AM">AM</option>\n          <option value="PM">PM</option>\n\n        </select>\n      </span>\n\n      \n    </div>\n          \n        \n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesCalendarWidget  kssattr-atfieldname-expirationDate" id="archetyp
 es-fieldname-expirationDate">\n          <span></span>\n          \n          \n          \n          <div class="fieldErrorBox"></div>\n          \n          <div class="formQuestion label">\n              Expiration Date\n              \n          </div>\n          <div class="formHelp" id="expirationDate_help">The date when the item expires. This will automatically make the item invisible for others at the given date. If no date is chosen, it will never expire.</div>\n          \n            <div class="plone_jscalendar">\n\n      <input type="hidden" name="expirationDate" id="edit_form_expirationDate_1" />\n      <input type="hidden" id="expirationDate" />\n\n      \n\n      \n        <span>\n          <select name="expirationDate_year" id="edit_form_expirationDate_1_year" size="1">\n          <option value="0000" selected="selected">--</option>\n          <option value="2001">2001</option>\n          <option value="2002">2002</option>\n          <option value="2003">200
 3</option>\n          <option value="2004">2004</option>\n          <option value="2005">2005</option>\n          <option value="2006">2006</option>\n          <option value="2007">2007</option>\n          <option value="2008">2008</option>\n          <option value="2009">2009</option>\n          <option value="2010">2010</option>\n          <option value="2011">2011</option>\n          <option value="2012">2012</option>\n          <option value="2013">2013</option>\n          <option value="2014">2014</option>\n          <option value="2015">2015</option>\n          <option value="2016">2016</option>\n\n          </select>\n        </span>\n\n        \n\n        <span>/</span>\n\n        <span>\n        <select name="expirationDate_month" id="edit_form_expirationDate_1_month" size="1">\n          <option value="00" selected="selected">--</option>\n          <option value="01">January</option>\n          <option value="02">February</option>\n          <option value="03">Marc
 h</option>\n          <option value="04">April</option>\n          <option value="05">May</option>\n          <option value="06">June</option>\n          <option value="07">July</option>\n          <option value="08">August</option>\n          <option value="09">September</option>\n          <option value="10">October</option>\n          <option value="11">November</option>\n          <option value="12">December</option>\n        </select>\n        </span>\n\n        <span>/</span>\n\n        <select name="expirationDate_day" id="edit_form_expirationDate_1_day" size="1">\n        \n            <option value="00" selected="selected">--</option>\n            <option value="01">1</option>\n            <option value="02">2</option>\n            <option value="03">3</option>\n            <option value="04">4</option>\n            <option value="05">5</option>\n            <option value="06">6</option>\n            <option value="07">7</option>\n            <option value="08">8</o
 ption>\n            <option value="09">9</option>\n            <option value="10">10</option>\n            <option value="11">11</option>\n            <option value="12">12</option>\n            <option value="13">13</option>\n            <option value="14">14</option>\n            <option value="15">15</option>\n            <option value="16">16</option>\n            <option value="17">17</option>\n            <option value="18">18</option>\n            <option value="19">19</option>\n            <option value="20">20</option>\n            <option value="21">21</option>\n            <option value="22">22</option>\n            <option value="23">23</option>\n            <option value="24">24</option>\n            <option value="25">25</option>\n            <option value="26">26</option>\n            <option value="27">27</option>\n            <option value="28">28</option>\n            <option value="29">29</option>\n            <option value="30">30</option>\n            <o
 ption value="31">31</option>\n        \n        </select>\n        <span class="plone-jscalendar-popup" style="display:none" id="edit_form_expirationDate_1_popup">\n          <input type="hidden" name="expirationDate_yearStart" value="0000" id="edit_form_expirationDate_1_yearStart" />\n          <input type="hidden" name="expirationDate_yearEnd" value="2016" id="edit_form_expirationDate_1_yearEnd" />\n          <img src="http://nohost/plone/popup_calendar.png" alt="" title="" height="16" width="16" />\n        </span>\n\n      \n\n       \n      <span>\n          <select name="expirationDate_hour" id="edit_form_expirationDate_1_hour" size="1">\n\n              <option value="12" selected="selected">--</option>\n              <option value="12">12</option>\n              <option value="01">01</option>\n              <option value="02">02</option>\n              <option value="03">03</option>\n              <option value="04">04</option>\n              <option value="05">
 05</option>\n              <option value="06">06</option>\n              <option value="07">07</option>\n              <option value="08">08</option>\n              <option value="09">09</option>\n              <option value="10">10</option>\n              <option value="11">11</option>\n\n          </select>\n      </span>\n\n      \n\n      <span>:</span>\n\n      <span>\n          <select name="expirationDate_minute" id="edit_form_expirationDate_1_minute" size="1">\n\n            <option value="00" selected="selected">--</option>\n            <option value="00">00</option>\n            <option value="05">05</option>\n            <option value="10">10</option>\n            <option value="15">15</option>\n            <option value="20">20</option>\n            <option value="25">25</option>\n            <option value="30">30</option>\n            <option value="35">35</option>\n            <option value="40">40</option>\n            <option value="45">45</option>\n         
    <option value="50">50</option>\n            <option value="55">55</option>\n\n         </select>\n      </span>\n\n      \n\n\n      <span>\n        <select name="expirationDate_ampm" id="edit_form_expirationDate_1_ampm" size="1">\n\n          <option value="AM" selected="selected">--</option>\n          <option value="AM">AM</option>\n          <option value="PM">PM</option>\n\n        </select>\n      </span>\n\n      \n    </div>\n          \n        \n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n              \n                <fieldset id="fieldset-ownership">\n                  <legend id="fieldsetlegend-ownership">Ownership</legend>\n                  \n                    <div>\n      \n      \n        <div class="field ArchetypesLinesWidget  kssattr-atfieldname-creators" id="archetypes-fieldname-creators">\n          <span></span>\n          \n          \n            <label class="formQuestion" f
 or="creators">\n                Creators\n                \n            </label>\n            <div class="formHelp" id="creators_help">Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div>\n              <textarea rows="3" cols="40" name="creators:lines" id="creators">test_user_1_</textarea>\n          </div>\n        </div>\n      \n\n      \n\n    \n    </div>\n                  \n                  \n                    <div>\n      \n      \n        <div class="field ArchetypesLinesWidget  kssattr-atfieldname-contributors" id="archetypes-fieldname-contributors">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="contributors">\n                Contributors\n                \n            </label>\n            <div class="formHelp" id="contributor
 s_help">The names of people that have contributed to this item. Each contributor should be on a separate line.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div>\n              <textarea rows="5" cols="40" name="contributors:lines" id="contributors"></textarea>\n          </div>\n        </div>\n      \n\n      \n\n    \n    </div>\n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesTextAreaWidget  kssattr-atfieldname-rights" id="archetypes-fieldname-rights">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="rights">\n                Rights\n                \n            </label>\n            <div class="formHelp" id="rights_help">Copyright statement or other rights information on this item.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          \n          \n      \n\n        <textarea class="blur
 rable firstToFocus" rows="5" name="rights" cols="40" id="rights"></textarea>\n\n            \n\n            \n\n      \n    \n          \n      \n\n        \n        \n          <input type="hidden" name="rights_text_format" value="text/plain" />\n        \n      \n    \n        \n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n              \n                <fieldset id="fieldset-settings">\n                  <legend id="fieldsetlegend-settings">Settings</legend>\n                  \n                    \n      \n      \n        <div class="field ArchetypesBooleanWidget  kssattr-atfieldname-allowDiscussion" id="archetypes-fieldname-allowDiscussion">\n          \n\n        <input class="noborder" type="checkbox" value="on" name="allowDiscussion:boolean" id="allowDiscussion" />\n        <input type="hidden" value="" name="allowDiscussion:boolean:default" />\n      \n          \n          \n            <label cl
 ass="formQuestion" for="allowDiscussion">\n                Allow comments\n                \n            </label>\n            <div class="formHelp" id="allowDiscussion_help">If selected, users can add comments to this item.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div></div>\n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesBooleanWidget  kssattr-atfieldname-excludeFromNav" id="archetypes-fieldname-excludeFromNav">\n          \n\n        <input class="noborder" type="checkbox" value="on" name="excludeFromNav:boolean" id="excludeFromNav" />\n        <input type="hidden" value="" name="excludeFromNav:boolean:default" />\n      \n          \n          \n            <label class="formQuestion" for="excludeFromNav">\n                Exclude from navigation\n                \n            </label>\n            <div class="fo
 rmHelp" id="excludeFromNav_help">If selected, this item will not appear in the navigation tree</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div></div>\n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesBooleanWidget  kssattr-atfieldname-nextPreviousEnabled" id="archetypes-fieldname-nextPreviousEnabled">\n          \n\n        <input class="noborder" type="checkbox" value="on" name="nextPreviousEnabled:boolean" id="nextPreviousEnabled" />\n        <input type="hidden" value="" name="nextPreviousEnabled:boolean:default" />\n      \n          \n          \n            <label class="formQuestion" for="nextPreviousEnabled">\n                Enable next previous navigation\n                \n            </label>\n            <div class="formHelp" id="nextPreviousEnabled_help">This enables next/previous widget on content items con
 tained in this folder.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div></div>\n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n            \n            \n          \n\n          \n    \n\n    \n\n    \n\n\n\n          \n\n          <div class="formControls">\n\t    \n              <input type="hidden" name="fieldsets:list" value="default" />\n\t    \n\t    \n              <input type="hidden" name="fieldsets:list" value="categorization" />\n\t    \n\t    \n              <input type="hidden" name="fieldsets:list" value="dates" />\n\t    \n\t    \n              <input type="hidden" name="fieldsets:list" value="ownership" />\n\t    \n\t    \n              <input type="hidden" name="fieldsets:list" value="settings" />\n\t    \n\n\t    \n\n\t\n            <input type="hidden" name="form.submitted" value="1" />\n            <input type="hidden" name="add_reference.field:rec
 ord" value="" />\n            <input type="hidden" name="add_reference.type:record" value="" />\n            <input type="hidden" name="add_reference.destination:record" value="" />\n\n            \n              \n                \n              \n              \n                \n              \n              \n                \n              \n            \n\n            \n\n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n        
       \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \n            \n              \n            \
 n\n            \n            <input type="hidden" name="last_referer" value="http://nohost/plone/createObject?type_name=Folder" />\n\n            \n\n                \n                \n                <input class="context" type="submit" name="form.button.save" value="Save" />\n                <input class="standalone" type="submit" name="form.button.cancel" value="Cancel" />\n            \n\n            \n\n          </div>\n\n      </form>\n\n    </div>\n        \n    \n      \n    \n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n</div>\n        </div>\n\n        \n        \n\n        <div id="portal-column-two" class="cell width-1:4 position-3:4">\n            \n                \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e657773" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a6
 36f6e746578740a2f706c6f6e650a6e657773">\n<dl class="portlet portletNews">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="http://nohost/plone/news" class="tile">News</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    \n    <dd class="portletItem odd">\n\n        <a href="http://nohost/plone/Members/test_user_1_/important" class="tile" title="">\n            \n            some important news!\n         </a>\n            <span class="portletItemDetails">Sep 02, 2011</span>\n        \n    </dd>\n    \n\n    <dd class="portletFooter">\n        <span class="portletBottomLeft"></span>\n        <a href="http://nohost/plone/news">\n          More news…\n        </a>\n        <span class="portletBottomRight"></span>\n    </dd>\n    \n</dl>\n\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen" href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/@@m
 anage-portlets">Manage portlets</a>\n</div>\n\n            \n        </div>\n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This si
 te was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n\n\n'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 322, in csrf.txt
Failed example:
    browser.getControl(name='entries.role_Editor:records').value
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[134]>", line 1, in <module>
        browser.getControl(name='entries.role_Editor:records').value
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'entries.role_Editor:records'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 327, in csrf.txt
Failed example:
    browser.getLink('View').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[135]>", line 1, in <module>
        browser.getLink('View').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 328, in csrf.txt
Failed example:
    browser.getLink('Delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[136]>", line 1, in <module>
        browser.getLink('Delete').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 329, in csrf.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/folder/delete_confirmation'
Got:
    'http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/atct_edit'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 331, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[138]>", line 1, in <module>
        browser.getControl(name='_authenticator').value = 'invalid!'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name '_authenticator'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 332, in csrf.txt
Failed example:
    browser.getControl('Delete').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[139]>", line 1, in <module>
        browser.getControl('Delete').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 338, in csrf.txt
Failed example:
    browser.getControl('Delete').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[141]>", line 1, in <module>
        browser.getControl('Delete').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 339, in csrf.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone'
Got:
    'http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/edit'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 341, in csrf.txt
Failed example:
    browser.contents
Expected:
    '...Info...a folder has been deleted...'
Got:
    '\n\n\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey9921.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey9795.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="styleshee
 t" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/IEFixes-cachekey1598.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey3378.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6046.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey8339.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey0231.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey2890.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey3677.js"></script>\n\n\n<title
 >[\xc2\xb7\xc2\xb7\xc2\xb7] — Plone site</title>\n        \n    <link rel="author" href="http://nohost/plone/author/test_user_1_" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n    \n  \n        \n        \n    \n      <style type="text/css" media="all"><!-- @import url(http://nohost/plone/jscalendar/calendar-system.css); --></style>\n    \n    \n  \n        \n    \n    \n      <script type="text/javascript" charset="iso-8859-1" src="http://nohost/plone/widgets/js/textcount.js">\n      </script>\n    \n    \n      <script type
 ="text/javascript" charset="iso-8859-1" src="http://nohost/plone/widgets/js/keywordmultiselect.js">\n      </script>\n    \n    \n      <script type="text/javascript" charset="iso-8859-1" src="http://nohost/plone/referencebrowser.js">\n      </script>\n    \n    \n      <script type="text/javascript" charset="iso-8859-1" src="http://nohost/plone/jscalendar/calendar_stripped.js">\n      </script>\n    \n    \n      <script type="text/javascript" charset="iso-8859-1" src="http://nohost/plone/jscalendar/calendar-en.js">\n      </script>\n    \n    \n  \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-atct_edit portaltype-folder section-portal_factory icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div class="cell width-full position-0">\
 n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/edit#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/edit#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/dashboard">John Doe</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-plone_setup">
 \n            <a href="http://nohost/plone/@@overview-controlpanel">Site Setup</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/portal_factory/Folder/folder.2011-09-02.5541451722" />\n            <label for="searchbox_currentfolder_only" style="cursor:
  pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="selected"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" t
 itle="Site Events">Events</a></li><li id="portaltab-Members" class="plain"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-3:4 position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-current">[\xc2\xb7\xc2\xb7\xc2\xb7]</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n                <div class="">\n\n                    \n\n                    \n\n    
 <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n      \n        <div>\n      \n        <h1 class="documentFirstHeading">\n          Add\n          <span> Folder </span>\n        </h1>\n        \n\n\n\n       \n\n      \n      \n\n    </div>\n        <div>\n        \n    </div>\n        <div>\n      <form name="edit_form" method="post" enctype="multipart/form-data" class="enableUnloadProtection enableAutoFocus enableFormTabbing enableUnlockProtection" action="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/atct_edit" id="folder-base-edit">\n          \n\n          \n            \n              \n                <fieldset id="fieldset-default">\n                  <legend id="fieldsetlegend-default">Default</legend>\n                  \n     
                \n\n      \n        \n        \n            <input type="hidden" name="id" value="folder.2011-09-02.5541451722" />\n        \n      \n    \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesStringWidget  kssattr-atfieldname-title" id="archetypes-fieldname-title">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="title">\n                Title\n                <span class="required" title="Required" style="color: #f00;">\n                  &#x25a0;\n                </span>\n            </label>\n            <div class="formHelp" id="title_help"></div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <input type="text" name="title" class="blurrable firstToFocus" id="title" value="" size="30" maxlength="255" />\n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n     
  \n      \n        <div class="field ArchetypesTextAreaWidget  kssattr-atfieldname-description" id="archetypes-fieldname-description">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="description">\n                Description\n                \n            </label>\n            <div class="formHelp" id="description_help">Used in item listings and search results.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          \n          \n      \n\n        <textarea class="blurrable firstToFocus" rows="5" name="description" cols="40" id="description"></textarea>\n\n            \n\n            \n\n      \n    \n          \n      \n\n        \n        \n          <input type="hidden" name="description_text_format" value="text/plain" />\n        \n      \n    \n        \n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n              \n            
     <fieldset id="fieldset-categorization">\n                  <legend id="fieldsetlegend-categorization">Categorization</legend>\n                  \n                    \n            \n      \n        <div class="field ArchetypesKeywordWidget  kssattr-atfieldname-subject" id="archetypes-fieldname-subject">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="subject">\n                Tags\n                \n            </label>\n            <div class="formHelp" id="subject_help">Tags are commonly used for ad-hoc organization of content.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          \n            \n                    \n                    \n                    \n                        <dl id="newTagsSection">\n                            <label for="subject_keywords">\n                                <dt id="newTagsTitle">\n                                    <span>\n                      
                   Create and apply new tags. \n                                    </span>\n                                </dt>\n                                <span id="newTagsHelp" class="formHelp">\n                                    Enter one tag per line, multiple words allowed.\n                                </span>\n                            </label>\n                            <br />\n                            <dd id="newTags">\n                                <textarea id="subject_keywords" name="subject_keywords:lines" rows="4"></textarea>\n                            </dd>\n                        </dl>\n                    \n              \n                \n        </div>\n      \n\n      \n\n    \n        \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesStringWidget  kssattr-atfieldname-location" id="archetypes-fieldname-location">\n          <span></span>\n          \n          \n   
          <label class="formQuestion" for="location">\n                Location\n                \n            </label>\n            <div class="formHelp" id="location_help">The geographical location associated with the item, if applicable.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <input type="text" name="location" class="blurrable firstToFocus" id="location" value="" size="30" maxlength="255" />\n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n        \n      \n        <div class="field ArchetypesLanguageWidget  kssattr-atfieldname-language" id="archetypes-fieldname-language">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="language">\n                Language\n                \n            </label>\n            <div class="formHelp" id="language_help"></div>\n          \n          \n          <div class="fieldErrorBox"></d
 iv>\n          \n                \n                \n                    <!-- Pulldown when longer -->\n                    <select name="language" id="language">\n                        <option value="">Language neutral</option>\n                        <option value="ab">Abkhazian</option>\n                        <option value="aa">Afar</option>\n                        <option value="af">Afrikaans</option>\n                        <option value="sq">Albanian</option>\n                        <option value="am">Amharic</option>\n                        <option value="ar">Arabic</option>\n                        <option value="hy">Armenian</option>\n                        <option value="as">Assamese</option>\n                        <option value="ay">Aymara</option>\n                        <option value="az">Azerbaijani</option>\n                        <option value="ba">Bashkir</option>\n                        <option value="eu">Basque</option>\n                    
     <option value="be">Belarussian</option>\n                        <option value="bn">Bengali</option>\n                        <option value="bh">Bihari</option>\n                        <option value="bi">Bislama</option>\n                        <option value="bs">Bosnian</option>\n                        <option value="br">Breton</option>\n                        <option value="bg">Bulgarian</option>\n                        <option value="my">Burmese</option>\n                        <option value="km">Cambodian/Khmer</option>\n                        <option value="ca">Catalan</option>\n                        <option value="zh">Chinese</option>\n                        <option value="kw">Cornish</option>\n                        <option value="co">Corsican</option>\n                        <option value="hr">Croatian</option>\n                        <option value="cs">Czech</option>\n                        <option value="da">Danish</option>\n                      
   <option value="nl">Dutch</option>\n                        <option selected="selected" value="en">English</option>\n                        <option value="eo">Esperanto</option>\n                        <option value="et">Estonian</option>\n                        <option value="fo">Faroese</option>\n                        <option value="fj">Fiji</option>\n                        <option value="fi">Finnish</option>\n                        <option value="fr">French</option>\n                        <option value="fy">Frisian</option>\n                        <option value="gl">Galician</option>\n                        <option value="ka">Georgian</option>\n                        <option value="de">German</option>\n                        <option value="el">Greek</option>\n                        <option value="kl">Greenlandic</option>\n                        <option value="gn">Guarani</option>\n                        <option value="gu">Gujarati</option>\n              
           <option value="ha">Hausa</option>\n                        <option value="he">Hebrew</option>\n                        <option value="hi">Hindi</option>\n                        <option value="hu">Hungarian</option>\n                        <option value="is">Icelandic</option>\n                        <option value="dz">Indian Bhutani</option>\n                        <option value="id">Indonesian</option>\n                        <option value="ia">Interlingua</option>\n                        <option value="ie">Interlingue</option>\n                        <option value="iu">Inuktitut</option>\n                        <option value="ik">Inupiak</option>\n                        <option value="ga">Irish Gaelic</option>\n                        <option value="it">Italian</option>\n                        <option value="ja">Japanese</option>\n                        <option value="jw">Javanese</option>\n                        <option value="kn">Kannada</option>\n 
                        <option value="ks">Kashmiri</option>\n                        <option value="kk">Kazakh</option>\n                        <option value="ky">Kirghiz</option>\n                        <option value="rn">Kirundi</option>\n                        <option value="rw">Kiyarwanda</option>\n                        <option value="ko">Korean</option>\n                        <option value="ku">Kurdish</option>\n                        <option value="lo">Laotian</option>\n                        <option value="la">Latin</option>\n                        <option value="lv">Latvian</option>\n                        <option value="li">Limburgish</option>\n                        <option value="ln">Lingala</option>\n                        <option value="lt">Lithuanian</option>\n                        <option value="lb">Luxemburgish</option>\n                        <option value="mk">Macedonian</option>\n                        <option value="mg">Madagascarian</opt
 ion>\n                        <option value="ms">Malay</option>\n                        <option value="ml">Malayalam</option>\n                        <option value="mt">Maltese</option>\n                        <option value="gv">Manx Gaelic</option>\n                        <option value="mi">Maori</option>\n                        <option value="mr">Marathi</option>\n                        <option value="mo">Moldavian</option>\n                        <option value="mn">Mongolian</option>\n                        <option value="me">Montenegrin</option>\n                        <option value="na">Nauruan</option>\n                        <option value="ne">Nepali</option>\n                        <option value="se">Northern S\xc3\xa1mi</option>\n                        <option value="no">Norwegian</option>\n                        <option value="nn">Nynorsk</option>\n                        <option value="oc">Occitan</option>\n                        <option value="or">O
 riya</option>\n                        <option value="om">Oromo</option>\n                        <option value="ps">Pashto</option>\n                        <option value="fa">Persian</option>\n                        <option value="pl">Polish</option>\n                        <option value="pt">Portuguese</option>\n                        <option value="pa">Punjabi</option>\n                        <option value="qu">Quechua</option>\n                        <option value="rm">Rhaeto-Romance</option>\n                        <option value="ro">Romanian</option>\n                        <option value="ru">Russian</option>\n                        <option value="sm">Samoan</option>\n                        <option value="sg">Sangho</option>\n                        <option value="sa">Sanskrit</option>\n                        <option value="gd">Scottish Gaelic</option>\n                        <option value="sr">Serbian</option>\n                        <option value="sh">Se
 rbo-Croatian</option>\n                        <option value="st">Sesotho</option>\n                        <option value="tn">Setswana</option>\n                        <option value="sn">Shona</option>\n                        <option value="sd">Sindhi</option>\n                        <option value="si">Singhalese</option>\n                        <option value="ss">Siswati</option>\n                        <option value="sk">Slovak</option>\n                        <option value="sl">Slovenian</option>\n                        <option value="so">Somali</option>\n                        <option value="es">Spanish</option>\n                        <option value="su">Sudanese</option>\n                        <option value="sw">Swahili</option>\n                        <option value="sv">Swedish</option>\n                        <option value="tg">Tadjik</option>\n                        <option value="tl">Tagalog</option>\n                        <option value="ta">Tamil</
 option>\n                        <option value="tt">Tatar</option>\n                        <option value="te">Telugu</option>\n                        <option value="th">Thai</option>\n                        <option value="bo">Tibetan</option>\n                        <option value="ti">Tigrinya</option>\n                        <option value="to">Tonga</option>\n                        <option value="ts">Tsonga</option>\n                        <option value="tr">Turkish</option>\n                        <option value="tk">Turkmen</option>\n                        <option value="tw">Twi</option>\n                        <option value="ug">Uigur</option>\n                        <option value="uk">Ukrainian</option>\n                        <option value="ur">Urdu</option>\n                        <option value="uz">Uzbek</option>\n                        <option value="vi">Vietnamese</option>\n                        <option value="vo">Volap\xc3\xbck</option>\n           
              <option value="wa">Walloon</option>\n                        <option value="cy">Welsh</option>\n                        <option value="wo">Wolof</option>\n                        <option value="xh">Xhosa</option>\n                        <option value="yi">Yiddish</option>\n                        <option value="yo">Yorouba</option>\n                        <option value="za">Zhuang</option>\n                        <option value="zu">Zulu</option>\n                    </select>\n                \n            \n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n              \n                <fieldset id="fieldset-dates">\n                  <legend id="fieldsetlegend-dates">Dates</legend>\n                  \n                    \n      \n      \n        <div class="field ArchetypesCalendarWidget  kssattr-atfieldname-effectiveDate" id="archetypes-fieldname-effectiveDate">\n          <span></span>\n  
         \n          \n          \n          <div class="fieldErrorBox"></div>\n          \n          <div class="formQuestion label">\n              Publishing Date\n              \n          </div>\n          <div class="formHelp" id="effectiveDate_help">The date when the item will be published. If no date is selected the item will be published immediately.</div>\n          \n            <div class="plone_jscalendar">\n\n      <input type="hidden" name="effectiveDate" id="edit_form_effectiveDate_0" />\n      <input type="hidden" id="effectiveDate" />\n\n      \n\n      \n        <span>\n          <select name="effectiveDate_year" id="edit_form_effectiveDate_0_year" size="1">\n          <option value="0000" selected="selected">--</option>\n          <option value="2001">2001</option>\n          <option value="2002">2002</option>\n          <option value="2003">2003</option>\n          <option value="2004">2004</option>\n          <option value="2005">2005</option>\n         
  <option value="2006">2006</option>\n          <option value="2007">2007</option>\n          <option value="2008">2008</option>\n          <option value="2009">2009</option>\n          <option value="2010">2010</option>\n          <option value="2011">2011</option>\n          <option value="2012">2012</option>\n          <option value="2013">2013</option>\n          <option value="2014">2014</option>\n          <option value="2015">2015</option>\n          <option value="2016">2016</option>\n\n          </select>\n        </span>\n\n        \n\n        <span>/</span>\n\n        <span>\n        <select name="effectiveDate_month" id="edit_form_effectiveDate_0_month" size="1">\n          <option value="00" selected="selected">--</option>\n          <option value="01">January</option>\n          <option value="02">February</option>\n          <option value="03">March</option>\n          <option value="04">April</option>\n          <option value="05">May</option>\n          <opti
 on value="06">June</option>\n          <option value="07">July</option>\n          <option value="08">August</option>\n          <option value="09">September</option>\n          <option value="10">October</option>\n          <option value="11">November</option>\n          <option value="12">December</option>\n        </select>\n        </span>\n\n        <span>/</span>\n\n        <select name="effectiveDate_day" id="edit_form_effectiveDate_0_day" size="1">\n        \n            <option value="00" selected="selected">--</option>\n            <option value="01">1</option>\n            <option value="02">2</option>\n            <option value="03">3</option>\n            <option value="04">4</option>\n            <option value="05">5</option>\n            <option value="06">6</option>\n            <option value="07">7</option>\n            <option value="08">8</option>\n            <option value="09">9</option>\n            <option value="10">10</option>\n            <option va
 lue="11">11</option>\n            <option value="12">12</option>\n            <option value="13">13</option>\n            <option value="14">14</option>\n            <option value="15">15</option>\n            <option value="16">16</option>\n            <option value="17">17</option>\n            <option value="18">18</option>\n            <option value="19">19</option>\n            <option value="20">20</option>\n            <option value="21">21</option>\n            <option value="22">22</option>\n            <option value="23">23</option>\n            <option value="24">24</option>\n            <option value="25">25</option>\n            <option value="26">26</option>\n            <option value="27">27</option>\n            <option value="28">28</option>\n            <option value="29">29</option>\n            <option value="30">30</option>\n            <option value="31">31</option>\n        \n        </select>\n        <span class="plone-jscalendar-popup" style="displa
 y:none" id="edit_form_effectiveDate_0_popup">\n          <input type="hidden" name="effectiveDate_yearStart" value="0000" id="edit_form_effectiveDate_0_yearStart" />\n          <input type="hidden" name="effectiveDate_yearEnd" value="2016" id="edit_form_effectiveDate_0_yearEnd" />\n          <img src="http://nohost/plone/popup_calendar.png" alt="" title="" height="16" width="16" />\n        </span>\n\n      \n\n       \n      <span>\n          <select name="effectiveDate_hour" id="edit_form_effectiveDate_0_hour" size="1">\n\n              <option value="12" selected="selected">--</option>\n              <option value="12">12</option>\n              <option value="01">01</option>\n              <option value="02">02</option>\n              <option value="03">03</option>\n              <option value="04">04</option>\n              <option value="05">05</option>\n              <option value="06">06</option>\n              <option value="07">07</option>\n              <opti
 on value="08">08</option>\n              <option value="09">09</option>\n              <option value="10">10</option>\n              <option value="11">11</option>\n\n          </select>\n      </span>\n\n      \n\n      <span>:</span>\n\n      <span>\n          <select name="effectiveDate_minute" id="edit_form_effectiveDate_0_minute" size="1">\n\n            <option value="00" selected="selected">--</option>\n            <option value="00">00</option>\n            <option value="05">05</option>\n            <option value="10">10</option>\n            <option value="15">15</option>\n            <option value="20">20</option>\n            <option value="25">25</option>\n            <option value="30">30</option>\n            <option value="35">35</option>\n            <option value="40">40</option>\n            <option value="45">45</option>\n            <option value="50">50</option>\n            <option value="55">55</option>\n\n         </select>\n      </span>\n\n      \n
 \n\n      <span>\n        <select name="effectiveDate_ampm" id="edit_form_effectiveDate_0_ampm" size="1">\n\n          <option value="AM" selected="selected">--</option>\n          <option value="AM">AM</option>\n          <option value="PM">PM</option>\n\n        </select>\n      </span>\n\n      \n    </div>\n          \n        \n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesCalendarWidget  kssattr-atfieldname-expirationDate" id="archetypes-fieldname-expirationDate">\n          <span></span>\n          \n          \n          \n          <div class="fieldErrorBox"></div>\n          \n          <div class="formQuestion label">\n              Expiration Date\n              \n          </div>\n          <div class="formHelp" id="expirationDate_help">The date when the item expires. This will automatically make the item invisible for others at the given date. If 
 no date is chosen, it will never expire.</div>\n          \n            <div class="plone_jscalendar">\n\n      <input type="hidden" name="expirationDate" id="edit_form_expirationDate_1" />\n      <input type="hidden" id="expirationDate" />\n\n      \n\n      \n        <span>\n          <select name="expirationDate_year" id="edit_form_expirationDate_1_year" size="1">\n          <option value="0000" selected="selected">--</option>\n          <option value="2001">2001</option>\n          <option value="2002">2002</option>\n          <option value="2003">2003</option>\n          <option value="2004">2004</option>\n          <option value="2005">2005</option>\n          <option value="2006">2006</option>\n          <option value="2007">2007</option>\n          <option value="2008">2008</option>\n          <option value="2009">2009</option>\n          <option value="2010">2010</option>\n          <option value="2011">2011</option>\n          <option value="2012">2012</option>\n  
         <option value="2013">2013</option>\n          <option value="2014">2014</option>\n          <option value="2015">2015</option>\n          <option value="2016">2016</option>\n\n          </select>\n        </span>\n\n        \n\n        <span>/</span>\n\n        <span>\n        <select name="expirationDate_month" id="edit_form_expirationDate_1_month" size="1">\n          <option value="00" selected="selected">--</option>\n          <option value="01">January</option>\n          <option value="02">February</option>\n          <option value="03">March</option>\n          <option value="04">April</option>\n          <option value="05">May</option>\n          <option value="06">June</option>\n          <option value="07">July</option>\n          <option value="08">August</option>\n          <option value="09">September</option>\n          <option value="10">October</option>\n          <option value="11">November</option>\n          <option value="12">December</option>\n  
       </select>\n        </span>\n\n        <span>/</span>\n\n        <select name="expirationDate_day" id="edit_form_expirationDate_1_day" size="1">\n        \n            <option value="00" selected="selected">--</option>\n            <option value="01">1</option>\n            <option value="02">2</option>\n            <option value="03">3</option>\n            <option value="04">4</option>\n            <option value="05">5</option>\n            <option value="06">6</option>\n            <option value="07">7</option>\n            <option value="08">8</option>\n            <option value="09">9</option>\n            <option value="10">10</option>\n            <option value="11">11</option>\n            <option value="12">12</option>\n            <option value="13">13</option>\n            <option value="14">14</option>\n            <option value="15">15</option>\n            <option value="16">16</option>\n            <option value="17">17</option>\n            <option value
 ="18">18</option>\n            <option value="19">19</option>\n            <option value="20">20</option>\n            <option value="21">21</option>\n            <option value="22">22</option>\n            <option value="23">23</option>\n            <option value="24">24</option>\n            <option value="25">25</option>\n            <option value="26">26</option>\n            <option value="27">27</option>\n            <option value="28">28</option>\n            <option value="29">29</option>\n            <option value="30">30</option>\n            <option value="31">31</option>\n        \n        </select>\n        <span class="plone-jscalendar-popup" style="display:none" id="edit_form_expirationDate_1_popup">\n          <input type="hidden" name="expirationDate_yearStart" value="0000" id="edit_form_expirationDate_1_yearStart" />\n          <input type="hidden" name="expirationDate_yearEnd" value="2016" id="edit_form_expirationDate_1_yearEnd" />\n          <img src="htt
 p://nohost/plone/popup_calendar.png" alt="" title="" height="16" width="16" />\n        </span>\n\n      \n\n       \n      <span>\n          <select name="expirationDate_hour" id="edit_form_expirationDate_1_hour" size="1">\n\n              <option value="12" selected="selected">--</option>\n              <option value="12">12</option>\n              <option value="01">01</option>\n              <option value="02">02</option>\n              <option value="03">03</option>\n              <option value="04">04</option>\n              <option value="05">05</option>\n              <option value="06">06</option>\n              <option value="07">07</option>\n              <option value="08">08</option>\n              <option value="09">09</option>\n              <option value="10">10</option>\n              <option value="11">11</option>\n\n          </select>\n      </span>\n\n      \n\n      <span>:</span>\n\n      <span>\n          <select name="expirationDate_minute" id="
 edit_form_expirationDate_1_minute" size="1">\n\n            <option value="00" selected="selected">--</option>\n            <option value="00">00</option>\n            <option value="05">05</option>\n            <option value="10">10</option>\n            <option value="15">15</option>\n            <option value="20">20</option>\n            <option value="25">25</option>\n            <option value="30">30</option>\n            <option value="35">35</option>\n            <option value="40">40</option>\n            <option value="45">45</option>\n            <option value="50">50</option>\n            <option value="55">55</option>\n\n         </select>\n      </span>\n\n      \n\n\n      <span>\n        <select name="expirationDate_ampm" id="edit_form_expirationDate_1_ampm" size="1">\n\n          <option value="AM" selected="selected">--</option>\n          <option value="AM">AM</option>\n          <option value="PM">PM</option>\n\n        </select>\n      </span>\n\n      \
 n    </div>\n          \n        \n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n              \n                <fieldset id="fieldset-ownership">\n                  <legend id="fieldsetlegend-ownership">Ownership</legend>\n                  \n                    <div>\n      \n      \n        <div class="field ArchetypesLinesWidget  kssattr-atfieldname-creators" id="archetypes-fieldname-creators">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="creators">\n                Creators\n                \n            </label>\n            <div class="formHelp" id="creators_help">Persons responsible for creating the content of this item. Please enter a list of user names, one per line. The principal creator should come first.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div>\n              <textarea rows="3" cols="40" name="cr
 eators:lines" id="creators">test_user_1_</textarea>\n          </div>\n        </div>\n      \n\n      \n\n    \n    </div>\n                  \n                  \n                    <div>\n      \n      \n        <div class="field ArchetypesLinesWidget  kssattr-atfieldname-contributors" id="archetypes-fieldname-contributors">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="contributors">\n                Contributors\n                \n            </label>\n            <div class="formHelp" id="contributors_help">The names of people that have contributed to this item. Each contributor should be on a separate line.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div>\n              <textarea rows="5" cols="40" name="contributors:lines" id="contributors"></textarea>\n          </div>\n        </div>\n      \n\n      \n\n    \n    </div>\n                  \n                  \n            
         \n      \n      \n        <div class="field ArchetypesTextAreaWidget  kssattr-atfieldname-rights" id="archetypes-fieldname-rights">\n          <span></span>\n          \n          \n            <label class="formQuestion" for="rights">\n                Rights\n                \n            </label>\n            <div class="formHelp" id="rights_help">Copyright statement or other rights information on this item.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          \n          \n      \n\n        <textarea class="blurrable firstToFocus" rows="5" name="rights" cols="40" id="rights"></textarea>\n\n            \n\n            \n\n      \n    \n          \n      \n\n        \n        \n          <input type="hidden" name="rights_text_format" value="text/plain" />\n        \n      \n    \n        \n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n              \n                <
 fieldset id="fieldset-settings">\n                  <legend id="fieldsetlegend-settings">Settings</legend>\n                  \n                    \n      \n      \n        <div class="field ArchetypesBooleanWidget  kssattr-atfieldname-allowDiscussion" id="archetypes-fieldname-allowDiscussion">\n          \n\n        <input class="noborder" type="checkbox" value="on" name="allowDiscussion:boolean" id="allowDiscussion" />\n        <input type="hidden" value="" name="allowDiscussion:boolean:default" />\n      \n          \n          \n            <label class="formQuestion" for="allowDiscussion">\n                Allow comments\n                \n            </label>\n            <div class="formHelp" id="allowDiscussion_help">If selected, users can add comments to this item.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div></div>\n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                
     \n      \n      \n        <div class="field ArchetypesBooleanWidget  kssattr-atfieldname-excludeFromNav" id="archetypes-fieldname-excludeFromNav">\n          \n\n        <input class="noborder" type="checkbox" value="on" name="excludeFromNav:boolean" id="excludeFromNav" />\n        <input type="hidden" value="" name="excludeFromNav:boolean:default" />\n      \n          \n          \n            <label class="formQuestion" for="excludeFromNav">\n                Exclude from navigation\n                \n            </label>\n            <div class="formHelp" id="excludeFromNav_help">If selected, this item will not appear in the navigation tree</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div></div>\n        </div>\n      \n\n      \n\n    \n    \n                  \n                  \n                    \n      \n      \n        <div class="field ArchetypesBooleanWidget  kssattr-atfieldname-nextPreviousEnabled" id="archetypes-f
 ieldname-nextPreviousEnabled">\n          \n\n        <input class="noborder" type="checkbox" value="on" name="nextPreviousEnabled:boolean" id="nextPreviousEnabled" />\n        <input type="hidden" value="" name="nextPreviousEnabled:boolean:default" />\n      \n          \n          \n            <label class="formQuestion" for="nextPreviousEnabled">\n                Enable next previous navigation\n                \n            </label>\n            <div class="formHelp" id="nextPreviousEnabled_help">This enables next/previous widget on content items contained in this folder.</div>\n          \n          \n          <div class="fieldErrorBox"></div>\n          <div></div>\n        </div>\n      \n\n      \n\n    \n    \n                  \n                </fieldset>\n              \n            \n            \n          \n\n          \n    \n\n    \n\n    \n\n\n\n          \n\n          <div class="formControls">\n\t    \n              <input type="hidden" name="fieldsets:
 list" value="default" />\n\t    \n\t    \n              <input type="hidden" name="fieldsets:list" value="categorization" />\n\t    \n\t    \n              <input type="hidden" name="fieldsets:list" value="dates" />\n\t    \n\t    \n              <input type="hidden" name="fieldsets:list" value="ownership" />\n\t    \n\t    \n              <input type="hidden" name="fieldsets:list" value="settings" />\n\t    \n\n\t    \n\n\t\n            <input type="hidden" name="form.submitted" value="1" />\n            <input type="hidden" name="add_reference.field:record" value="" />\n            <input type="hidden" name="add_reference.type:record" value="" />\n            <input type="hidden" name="add_reference.destination:record" value="" />\n\n            \n              \n                \n              \n              \n                \n              \n              \n                \n              \n            \n\n            \n\n            \n\n            \n            <inpu
 t type="hidden" name="last_referer" value="http://nohost/plone/createObject?type_name=Folder" />\n\n            \n\n                \n                \n                <input class="context" type="submit" name="form.button.save" value="Save" />\n                <input class="standalone" type="submit" name="form.button.cancel" value="Cancel" />\n            \n\n            \n\n          </div>\n\n      </form>\n\n    </div>\n        \n    \n      \n    \n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n</div>\n        </div>\n\n        \n        \n\n        <div id="portal-column-two" class="cell width-1:4 position-3:4">\n            \n                \n<div id="portletwrapper-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e657773" class="portletWrapper kssattr-portlethash-706c6f6e652e7269676874636f6c756d6e0a636f6e746578740a2f706c6f6e650a6e657
 773">\n<dl class="portlet portletNews">\n\n    <dt class="portletHeader">\n        <span class="portletTopLeft"></span>\n        <a href="http://nohost/plone/news" class="tile">News</a>\n        <span class="portletTopRight"></span>\n    </dt>\n\n    \n    <dd class="portletItem odd">\n\n        <a href="http://nohost/plone/Members/test_user_1_/important" class="tile" title="">\n            \n            some important news!\n         </a>\n            <span class="portletItemDetails">Sep 02, 2011</span>\n        \n    </dd>\n    \n\n    <dd class="portletFooter">\n        <span class="portletBottomLeft"></span>\n        <a href="http://nohost/plone/news">\n          More news…\n        </a>\n        <span class="portletBottomRight"></span>\n    </dd>\n    \n</dl>\n\n</div>\n\n\n<div class="managePortletsLink">\n  <a title="View portlet management screen" href="http://nohost/plone/portal_factory/Folder/folder.2011-09-02.5541451722/@@manage-portlets">Manage portlets</a
 >\n</div>\n\n            \n        </div>\n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open 
 Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n\n\n'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 403, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[170]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 639, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 418, in _clickSubmit
        label=label, coord=coord)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 541, in submit
        return self.open(self.click(*args, **kwds))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 409, in csrf.txt
Failed example:
    browser.open('http://nohost/plone/another-folder/')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[172]>", line 1, in <module>
        browser.open('http://nohost/plone/another-folder/')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 417, in csrf.txt
Failed example:
    browser.getLink('Advanced...').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[173]>", line 1, in <module>
        browser.getLink('Advanced...').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 418, in csrf.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/another-folder/content_status_history'
Got:
    'http://nohost/plone/another-folder/'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 420, in csrf.txt
Failed example:
    browser.getControl('Publish').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[175]>", line 1, in <module>
        browser.getControl('Publish').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Publish'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 421, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[176]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 422, in csrf.txt
Failed example:
    browser.contents
Expected:
    '...Info...Item state changed...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/another-folder/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/another-folder/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey9921.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey9795.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunbu
 rst%20Theme/IEFixes-cachekey1598.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey3378.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6046.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey8339.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey0231.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey2890.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey3677.js"></script>\n\n\n<title>another folder — Plone site</title>\n        \n    <link rel="author"
  href="http://nohost/plone/author/test_user_1_" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-folder section-another-folder icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div class
 ="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/another-folder/#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/another-folder/#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/dashboard">John Doe</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-plone_setup">\n            <a href="http://nohost/plone/@@over
 view-controlpanel">Site Setup</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/another-folder" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </
 div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="plain"><a href="http
 ://nohost/plone/Members" title="Site Users">Users</a></li><li id="portaltab-a-folder" class="plain"><a href="http://nohost/plone/a-folder" title="">a folder</a></li><li id="portaltab-a-folder-1" class="plain"><a href="http://nohost/plone/a-folder-1" title="">a folder</a></li><li id="portaltab-another-folder" class="selected"><a href="http://nohost/plone/another-folder" title="">another folder</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            \n            \n       
      <span id="breadcrumbs-current">another folder</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n                <div class="">\n\n                    \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">\n                We’re sorry, but there seems to be an error…\n            </h1>\n\n            <div id="content-core">\n                \n                    \n\n                    \n\n                    <div>\n                       <p>\n                       Here is the full error message:\n                       </p>\n\n                       <p><a href="error_log/getLogEntryAsText?
 id=1314944558.030.0774074049079">Display traceback as text</a></p>\n\n                       <p>Traceback (innermost last):</p>\r\n<ul>\n\n<li>  Module ZPublisher.Publish, line 126, in publish</li>\n\n<li>  Module ZPublisher.mapply, line 77, in mapply</li>\n\n<li>  Module ZPublisher.Publish, line 46, in call_object</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 322, in __call__</li>\n\n<li>  Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 240, in _exec</li>\n\n<li>  Module Products.CMFCore.FSPageTemplate, line 180, in pt_render</li>\n\n<li>  Module Products.PageTemplates.PageTemplate, line 79, in pt_render</li>\n\n<li>  Module zope.pagetemplate.pagetemplate, line 113, in pt_render</li>\n\n<li>  Module zope.tal.talinterpreter, line 271, in __call__</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 888, in do_useMacro</li>\n\n<li>
   Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 954, in do_defineSlot</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 858, in do_defineMacro</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 954, in do_defineSlot</li>\n\n<li>  Module
  zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 954, in do_defineSlot</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 946, in do_defineSlot</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal
 .talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 858, in do_defineMacro</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 858, in do_defineMacro</li>\n\n<li>  Module zope.tal.talinterpreter, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 533, in do_optTag_tal</li>\n\n<li>  Module zope.tal.talinterpreter, line 518, in do_optTag</li>\n\n<li>  Module zope.tal.talinterpreter, line 513, in no_tag</li>\n\n<li>  Module zope.tal.talinterprete
 r, line 343, in interpret</li>\n\n<li>  Module zope.tal.talinterpreter, line 583, in do_setLocal_tal</li>\n\n<li>  Module zope.tales.tales, line 696, in evaluate<br />\r\n<b>URL: file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt</b><br />\r\n<b>Line 30, Column 4</b><br />\r\n<b>Expression: <PathExpr standard:u\'context/@@plone_view\'></b><br />\r\n<b>Names:</b><pre>{\'container\': <PloneSite at /plone>,\n \'context\': <ATFolder at /plone/another-folder>,\n \'default\': <object object at 0x2aca6bf48680>,\n \'here\': <ATFolder at /plone/another-folder>,\n \'loop\': {},\n \'nothing\': None,\n \'options\': {\'args\': ()},\n \'repeat\': <Products.PageTemplates.Expressions.SafeMapping object at 0xd2fdcb0>,\n \'request\': <HTTPRequest, URL=http://nohost/plone/another-folder/folder_listing>,\n \'root\': <Application at >,\n \'template\': <FSPa
 geTemplate at /plone/folder_listing used for /plone/another-folder>,\n \'traverse_subpath\': [],\n \'user\': <PloneUser \'test_user_1_\'>}</pre></li>\n\n<li>  Module zope.tales.expressions, line 217, in __call__</li>\n\n<li>  Module Products.PageTemplates.Expressions, line 147, in _eval</li>\n\n<li>  Module zope.tales.expressions, line 124, in _eval</li>\n\n<li>  Module Products.PageTemplates.Expressions, line 74, in boboAwareZopeTraverse</li>\n\n<li>  Module OFS.Traversable, line 316, in restrictedTraverse</li>\n\n<li>  Module OFS.Traversable, line 284, in unrestrictedTraverse<br />\r\n__traceback_info__: ([], \'@@plone_view\')</li>\n\n</ul><p>AttributeError: @@plone_view\n</p>\n                    </div>\n\n                \n\n                \n            </div>\n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n\n\n\n<div cl
 ass="row">\n    <a class="managePortletsFallback" href="http://nohost/plone/another-folder/@@manage-portlets">\n        Manage portlets\n    </a>\n</div>\n\n</div>\n        </div>\n\n        \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    
 </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 425, in csrf.txt
Failed example:
    browser.getLink('Advanced...').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[178]>", line 1, in <module>
        browser.getLink('Advanced...').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 426, in csrf.txt
Failed example:
    browser.getControl(name='_authenticator').value = 'invalid!'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[179]>", line 1, in <module>
        browser.getControl(name='_authenticator').value = 'invalid!'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name '_authenticator'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 427, in csrf.txt
Failed example:
    browser.getControl('Retract').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[180]>", line 1, in <module>
        browser.getControl('Retract').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Retract'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 428, in csrf.txt
Failed example:
    browser.getControl('Save').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[181]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/csrf.txt", line 443, in csrf.txt
Failed example:
    browser.getControl('Retract').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[189]>", line 1, in <module>
        browser.getControl('Retract').selected = True
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Retract'




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for link_redirect_view.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 87, in link_redirect_view.txt
Failed example:
    anon.open('http://nohost/plone')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest link_redirect_view.txt[31]>", line 1, in <module>
        anon.open('http://nohost/plone')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 204, in open
        response = meth(req, response)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 457, in http_response
        'http', request, response, code, msg, hdrs)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 221, in error
        result = apply(self._call_chain, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 571, in http_error_302
        return self.parent.open(new)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/testbrowser.py", line 83, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 443, in publish_module
        environ, debug, request, response)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 237, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 126, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 46, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
        self, source, extra_context
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 906, in do_extendMacro
        definingName, extending)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
       - Line 30, Column 4
       - Expression: <PathExpr standard:u'context/@@plone_view'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <ATTopic at /plone/news/aggregator>,
           'default': <object object at 0x2aca6bf48680>,
           'here': <ATTopic at /plone/news/aggregator>,
           'loop': {},
           'nothing': None,
           'options': {'args': ()},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xd61eaf8>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSPageTemplate at /plone/folder_summary_view used for /plone/news/aggregator>,
           'traverse_subpath': [],
           'user': <SpecialUser 'Anonymous User'>}
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
        raise e
       - __traceback_info__: ([], '@@plone_view')
    AttributeError: @@plone_view
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 88, in link_redirect_view.txt
Failed example:
    anon.url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest link_redirect_view.txt[32]>", line 1, in <module>
        anon.url
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 177, in url
        return self.mech_browser.geturl()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 334, in geturl
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 93, in link_redirect_view.txt
Failed example:
    anon.open('http://nohost/plone/link')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest link_redirect_view.txt[33]>", line 1, in <module>
        anon.open('http://nohost/plone/link')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 204, in open
        response = meth(req, response)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 457, in http_response
        'http', request, response, code, msg, hdrs)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 221, in error
        result = apply(self._call_chain, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 571, in http_error_302
        return self.parent.open(new)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/testbrowser.py", line 83, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 443, in publish_module
        environ, debug, request, response)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 237, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 126, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 46, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
        self, source, extra_context
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 906, in do_extendMacro
        definingName, extending)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
       - Line 30, Column 4
       - Expression: <PathExpr standard:u'context/@@plone_view'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <ATTopic at /plone/news/aggregator>,
           'default': <object object at 0x2aca6bf48680>,
           'here': <ATTopic at /plone/news/aggregator>,
           'loop': {},
           'nothing': None,
           'options': {'args': ()},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xdcb3a48>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSPageTemplate at /plone/folder_summary_view used for /plone/news/aggregator>,
           'traverse_subpath': [],
           'user': <SpecialUser 'Anonymous User'>}
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
        raise e
       - __traceback_info__: ([], '@@plone_view')
    AttributeError: @@plone_view
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 94, in link_redirect_view.txt
Failed example:
    anon.url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest link_redirect_view.txt[34]>", line 1, in <module>
        anon.url
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 177, in url
        return self.mech_browser.geturl()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 334, in geturl
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for browser_collection_views.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 47, in browser_collection_views.txt
Failed example:
    browser.getLink('Standard view').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[20]>", line 1, in <module>
        browser.getLink('Standard view').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 445, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 569, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 52, in browser_collection_views.txt
Failed example:
    collection_text in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 58, in browser_collection_views.txt
Failed example:
    browser.getLink('Standard view').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[24]>", line 1, in <module>
        browser.getLink('Standard view').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 63, in browser_collection_views.txt
Failed example:
    collection_text in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 69, in browser_collection_views.txt
Failed example:
    browser.getLink('All content').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[28]>", line 1, in <module>
        browser.getLink('All content').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 74, in browser_collection_views.txt
Failed example:
    collection_text in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 80, in browser_collection_views.txt
Failed example:
    browser.getLink('Tabular view').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[32]>", line 1, in <module>
        browser.getLink('Tabular view').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 85, in browser_collection_views.txt
Failed example:
    collection_text in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 93, in browser_collection_views.txt
Failed example:
    browser.open('http://nohost/plone/folder')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[36]>", line 1, in <module>
        browser.open('http://nohost/plone/folder')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 94, in browser_collection_views.txt
Failed example:
    browser.getLink('Standard view').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[37]>", line 1, in <module>
        browser.getLink('Standard view').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 103, in browser_collection_views.txt
Failed example:
    browser.open('http://nohost/plone/folder')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[40]>", line 1, in <module>
        browser.open('http://nohost/plone/folder')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 104, in browser_collection_views.txt
Failed example:
    browser.getLink('Select a content item as default view...').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[41]>", line 1, in <module>
        browser.getLink('Select a content item as default view...').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 105, in browser_collection_views.txt
Failed example:
    browser.getControl(name='objectId').value = ['collection']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[42]>", line 1, in <module>
        browser.getControl(name='objectId').value = ['collection']
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'objectId'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 106, in browser_collection_views.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest browser_collection_views.txt[43]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 107, in browser_collection_views.txt
Failed example:
    collection_title in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 109, in browser_collection_views.txt
Failed example:
    collection_description in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/tests/browser_collection_views.txt", line 111, in browser_collection_views.txt
Failed example:
    collection_text in browser.contents
Expected:
    True
Got:
    False




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.3-py2.6.egg/plone/app/contentrules/tests/multipublish.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for multipublish.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.3-py2.6.egg/plone/app/contentrules/tests/multipublish.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.3-py2.6.egg/plone/app/contentrules/tests/multipublish.txt", line 116, in multipublish.txt
Failed example:
    browser.open(self.portal.absolute_url() + '/news/folder_listing')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest multipublish.txt[58]>", line 1, in <module>
        browser.open(self.portal.absolute_url() + '/news/folder_listing')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.3-py2.6.egg/plone/app/contentrules/tests/multipublish.txt", line 117, in multipublish.txt
Failed example:
    'My news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.contentrules-2.1.3-py2.6.egg/plone/app/contentrules/tests/multipublish.txt", line 119, in multipublish.txt
Failed example:
    'Second news item' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.controlpanel-2.1.1-py2.6.egg/plone/app/controlpanel/tests/security_enable_user_folder.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for security_enable_user_folder.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.controlpanel-2.1.1-py2.6.egg/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.controlpanel-2.1.1-py2.6.egg/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 54, in security_enable_user_folder.txt
Failed example:
    browser.open('http://nohost/plone/Members/root')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[13]>", line 1, in <module>
        browser.open('http://nohost/plone/Members/root')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.controlpanel-2.1.1-py2.6.egg/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 60, in security_enable_user_folder.txt
Failed example:
    browser.getLink('My Folder').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[15]>", line 1, in <module>
        browser.getLink('My Folder').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 445, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 569, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.controlpanel-2.1.1-py2.6.egg/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 93, in security_enable_user_folder.txt
Failed example:
    browser.open('http://nohost/plone/Members/member')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[29]>", line 1, in <module>
        browser.open('http://nohost/plone/Members/member')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.controlpanel-2.1.1-py2.6.egg/plone/app/controlpanel/tests/security_enable_user_folder.txt", line 98, in security_enable_user_folder.txt
Failed example:
    browser.getLink('My Folder').click()    
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest security_enable_user_folder.txt[32]>", line 1, in <module>
        browser.getLink('My Folder').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 445, in click
        self.browser.mech_browser.follow_link(self.mech_link)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 569, in follow_link
        return self.open(self.click_link(link, **kwds))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error




Failure in test test_menu_presence (plone.app.kss.tests.test_kss_attributes.TestContentMenu)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.kss-1.6.2-py2.6.egg/plone/app/kss/tests/test_kss_attributes.py", line 196, in test_menu_presence

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.kss-1.6.2-py2.6.egg/plone/app/kss/tests/test_kss_attributes.py", line 229, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    self.browser.open(self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[8]>", line 1, in <module>
        self.browser.open(self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.kss-1.6.2-py2.6.egg/plone/app/kss/tests/test_kss_attributes.py", line 233, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    contentmenu_dl_tag is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.kss-1.6.2-py2.6.egg/plone/app/kss/tests/test_kss_attributes.py", line 236, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    contentmenu_dl_tag.find('dd',{'class':'actionMenuContent'}) \
    is not None
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[12]>", line 1, in <module>
        contentmenu_dl_tag.find('dd',{'class':'actionMenuContent'}) \
    AttributeError: 'NoneType' object has no attribute 'find'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.kss-1.6.2-py2.6.egg/plone/app/kss/tests/test_kss_attributes.py", line 244, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    self.browser.open(self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[13]>", line 1, in <module>
        self.browser.open(self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.kss-1.6.2-py2.6.egg/plone/app/kss/tests/test_kss_attributes.py", line 254, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.kss-1.6.2-py2.6.egg/plone/app/kss/tests/test_kss_attributes.py", line 260, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions_ul = content_actions.find('ul',
    {'id': 'contentActionMenus'})
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[19]>", line 1, in <module>
        content_actions_ul = content_actions.find('ul',
    AttributeError: 'NoneType' object has no attribute 'find'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.kss-1.6.2-py2.6.egg/plone/app/kss/tests/test_kss_attributes.py", line 262, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions_ul is not None
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[20]>", line 1, in <module>
        content_actions_ul is not None
    NameError: name 'content_actions_ul' is not defined




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.workflow-2.0.5-py2.6.egg/plone/app/workflow/tests/onestateworkflow.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for onestateworkflow.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.workflow-2.0.5-py2.6.egg/plone/app/workflow/tests/onestateworkflow.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.workflow-2.0.5-py2.6.egg/plone/app/workflow/tests/onestateworkflow.txt", line 51, in onestateworkflow.txt
Failed example:
    browser.open('%s' % self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest onestateworkflow.txt[14]>", line 1, in <module>
        browser.open('%s' % self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.workflow-2.0.5-py2.6.egg/plone/app/workflow/tests/sharingpage.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for sharingpage.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.workflow-2.0.5-py2.6.egg/plone/app/workflow/tests/sharingpage.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.workflow-2.0.5-py2.6.egg/plone/app/workflow/tests/sharingpage.txt", line 24, in sharingpage.txt
Failed example:
    browser.open('%s' % self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest sharingpage.txt[6]>", line 1, in <module>
        browser.open('%s' % self.folder.absolute_url())
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/testbrowser.py", line 83, in http_open
        return self.do_open(PublisherConnection, req)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 443, in publish_module
        environ, debug, request, response)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 237, in publish_module_standard
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 126, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 46, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
        self, source, extra_context
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
       - Line 30, Column 4
       - Expression: <PathExpr standard:u'context/@@plone_view'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <ATFolder at /plone/Members/test_user_1_>,
           'default': <object object at 0x2aca6bf48680>,
           'here': <ATFolder at /plone/Members/test_user_1_>,
           'loop': {},
           'nothing': None,
           'options': {'args': ()},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x10adc208>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSPageTemplate at /plone/folder_listing used for /plone/Members/test_user_1_>,
           'traverse_subpath': [],
           'user': <SpecialUser 'Anonymous User'>}
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
        raise e
       - __traceback_info__: ([], '@@plone_view')
    AttributeError: @@plone_view


  Ran 1505 tests with 10 failures and 5 errors in 4 minutes 16.225 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.003 seconds.
  Ran 6 tests with 0 failures and 0 errors in 2.679 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.000 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.010 seconds.
  Ran 2 tests with 0 failures and 0 errors in 3.011 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Tear down plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.005 seconds.
  Ran 15 tests with 0 failures and 0 errors in 1.269 seconds.
Running plone.app.testing.layers.Plone:Functional tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.619 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.015 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.testing.zca.LayerCleanup in 0.001 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.118 seconds.
  Set up plone.app.testing.layers.PloneFixture in 5.372 seconds.
  Set up plone.app.testing.layers.Plone:Functional in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for history.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 26, in history.txt
Failed example:
    browser.open(portal_url)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[7]>", line 1, in <module>
        browser.open(portal_url)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 64, in http_open
        return self.do_open(connectionFactory, req)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 122, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 214, in __call__
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 126, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 46, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
        self, source, extra_context
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
       - Line 30, Column 4
       - Expression: <PathExpr standard:u'context/@@plone_view'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <PloneSite at /plone>,
           'default': <object object at 0x2aca6bf48680>,
           'here': <PloneSite at /plone>,
           'loop': {},
           'nothing': None,
           'options': {'args': ()},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xcbe6aa0>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSPageTemplate at /plone/folder_listing>,
           'traverse_subpath': [],
           'user': <PropertiedUser 'admin'>}
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 299, in unrestrictedTraverse
        raise e
       - __traceback_info__: ([], '@@plone_view')
    AttributeError: @@plone_view
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 27, in history.txt
Failed example:
    browser.getLink(id='document').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[8]>", line 1, in <module>
        browser.getLink(id='document').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 618, in find_link
        return self._filter_links(self._factory.links(), **kwds).next()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 639, in _filter_links
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 28, in history.txt
Failed example:
    browser.getControl(name='title').value = "Doc1"
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[9]>", line 1, in <module>
        browser.getControl(name='title').value = "Doc1"
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 29, in history.txt
Failed example:
    browser.getControl(name='form.button.save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[10]>", line 1, in <module>
        browser.getControl(name='form.button.save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 30, in history.txt
Failed example:
    urldoc1 = browser.url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[11]>", line 1, in <module>
        urldoc1 = browser.url
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 177, in url
        return self.mech_browser.geturl()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 334, in geturl
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 34, in history.txt
Failed example:
    browser.url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[12]>", line 1, in <module>
        browser.url
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 177, in url
        return self.mech_browser.geturl()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 334, in geturl
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 39, in history.txt
Failed example:
    browser.getLink('History').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[13]>", line 1, in <module>
        browser.getLink('History').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 618, in find_link
        return self._filter_links(self._factory.links(), **kwds).next()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 639, in _filter_links
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 49, in history.txt
Failed example:
    browser.open(portal_url)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[18]>", line 1, in <module>
        browser.open(portal_url)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 64, in http_open
        return self.do_open(connectionFactory, req)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 122, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 214, in __call__
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 126, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 46, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
        self, source, extra_context
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
       - Line 30, Column 4
       - Expression: <PathExpr standard:u'context/@@plone_view'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <PloneSite at /plone>,
           'default': <object object at 0x2aca6bf48680>,
           'here': <PloneSite at /plone>,
           'loop': {},
           'nothing': None,
           'options': {'args': ()},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0xfa3b6d8>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSPageTemplate at /plone/folder_listing>,
           'traverse_subpath': [],
           'user': <PropertiedUser 'admin'>}
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 299, in unrestrictedTraverse
        raise e
       - __traceback_info__: ([], '@@plone_view')
    AttributeError: @@plone_view
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 50, in history.txt
Failed example:
    browser.getLink(id='document').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[19]>", line 1, in <module>
        browser.getLink(id='document').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 618, in find_link
        return self._filter_links(self._factory.links(), **kwds).next()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 639, in _filter_links
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 51, in history.txt
Failed example:
    browser.getControl(name='title').value = "Doc2"
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[20]>", line 1, in <module>
        browser.getControl(name='title').value = "Doc2"
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 52, in history.txt
Failed example:
    browser.getControl(name='form.button.save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[21]>", line 1, in <module>
        browser.getControl(name='form.button.save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 370, in getControl
        label, name, self.mech_browser.forms(), include_subcontrols=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 418, in forms
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 53, in history.txt
Failed example:
    urldoc2 = browser.url
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[22]>", line 1, in <module>
        urldoc2 = browser.url
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 177, in url
        return self.mech_browser.geturl()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 334, in geturl
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 57, in history.txt
Failed example:
    browser.getLink('History').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest history.txt[23]>", line 1, in <module>
        browser.getLink('History').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 618, in find_link
        return self._filter_links(self._factory.links(), **kwds).next()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 639, in _filter_links
        if not self.viewing_html():
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 443, in viewing_html
        raise BrowserStateError("not viewing any document")
    BrowserStateError: not viewing any document
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.layout-2.1.9-py2.6.egg/plone/app/layout/viewlets/tests/history.txt", line 58, in history.txt
Failed example:
    print browser.contents
Expected:
    <...<span class="historyAction state-private">Create</span>...
Got:
    None


  Ran 1 tests with 1 failures and 0 errors in 0.515 seconds.
Running plone.app.upgrade.tests.base.FunctionalUpgradeLayer tests:
  Tear down plone.app.testing.layers.Plone:Functional in 0.000 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.101 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.004 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.013 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.631 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 10.901 seconds.
  Set up plone.app.upgrade.tests.base.FunctionalUpgradeLayer in 0.000 seconds.
  Ran 12 tests with 0 failures and 0 errors in 1 minutes 22.183 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.upgrade.tests.base.FunctionalUpgradeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.639 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.053 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 131 tests with 0 failures and 0 errors in 0.912 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1852 tests, 11 failures, 5 errors in 6 minutes 33.067 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.434 seconds.
  Ran 151 tests with 0 failures and 0 errors in 0.772 seconds.
Running Products.PlonePAS.tests.layer.PlonePASLayer tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.199 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.328 seconds.
  Set up Products.PlonePAS.tests.layer.PlonePASLayer in 0.000 seconds.
  Ran 150 tests with 0 failures and 0 errors in 1.977 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PlonePAS.tests.layer.PlonePASLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.177 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 349 tests with 0 failures and 0 errors in 0.096 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 650 tests, 0 failures, 0 errors in 12.609 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.fieldsets-2.0.1-py2.6.egg/plone/fieldsets/tests.py:6: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.indexer-1.0-py2.6.egg/plone/indexer/tests.py:3: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctestunit
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.389 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.353 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/borg.localrole-3.0.2-py2.6.egg/borg/localrole/tests.py:52: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', borg.localrole)
 in 4.673 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.139 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.005 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.browserlayer-2.1-py2.6.egg/plone/browserlayer/README.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  plone.browserlayer tests
  Ran 1 tests with 0 failures and 0 errors in 0.727 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.000 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.004 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.043 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.175 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 178 tests with 0 failures and 0 errors in 0.494 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 185 tests, 0 failures, 0 errors in 11.993 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.392 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.223 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.portlet.collection-2.0.4-py2.6.egg/plone/portlet/collection/tests/base.py:21: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', plone.portlet.collection)
 in 4.457 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.portlet.collection-2.0.4-py2.6.egg/plone/portlet/collection/tests/functional.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  ====================


Error in test testRenderClassicPortlet (plone.app.portlets.tests.test_classic_portlet.TestRenderer)
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-zope213-cmf22-plone41/eggs/plone.app.portlets-2.1.5-py2.6.egg/plone/app/portlets/tests/test_classic_portlet.py", line 103, in testRenderClassicPortlet
    r.render()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/Five/browser/pagetemplatefile.py", line 125, in __call__
    return self.im_func(im_self, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/Five/browser/pagetemplatefile.py", line 59, in __call__
    sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
   - Warning: Macro expansion failed
   - Warning: <type 'exceptions.NameError'>: name 'path_expression' is not defined
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
    self.interpret(block)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
   - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
   - Line 30, Column 4
   - Expression: <PathExpr standard:u'context/@@plone_view'>
   - Names:
      {'args': (),
       'container': <ATFolder at /plone/Members/test_user_1_>,
       'context': <ATFolder at /plone/Members/test_user_1_>,
       'default': <object object at 0x2aab87fb1b20>,
       'here': <ATFolder at /plone/Members/test_user_1_>,
       'loop': {},
       'nothing': None,
       'options': {},
       'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x7401578>,
       'request': <HTTPRequest, URL=http://nohost>,
       'root': <Application at >,
       'template': <Products.Five.browser.pagetemplatefile.ViewPageTemplateFile object at 0x35e1990>,
       'traverse_subpath': [],
       'user': <PloneUser 'test_user_1_'>,
       'view': <plone.app.portlets.portlets.classic.Renderer object at 0x57fe150>,
       'views': <Products.Five.browser.pagetemplatefile.ViewMapper object at 0x5dd3d50>}
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
    ob = self._subexprs[-1](econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
    ob = self._traverser(ob, element, econtext)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
    object = object.restrictedTraverse(name)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
    return self.unrestrictedTraverse(path, default, restricted=True)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 284, in unrestrictedTraverse
    raise e
   - __traceback_info__: ([], '@@plone_view')
AttributeError: @@plone_view

  Ran 176 tests with 0 failures and 1 errors in 19.738 seconds.
Running plone.app.portlets.tests.layer.PlonePortlets tests:
  Set up plone.app.portlets.tests.layer.PlonePortlets in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 1.097 seconds.
Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Tear down plone.app.portlets.tests.layer.PlonePortlets in 0.000 seconds.
  Set up plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.009 seconds.
  Ran 18 tests with 0 failures and 0 errors in 11.333 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.186 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.008 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.154 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 200 tests, 0 failures, 1 errors in 42.672 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 14.688 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 214 tests with 0 failures and 0 errors in 0.554 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.215 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 0.422 seconds.
  Set up Products.CMFTestCase.layer.CMFSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.GenericSetup/Products/GenericSetup/utils.py:122: DeprecationWarning: UserFolder is deprecated. User folders are no longer part of AccessControl, please depend on Zope2 and import from OFS.userfolder or use the new minimal user folder classes from AccessControl.userfolder.
  obj = getattr( obj, part )
 in 0.211 seconds.
  Ran 58 tests with 0 failures and 0 errors in 0.229 seconds.
Tearing down left over layers:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.018 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.001 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 25 tests with 0 failures and 0 errors in 0.193 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.352 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.348 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.372 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.PasswordResetTool-2.0.6-py2.6.egg/Products/PasswordResetTool/tests/browser.txt:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  Functional tests for PasswordResetTool
  Ran 2 tests with 0 failures and 0 errors in 3.949 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.184 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.399 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.313 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.552 seconds.


Failure in test testCachingHeadersFromSkinWithRAMCache (Products.ResourceRegistries.tests.testCSSRegistry.TestCachingHeaders)
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-zope213-cmf22-plone41/eggs/Products.ResourceRegistries-2.0.4-py2.6.egg/Products/ResourceRegistries/tests/testCSSRegistry.py", line 1161, in testCachingHeadersFromSkinWithRAMCache
    self.assertEqual(response.getHeader('Expires'), rfc1123_date(soon.timeTime()))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'Fri, 09 Sep 2011 06:28:47 GMT' != 'Fri, 09 Sep 2011 06:28:48 GMT'

  Ran 248 tests with 1 failures and 0 errors in 15.358 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.190 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 62 tests with 0 failures and 0 errors in 0.013 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 310 tests, 1 failures, 0 errors in 25.324 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running Products.TinyMCE.tests.base.TinyMCELayer:Functional tests:
  Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.300 seconds.
  Set up plone.app.testing.layers.PloneFixture in 6.915 seconds.
  Set up Products.TinyMCE.tests.base.TinyMCELayer in 0.427 seconds.
  Set up Products.TinyMCE.tests.base.TinyMCELayer:Functional in 0.000 seconds.
  Ran 20 tests with 0 failures and 0 errors in 2.943 seconds.
Running Products.TinyMCE.tests.base.TinyMCELayer:Integration tests:
  Tear down Products.TinyMCE.tests.base.TinyMCELayer:Functional in 0.000 seconds.
  Set up Products.TinyMCE.tests.base.TinyMCELayer:Integration in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 4.399 seconds.
Tearing down left over layers:
  Tear down Products.TinyMCE.tests.base.TinyMCELayer:Integration in 0.000 seconds.
  Tear down Products.TinyMCE.tests.base.TinyMCELayer in 0.007 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.098 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.006 seconds.
Total: 23 tests, 0 failures, 0 errors in 15.609 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.contentmigration.tests.layer.TestLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.409 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.350 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.345 seconds.
  Set up Products.contentmigration.tests.layer.TestLayer in 0.003 seconds.
  Ran 13 tests with 0 failures and 0 errors in 4.620 seconds.
Tearing down left over layers:
  Tear down Products.contentmigration.tests.layer.TestLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.180 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running archetypes.referencebrowserwidget.tests.base.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.475 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.588 seconds.
  Set up archetypes.referencebrowserwidget.tests.base.layer in 0.000 seconds.
  Ran 36 tests with 0 failures and 0 errors in 8.939 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down archetypes.referencebrowserwidget.tests.base.layer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.192 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.008 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 41 tests, 0 failures, 0 errors in 16.730 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running archetypes.schemaextender.tests.base.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.861 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.328 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.333 seconds.
  Set up archetypes.schemaextender.tests.base.layer in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for usage.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 249, in usage.txt
Failed example:
    browser.open(folder_url)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[55]>", line 1, in <module>
        browser.open(folder_url)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 250, in usage.txt
Failed example:
    browser.getLink('Add new').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[56]>", line 1, in <module>
        browser.getLink('Add new').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 251, in usage.txt
Failed example:
    browser.getControl('Page').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[57]>", line 1, in <module>
        browser.getControl('Page').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Page'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 252, in usage.txt
Failed example:
    browser.getControl('Add').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[58]>", line 1, in <module>
        browser.getControl('Add').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Add'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 259, in usage.txt
Failed example:
    'Blurb' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 262, in usage.txt
Failed example:
    browser.getControl('Title').value = "Test doc"
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[61]>", line 1, in <module>
        browser.getControl('Title').value = "Test doc"
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 263, in usage.txt
Failed example:
    'A' in browser.getControl('Tags').value
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[62]>", line 1, in <module>
        'A' in browser.getControl('Tags').value
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Tags'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 265, in usage.txt
Failed example:
    'B' in browser.getControl('Tags').value
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[63]>", line 1, in <module>
        'B' in browser.getControl('Tags').value
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Tags'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 267, in usage.txt
Failed example:
    browser.getControl('Tags').value = 'D'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[64]>", line 1, in <module>
        browser.getControl('Tags').value = 'D'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Tags'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 268, in usage.txt
Failed example:
    browser.getControl('Highlighted').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[65]>", line 1, in <module>
        browser.getControl('Highlighted').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Highlighted'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 269, in usage.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[66]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 273, in usage.txt
Failed example:
    'Please correct the indicated errors.' in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 275, in usage.txt
Failed example:
    "Values ['D'] are not allowed for vocabulary" in browser.contents
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 280, in usage.txt
Failed example:
    browser.getControl('Tags').value = 'A'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[69]>", line 1, in <module>
        browser.getControl('Tags').value = 'A'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Tags'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 281, in usage.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[70]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 285, in usage.txt
Failed example:
    test_doc = getattr(self.folder, 'test-doc')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[71]>", line 1, in <module>
        test_doc = getattr(self.folder, 'test-doc')
    AttributeError: test-doc
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 286, in usage.txt
Failed example:
    tags_field = test_doc.Schema()['schemaextender_test_tags']
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[72]>", line 1, in <module>
        tags_field = test_doc.Schema()['schemaextender_test_tags']
    NameError: name 'test_doc' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 287, in usage.txt
Failed example:
    tags_field.get(test_doc)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[73]>", line 1, in <module>
        tags_field.get(test_doc)
    NameError: name 'test_doc' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/archetypes.schemaextender-2.1.1-py2.6.egg/archetypes/schemaextender/usage.txt", line 290, in usage.txt
Failed example:
    IHighlighted.providedBy(test_doc)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest usage.txt[74]>", line 1, in <module>
        IHighlighted.providedBy(test_doc)
    NameError: name 'test_doc' is not defined


  Ran 4 tests with 1 failures and 0 errors in 1.169 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down archetypes.schemaextender.tests.base.layer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.182 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 19 tests with 0 failures and 0 errors in 0.006 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 23 tests, 1 failures, 0 errors in 10.375 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 4 tests with 0 failures and 0 errors in 0.043 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/collective.z3cform.datetimewidget-1.0-py2.6.egg/collective/z3cform/datetimewidget/tests.py:25: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 5 tests with 0 failures and 0 errors in 1.068 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.069 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.802 seconds.
Tearing down left over layers:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.038 seconds.
  Ran 2 tests with 0 failures and 0 errors in 1.027 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.126 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 3 tests, 0 failures, 0 errors in 1.369 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.047 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.222 seconds.
Running kss.core.tests.base.KSSLayer tests:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up kss.core.tests.base.KSSCoreLayer in 0.027 seconds.
  Set up kss.core.tests.base.KSSLayer in 0.063 seconds.
  Ran 15 tests with 0 failures and 0 errors in 0.152 seconds.
Running kss.core.tests.test_ttwapi.layer tests:
  Set up kss.core.tests.test_ttwapi.layer in 0.001 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.026 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down kss.core.tests.test_ttwapi.layer in 0.000 seconds.
  Tear down kss.core.tests.base.KSSLayer in 0.000 seconds.
  Tear down kss.core.tests.base.KSSCoreLayer in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.009 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 21 tests, 0 failures, 0 errors in 0.849 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.imaging-1.0.5-py2.6.egg/plone/app/imaging/tests/base.py:1: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
***********************************************
WARNING: LinguaPlone not found. Skipping tests.
***********************************************
***********************************************
WARNING: LinguaPlone not found. Skipping tests.
***********************************************
Running plone.app.blob.tests.layer.BlobLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.846 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.298 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.359 seconds.
  Set up plone.app.blob.tests.layer.BlobLayer in 0.088 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for README.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 155, in README.txt
Failed example:
    browser.open('http://nohost/plone/Members/%s' % user)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[57]>", line 1, in <module>
        browser.open('http://nohost/plone/Members/%s' % user)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 156, in README.txt
Failed example:
    browser.getLink(url='createObject?type_name=Blob').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[58]>", line 1, in <module>
        browser.getLink(url='createObject?type_name=Blob').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 157, in README.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../portal_factory/Blob/blob.../edit'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 159, in README.txt
Failed example:
    browser.getControl(name='title').value = 'Foo bar'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[60]>", line 1, in <module>
        browser.getControl(name='title').value = 'Foo bar'
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 160, in README.txt
Failed example:
    control = browser.getControl(name='file_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[61]>", line 1, in <module>
        control = browser.getControl(name='file_file')
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'file_file'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 161, in README.txt
Failed example:
    control.filename = 'foo.pdf'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[62]>", line 1, in <module>
        control.filename = 'foo.pdf'
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 162, in README.txt
Failed example:
    control.value = StringIO('%PDF-1.4 fake pdf...' + 'foo' * 1000)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[63]>", line 1, in <module>
        control.value = StringIO('%PDF-1.4 fake pdf...' + 'foo' * 1000)
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 163, in README.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest README.txt[64]>", line 1, in <module>
        browser.getControl('Save').click()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 164, in README.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../foo-bar/view'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/README.txt", line 166, in README.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Foo bar...foo.pdf...PDF document...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/Members/test_user_1_/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/Members/test_user_1_/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey5348.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey3036.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/port
 al_css/Sunburst%20Theme/IEFixes-cachekey7494.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey5651.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6335.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey4404.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey3552.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey4584.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey2377.js"></script>\n\n\n<title>test_user_1_ — Plone site</title>\n        \n    <link re
 l="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-folder section-Members icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div cl
 ass="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/Members/test_user_1_#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/Members/test_user_1_#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/personalize_form">test_user_1_</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox
 ">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/p
 lone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="selected"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n         
    <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            <a href="http://nohost/plone/Members">Users</a>\n            <span class="breadcrumbSeparator">\n                ›\n                \n            </span>\n            \n         \n    </span>\n    <span id="breadcrumbs-2" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-current">test_user_1_</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n                <div class="">\n\n                    \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none
 ">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">\n                We’re sorry, but there seems to be an error…\n            </h1>\n\n            <div id="content-core">\n                \n                    <p>\n                    The error has been logged as entry number\n                    <code>1314945045.690.194715314641</code>.\n                    </p>\n\n                    <p>\n                    If you need to report this to the\n                    <span> <a href="http://nohost/plone/contact-info">Site Administration</a></span>,\n                    please include this entry number in your message.\n                    </p>\n\n                    \n\n                \n\n                \n            </div>\n\n        \n        \n\n\n   
                      </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n\n\n\n\n\n</div>\n        </div>\n\n        \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        
 </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n'


/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.PortalTransforms-2.0.7-py2.6.egg/Products/PortalTransforms/libtransforms/commandtransform.py:103: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')
  Ran 26 tests with 1 failures and 0 errors in 5.728 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.203 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for replacement-types.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 15, in replacement-types.txt
Failed example:
    browser.open(self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[2]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 17, in replacement-types.txt
Failed example:
    browser.getLink(url='createObject?type_name=File').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[3]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 18, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../portal_factory/File/file.../edit'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 20, in replacement-types.txt
Failed example:
    browser.getControl(name='title').value = 'Foo'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[5]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 21, in replacement-types.txt
Failed example:
    control = browser.getControl(name='file_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[6]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'file_file'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 22, in replacement-types.txt
Failed example:
    control.filename = 'foo.pdf'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[7]>", line 1, in <module>
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 23, in replacement-types.txt
Failed example:
    control.value = StringIO('%PDF-1.4 fake pdf...' + 'foo' * 1000)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[8]>", line 1, in <module>
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 24, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[9]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 26, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../foo.../view'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 28, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Foo...foo.pdf...PDF document...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/Members/test_user_1_/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/Members/test_user_1_/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey5348.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey3036.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/port
 al_css/Sunburst%20Theme/IEFixes-cachekey7494.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey5651.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6335.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey4404.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey3552.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey4584.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey2377.js"></script>\n\n\n<title>test_user_1_ — Plone site</title>\n        \n    <link re
 l="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-folder section-Members icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div cl
 ass="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/Members/test_user_1_#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/Members/test_user_1_#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/dashboard">test_user_1_</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/
 plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        
 </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="selected"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="po
 rtal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            <a href="http://nohost/plone/Members">Users</a>\n            <span class="breadcrumbSeparator">\n                ›\n                \n            </span>\n            \n         \n    </span>\n    <span id="breadcrumbs-2" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-current">test_user_1_</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n                <div class="">\n\n      
               \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">\n                We’re sorry, but there seems to be an error…\n            </h1>\n\n            <div id="content-core">\n                \n                    <p>\n                    The error has been logged as entry number\n                    <code>1314945051.710.431104983919</code>.\n                    </p>\n\n                    <p>\n                    If you need to report this to the\n                    <span> <a href="http://nohost/plone/contact-info">Site Administration</a></span>,\n                    please include this entry number in your message.\n                    <
 /p>\n\n                    \n\n                \n\n                \n            </div>\n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n\n\n\n\n\n</div>\n        </div>\n\n        \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a 
 href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n
 '
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 34, in replacement-types.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[12]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 35, in replacement-types.txt
Failed example:
    browser.getControl(name='title').value = 'Foobar'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[13]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 36, in replacement-types.txt
Failed example:
    browser.getControl('Replace with new file').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[14]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Replace with new file'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 37, in replacement-types.txt
Failed example:
    control = browser.getControl(name='file_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[15]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'file_file'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 38, in replacement-types.txt
Failed example:
    control.filename = 'foobar.pdf'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[16]>", line 1, in <module>
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 39, in replacement-types.txt
Failed example:
    control.value = StringIO('%PDF-1.4 fake pdf...' + 'foobar' * 1000)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[17]>", line 1, in <module>
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 40, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[18]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 42, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../foo.../view'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 44, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Foobar...foobar.pdf...PDF document...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/Members/test_user_1_/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/Members/test_user_1_/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey5348.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey3036.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/port
 al_css/Sunburst%20Theme/IEFixes-cachekey7494.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey5651.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6335.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey4404.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey3552.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey4584.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey2377.js"></script>\n\n\n<title>test_user_1_ — Plone site</title>\n        \n    <link re
 l="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-folder section-Members icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div cl
 ass="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/Members/test_user_1_#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/Members/test_user_1_#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/dashboard">test_user_1_</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/
 plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        
 </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="selected"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="po
 rtal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            <a href="http://nohost/plone/Members">Users</a>\n            <span class="breadcrumbSeparator">\n                ›\n                \n            </span>\n            \n         \n    </span>\n    <span id="breadcrumbs-2" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-current">test_user_1_</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n                <div class="">\n\n      
               \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">\n                We’re sorry, but there seems to be an error…\n            </h1>\n\n            <div id="content-core">\n                \n                    <p>\n                    The error has been logged as entry number\n                    <code>1314945051.710.431104983919</code>.\n                    </p>\n\n                    <p>\n                    If you need to report this to the\n                    <span> <a href="http://nohost/plone/contact-info">Site Administration</a></span>,\n                    please include this entry number in your message.\n                    <
 /p>\n\n                    \n\n                \n\n                \n            </div>\n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n\n\n\n\n\n</div>\n        </div>\n\n        \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a 
 href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n
 '
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 52, in replacement-types.txt
Failed example:
    self.folder.foo.getPrimaryField().required = False
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[21]>", line 1, in <module>
    AttributeError: foo
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 54, in replacement-types.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[22]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 55, in replacement-types.txt
Failed example:
    browser.getControl('Delete current').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[23]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete current'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 56, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[24]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 57, in replacement-types.txt
Failed example:
    'Changes saved' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 64, in replacement-types.txt
Failed example:
    self.folder.foo.getFile().data
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[27]>", line 1, in <module>
    AttributeError: foo
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 74, in replacement-types.txt
Failed example:
    browser.open(self.folder.absolute_url())
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[29]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 75, in replacement-types.txt
Failed example:
    browser.getLink(url='createObject?type_name=Image').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[30]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 76, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../portal_factory/Image/image.../edit'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 78, in replacement-types.txt
Failed example:
    browser.getControl(name='title').value = 'Bar'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[32]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 79, in replacement-types.txt
Failed example:
    control = browser.getControl(name='image_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[33]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'image_file'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 80, in replacement-types.txt
Failed example:
    control.filename = 'bar.gif'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[34]>", line 1, in <module>
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 81, in replacement-types.txt
Failed example:
    control.value = getFile('image.png')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[35]>", line 1, in <module>
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 82, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[36]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 84, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../bar.../view'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 86, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Bar...
     ...<img src="http://.../bar.../image_preview"...title="Bar"...
     ...Click to view full-size...Size...3.5 kB...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/Members/test_user_1_/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/Members/test_user_1_/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey5348.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey3036.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/port
 al_css/Sunburst%20Theme/IEFixes-cachekey7494.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey5651.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6335.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey4404.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey3552.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey4584.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey2377.js"></script>\n\n\n<title>test_user_1_ — Plone site</title>\n        \n    <link re
 l="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-folder section-Members icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div cl
 ass="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/Members/test_user_1_#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/Members/test_user_1_#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/dashboard">test_user_1_</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/
 plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        
 </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="selected"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="po
 rtal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            <a href="http://nohost/plone/Members">Users</a>\n            <span class="breadcrumbSeparator">\n                ›\n                \n            </span>\n            \n         \n    </span>\n    <span id="breadcrumbs-2" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-current">test_user_1_</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n                <div class="">\n\n      
               \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">\n                We’re sorry, but there seems to be an error…\n            </h1>\n\n            <div id="content-core">\n                \n                    <p>\n                    The error has been logged as entry number\n                    <code>1314945051.940.234205865488</code>.\n                    </p>\n\n                    <p>\n                    If you need to report this to the\n                    <span> <a href="http://nohost/plone/contact-info">Site Administration</a></span>,\n                    please include this entry number in your message.\n                    <
 /p>\n\n                    \n\n                \n\n                \n            </div>\n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n\n\n\n\n\n</div>\n        </div>\n\n        \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a 
 href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n
 '
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 95, in replacement-types.txt
Failed example:
    browser.open('image_preview')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[39]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 99, in replacement-types.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[42]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 100, in replacement-types.txt
Failed example:
    browser.getControl(name='title').value = 'Foobar'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[43]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'title'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 101, in replacement-types.txt
Failed example:
    browser.getControl('Replace with new image').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[44]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Replace with new image'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 102, in replacement-types.txt
Failed example:
    control = browser.getControl(name='image_file')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[45]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: name 'image_file'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 103, in replacement-types.txt
Failed example:
    control.filename = 'foobar.gif'
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[46]>", line 1, in <module>
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 104, in replacement-types.txt
Failed example:
    control.value = getFile('image.gif')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[47]>", line 1, in <module>
    NameError: name 'control' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 105, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[48]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 107, in replacement-types.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone/.../bar.../view'
Got:
    'http://nohost/plone/Members/test_user_1_'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 109, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '...Info...Changes saved...
     ...Foobar...
     ...<img src="http://.../bar.../image_preview"...title="Foobar"...
     ...Click to view full-size...Size...1 kB...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/Members/test_user_1_/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/Members/test_user_1_/" />\n\n  \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/member-cachekey5348.css" />\n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey3036.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/port
 al_css/Sunburst%20Theme/IEFixes-cachekey7494.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey5651.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6335.kss" />\n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey4404.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey3552.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey4584.js"></script>\n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey2377.js"></script>\n\n\n<title>test_user_1_ — Plone site</title>\n        \n    <link re
 l="author" href="http://nohost/plone/author/portal_owner" title="Author information" />\n\n\n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-folder section-Members icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div cl
 ass="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/Members/test_user_1_#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/Members/test_user_1_#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  \n  <dt class="actionMenuHeader">\n    <a id="user-name" href="http://nohost/plone/dashboard">test_user_1_</a>\n  </dt>\n  <dd class="actionMenuContent">\n    <ul>\n        <li id="personaltools-dashboard">\n            <a href="http://nohost/plone/dashboard">Dashboard</a>\n        </li>\n        <li id="personaltools-preferences">\n            <a href="http://nohost/plone/@@personal-preferences">Preferences</a>\n        </li>\n        <li id="personaltools-logout">\n            <a href="http://nohost/
 plone/logout">Log out</a>\n        </li>\n    </ul>\n  </dd>\n  \n</dl>\n\n\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/Members/test_user_1_" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        
 </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="selected"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="po
 rtal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        <span class="breadcrumbSeparator">\n            ›\n            \n        </span>\n    </span>\n    <span id="breadcrumbs-1" dir="ltr">\n        \n            <a href="http://nohost/plone/Members">Users</a>\n            <span class="breadcrumbSeparator">\n                ›\n                \n            </span>\n            \n         \n    </span>\n    <span id="breadcrumbs-2" dir="ltr">\n        \n            \n            \n            <span id="breadcrumbs-current">test_user_1_</span>\n         \n    </span>\n\n</div>\n\n<div id="plone-lock-status">\n  \n</div>\n</div>\n\n            \n                <div class="">\n\n      
               \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n        \n\n            <h1 class="documentFirstHeading">\n                We’re sorry, but there seems to be an error…\n            </h1>\n\n            <div id="content-core">\n                \n                    <p>\n                    The error has been logged as entry number\n                    <code>1314945051.940.234205865488</code>.\n                    </p>\n\n                    <p>\n                    If you need to report this to the\n                    <span> <a href="http://nohost/plone/contact-info">Site Administration</a></span>,\n                    please include this entry number in your message.\n                    <
 /p>\n\n                    \n\n                \n\n                \n            </div>\n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n\n\n\n\n\n</div>\n        </div>\n\n        \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a 
 href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n
 '
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 117, in replacement-types.txt
Failed example:
    browser.open('image_preview')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[51]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 119, in replacement-types.txt
Failed example:
    original == current
Expected:
    False
Got:
    True
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 128, in replacement-types.txt
Failed example:
    browser.open(url)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[57]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 129, in replacement-types.txt
Failed example:
    browser.contents == gif
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 131, in replacement-types.txt
Failed example:
    browser.headers.getheader('status').upper()
Expected:
    '200 OK'
Got:
    '500 INTERNAL SERVER ERROR'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 133, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-type')
Expected:
    'image/gif'
Got:
    'text/html; charset=utf-8'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 135, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-disposition')
Expected:
    'inline; filename="foobar.gif"'
Got nothing
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 141, in replacement-types.txt
Failed example:
    browser.contents == gif
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 145, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-type')
Expected:
    'image/gif'
Got:
    'text/html; charset=utf-8'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 147, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-disposition')
Expected:
    'inline; filename="foobar.gif"'
Got nothing
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 152, in replacement-types.txt
Failed example:
    browser.open(url + '/image_thumb')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[67]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 153, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    '\x89PNG...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey3036.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/IEFixes-cachekey7494.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%
 20Theme/ploneCustom-cachekey5651.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey4404.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey3552.js"></script>\n\n\n<title>Plone site</title>\n        \n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta 
 name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-plone-site icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div class="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/Members/test_user_1_/image_thumb#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/Members/test_user_1_/image_thumb#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  <dt id="anon-personalbar">\n    \n        <a href="http://nohost/plone/login" id="personaltools-login">Log in</a>\n    \n  </dt>\n</dl>\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_for
 m" action="http://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n  
       </a>\n    </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="selected"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <
 span id="breadcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        \n    </span>\n\n</div>\n</div>\n\n            \n                <div class="">\n\n                    \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n            \n\n                \n\n                <h1 class="documentFirstHeading">\n                    This page does not seem to exist…\n                </h1>\n\n                <div id="content-core">\n                    <p>\n \t                    We apologize for the inconvenience, but the page you were trying to access is not at this address.\n                        You can use the links below to help you 
 find what you are looking for.\n                     </p>\n\n                    <p>\n                        If you are certain you have the correct web address but are encountering an error, please\n                        contact the <span> <a href="http://nohost/plone/contact-info">Site Administration</a></span>.\n                    </p>\n\n                    <p>\n                    Thank you.\n                    </p>\n\n                    <!-- Offer search results for suggestions -->\n                    \n\n                        <h3>You might have been looking for…</h3>\n\n                        <dl>\n\n                        \n                            \n                                <dt class="contenttype-folder">\n                                  \n                                   <a href="http://nohost/plone/Members" class="state-published">Users</a>\n\n                                    \n\n                                </dt>\n\n         
                        <dd>Site Users</dd>\n\n                            \n                        \n\n                        \n                            \n                                <dt class="contenttype-folder">\n                                  \n                                   <a href="http://nohost/plone/Members" class="state-published">Users</a>\n\n                                    \n\n                                </dt>\n\n                                <dd>Site Users</dd>\n\n                            \n                        \n\n                        </dl>\n\n                    \n                </div>\n            \n\n        \n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n</div>\n        </div>\n\n        \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="ro
 w">\n    <div class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-sitea
 ctions">\n\n    <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 155, in replacement-types.txt
Failed example:
    browser.headers.getheader('status').upper()
Expected:
    '200 OK'
Got:
    '404 NOT FOUND'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 157, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-type')
Expected:
    'image/png'
Got:
    'text/html; charset=utf-8'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 160, in replacement-types.txt
Failed example:
    browser.open(url + '/image')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[71]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 161, in replacement-types.txt
Failed example:
    browser.contents
Expected:
    'GIF89a...'
Got:
    '\n<!DOCTYPE html PUBLIC\n  "-//W3C//DTD XHTML 1.0 Transitional//EN"\n  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\n\n<html xmlns="http://www.w3.org/1999/xhtml" lang="en">\n\n    \n    \n    \n    \n    \n\n\n<head>\n    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\n\n    \n    <meta http-equiv="X-UA-Compatible" content="IE=edge" />\n\n    \n        <base href="http://nohost/plone/" /><!--[if lt IE 7]></base><![endif]-->\n    \n\n    \n        \n<link rel="kss-base-url" href="http://nohost/plone/" />\n\n  \n    <link rel="stylesheet" type="text/css" href="http://nohost/plone/portal_css/Sunburst%20Theme/base-cachekey3036.css" />\n        <!--[if lt IE 8]>    \n    \n    <link rel="stylesheet" type="text/css" media="screen" href="http://nohost/plone/portal_css/Sunburst%20Theme/IEFixes-cachekey7494.css" />\n        <![endif]-->\n    \n    <link rel="stylesheet" type="text/css" media="all" href="http://nohost/plone/portal_css/Sunburst%
 20Theme/ploneCustom-cachekey5651.css" />\n\n  \n    <link rel="kinetic-stylesheet" type="text/css" href="http://nohost/plone/portal_kss/Sunburst%20Theme/at-cachekey4404.kss" />\n  \n    <script type="text/javascript" src="http://nohost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey3552.js"></script>\n\n\n<title>Plone site</title>\n        \n\n    <link rel="shortcut icon" type="image/x-icon" href="http://nohost/plone/favicon.ico" />\n    <link rel="apple-touch-icon" href="http://nohost/plone/touch_icon.png" />\n\n\n\n    <link rel="home" href="http://nohost/plone" title="Front page" />\n\n    <link rel="contents" href="http://nohost/plone/sitemap" title="Site Map" />\n\n\n\n\n\n\n    <link rel="search" href="http://nohost/plone/search_form" title="Search this site" />\n\n\n\n        \n        \n        \n        \n        \n\n        <meta name="viewport" content="width=device-width; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />\n        <meta 
 name="generator" content="Plone - http://plone.org" />\n    \n</head>\n\n<body class="template-default_error_message portaltype-plone-site icons-on" dir="ltr">\n\n<div id="visual-portal-wrapper">\n\n        <div id="portal-top" class="row">\n<div class="cell width-full position-0">\n            <div id="portal-header">\n    <p class="hiddenStructure">\n  <a accesskey="2" href="http://nohost/plone/Members/test_user_1_/image#content">Skip to content.</a> |\n\n  <a accesskey="6" href="http://nohost/plone/Members/test_user_1_/image#portal-globalnav">Skip to navigation</a>\n</p>\n\n<div id="portal-personaltools-wrapper">\n\n<h5 class="hiddenStructure">Personal tools</h5>\n\n\n\n<dl class="actionMenu deactivated" id="portal-personaltools">\n  <dt id="anon-personalbar">\n    \n        <a href="http://nohost/plone/login" id="personaltools-login">Log in</a>\n    \n  </dt>\n</dl>\n\n</div>\n\n\n\n<div id="portal-searchbox">\n    <form name="searchform" id="searchGadget_form" action="h
 ttp://nohost/plone/search">\n\n        <div class="LSBox">\n        <label class="hiddenStructure" for="searchGadget">Search Site</label>\n\n        <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="searchField inputLabel" id="searchGadget" />\n\n        <input class="searchButton" type="submit" value="Search" />\n\n        <div class="searchSection">\n            <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone" />\n            <label for="searchbox_currentfolder_only" style="cursor: pointer">\n                only in current section\n            </label>\n        </div>\n\n        <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>\n        </div>\n    </form>\n\n    <div id="portal-advanced-search" class="hiddenStructure">\n        <a href="http://nohost/plone/search_form" accesskey="5">\n            Advanced Search…\n        </a>\n
     </div>\n\n</div>\n\n<a id="portal-logo" title="Plone site" accesskey="1" href="http://nohost/plone">\n    <img src="http://nohost/plone/logo.png" alt="Plone site" title="Plone site" height="56" width="215" /></a>\n\n\n    <h5 class="hiddenStructure">Sections</h5>\n\n    <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://nohost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://nohost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://nohost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="selected"><a href="http://nohost/plone/Members" title="Site Users">Users</a></li></ul>\n\n</div>\n\n</div>\n        </div>\n    <div id="portal-columns" class="row">\n\n        <div id="portal-column-content" class="cell width-full position-0">\n\n            <div id="viewlet-above-content"><div id="portal-breadcrumbs">\n\n    <span id="bre
 adcrumbs-you-are-here">You\nare here:</span>\n    <span id="breadcrumbs-home">\n        <a href="http://nohost/plone">Home</a>\n        \n    </span>\n\n</div>\n</div>\n\n            \n                <div class="">\n\n                    \n\n                    \n\n    <dl class="portalMessage info" id="kssPortalMessage" style="display:none">\n        <dt>Info</dt>\n        <dd></dd>\n    </dl>\n\n\n\n                    \n                        <div id="content">\n\n                            \n\n                            \n\n        \n\n            \n\n                \n\n                <h1 class="documentFirstHeading">\n                    This page does not seem to exist…\n                </h1>\n\n                <div id="content-core">\n                    <p>\n \t                    We apologize for the inconvenience, but the page you were trying to access is not at this address.\n                        You can use the links below to help you find what yo
 u are looking for.\n                     </p>\n\n                    <p>\n                        If you are certain you have the correct web address but are encountering an error, please\n                        contact the <span> <a href="http://nohost/plone/contact-info">Site Administration</a></span>.\n                    </p>\n\n                    <p>\n                    Thank you.\n                    </p>\n\n                    <!-- Offer search results for suggestions -->\n                    \n\n                        <h3>You might have been looking for…</h3>\n\n                        <dl>\n\n                        \n                            \n                                <dt class="contenttype-folder">\n                                  \n                                   <a href="http://nohost/plone/Members" class="state-published">Users</a>\n\n                                    \n\n                                </dt>\n\n                     
            <dd>Site Users</dd>\n\n                            \n                        \n\n                        \n                            \n                                <dt class="contenttype-folder">\n                                  \n                                   <a href="http://nohost/plone/Members" class="state-published">Users</a>\n\n                                    \n\n                                </dt>\n\n                                <dd>Site Users</dd>\n\n                            \n                        \n\n                        </dl>\n\n                    \n                </div>\n            \n\n        \n\n        \n        \n\n\n                        </div>\n                    \n\n                    \n                </div>\n            \n\n            <div id="viewlet-below-content">\n</div>\n        </div>\n\n        \n        \n\n        \n        \n    </div>\n\n\n    <div class="row">\n        <div class="row">\n    <di
 v class="cell width-full position-0">\n\n        <div id="portal-footer">\n            <p>\n                \n                The\n                <a href="http://plone.org">Plone<sup>®</sup> Open Source CMS/WCM</a>\n                is\n                <acronym title="Copyright">©</acronym>\n                2000-2011\n                by the\n                <a href="http://plone.org/foundation">Plone Foundation</a>\n                and friends.\n                \n\n                \n                Distributed under the\n                    <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.\n                \n            </p>\n        </div>\n\n    </div>\n</div>\n\n<div id="portal-colophon">\n\n<div class="colophonWrapper">\n<ul>\n  <li>\n    <a href="http://plone.org" title="This site was built using the Plone Open Source CMS/WCM.">\n      Powered by Plone & Python</a>\n  </li>\n</ul>\n</div>\n</div>\n\n<ul id="portal-siteactions">\n\n
     <li id="siteaction-sitemap"><a href="http://nohost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>\n    <li id="siteaction-accessibility"><a href="http://nohost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>\n    <li id="siteaction-contact"><a href="http://nohost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>\n</ul>\n\n\n        <div id="kss-spinner">\n            <img alt="" src="http://nohost/plone/spinner.gif" />\n        </div>\n    </div>\n\n</div>\n</body>\n</html>\n\n\n'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 163, in replacement-types.txt
Failed example:
    browser.headers.getheader('status').upper()
Expected:
    '200 OK'
Got:
    '404 NOT FOUND'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 165, in replacement-types.txt
Failed example:
    browser.headers.getheader('content-type')
Expected:
    'image/gif'
Got:
    'text/html; charset=utf-8'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 172, in replacement-types.txt
Failed example:
    self.folder.bar.getPrimaryField().required = False
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[75]>", line 1, in <module>
    AttributeError: bar
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 174, in replacement-types.txt
Failed example:
    browser.open(url + '/view')
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[76]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
        raise response
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 175, in replacement-types.txt
Failed example:
    browser.getLink('Edit').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[77]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 328, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 620, in find_link
        raise LinkNotFoundError()
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 176, in replacement-types.txt
Failed example:
    browser.getControl('Delete current').selected = True
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[78]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Delete current'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 177, in replacement-types.txt
Failed example:
    browser.getControl('Save').click()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[79]>", line 1, in <module>
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 371, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 48, in disambiguate
        raise LookupError(msg)
    LookupError: label 'Save'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 178, in replacement-types.txt
Failed example:
    'Changes saved' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 180, in replacement-types.txt
Failed example:
    'No image has been uploaded yet' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.blob-1.5.1-py2.6.egg/plone/app/blob/tests/replacement-types.txt", line 185, in replacement-types.txt
Failed example:
    self.folder.foo.getImage().data
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest replacement-types.txt[82]>", line 1, in <module>
    AttributeError: foo


  Ran 59 tests with 1 failures and 0 errors in 11.646 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.185 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 87 tests, 2 failures, 0 errors in 27.169 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running plone.app.caching.testing.PloneAppCaching:Functional tests:
  Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.214 seconds.
  Set up plone.app.testing.layers.PloneFixture in 7.435 seconds.
  Set up plone.app.caching.testing.PloneAppCaching in 0.653 seconds.
  Set up plone.app.caching.testing.PloneAppCaching:Functional in 0.000 seconds.


Error in test test_disabled (plone.app.caching.tests.test_integration.TestOperations)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.caching-1.0-py2.6.egg/plone/app/caching/tests/test_integration.py", line 120, in test_disabled
    browser.open(self.portal.absolute_url())
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
    self.mech_browser.open(url, data)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
    return self._mech_open(url, data, timeout=timeout)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
    raise response
HTTPError: HTTP Error 500: Internal Server Error



Error in test test_composite_views (plone.app.caching.tests.test_profile_with_caching_proxy.TestProfileWithCaching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.caching-1.0-py2.6.egg/plone/app/caching/tests/test_profile_with_caching_proxy.py", line 109, in test_composite_views
    browser.open(self.portal['f1'].absolute_url())
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
    self.mech_browser.open(url, data)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
    return self._mech_open(url, data, timeout=timeout)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
    raise response
HTTPError: HTTP Error 500: Internal Server Error



Error in test test_composite_views (plone.app.caching.tests.test_profile_without_caching_proxy.TestProfileWithoutCaching)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.caching-1.0-py2.6.egg/plone/app/caching/tests/test_profile_without_caching_proxy.py", line 102, in test_composite_views
    browser.open(self.portal['f1'].absolute_url())
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
    self.mech_browser.open(url, data)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
    return self._mech_open(url, data, timeout=timeout)
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 255, in _mech_open
    raise response
HTTPError: HTTP Error 500: Internal Server Error

  Ran 16 tests with 0 failures and 3 errors in 12.784 seconds.
Running plone.testing.zca.UnitTesting tests:
  Tear down plone.app.caching.testing.PloneAppCaching:Functional in 0.000 seconds.
  Tear down plone.app.caching.testing.PloneAppCaching in 0.005 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.102 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.007 seconds.
  Set up plone.testing.zca.UnitTesting in 0.000 seconds.
  Ran 162 tests with 0 failures and 0 errors in 0.174 seconds.
Tearing down left over layers:
  Tear down plone.testing.zca.UnitTesting in 0.000 seconds.
Total: 178 tests, 0 failures, 3 errors in 21.875 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running plone.app.discussion.testing.PloneAppDiscussion:Functional tests:
  Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.201 seconds.
  Set up plone.app.testing.layers.PloneFixture in 7.414 seconds.
  Set up plone.app.discussion.testing.PloneAppDiscussion in 0.598 seconds.
  Set up plone.app.discussion.testing.PloneAppDiscussion:Functional in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.app.discussion/plone/app/discussion/tests/functional_test_comments.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for functional_test_comments.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.app.discussion/plone/app/discussion/tests/functional_test_comments.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.app.discussion/plone/app/discussion/tests/functional_test_comments.txt", line 56, in functional_test_comments.txt
Failed example:
    browser.open(portal_url)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest functional_test_comments.txt[21]>", line 1, in <module>
        browser.open(portal_url)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 64, in http_open
        return self.do_open(connectionFactory, req)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 122, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 214, in __call__
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 126, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 46, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
        self, source, extra_context
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
       - Line 30, Column 4
       - Expression: <PathExpr standard:u'context/@@plone_view'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <PloneSite at /plone>,
           'default': <object object at 0x2b1d01f767e0>,
           'here': <PloneSite at /plone>,
           'loop': {},
           'nothing': None,
           'options': {'args': ()},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x7235208>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSPageTemplate at /plone/folder_listing>,
           'traverse_subpath': [],
           'user': <PropertiedUser 'admin'>}
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 299, in unrestrictedTraverse
        raise e
       - __traceback_info__: ([], '@@plone_view')
    AttributeError: @@plone_view




Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.app.discussion/plone/app/discussion/tests/functional_test_comment_review_workflow.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for functional_test_comment_review_workflow.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.app.discussion/plone/app/discussion/tests/functional_test_comment_review_workflow.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/plone.app.discussion/plone/app/discussion/tests/functional_test_comment_review_workflow.txt", line 69, in functional_test_comment_review_workflow.txt
Failed example:
    browser.open(portal_url)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest functional_test_comment_review_workflow.txt[22]>", line 1, in <module>
        browser.open(portal_url)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 64, in http_open
        return self.do_open(connectionFactory, req)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 122, in wrapped_func
        return func(*args, **kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/_z2_testbrowser.py", line 214, in __call__
        debug=not handle_errors,
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 126, in publish
        request, bind=1)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/ZPublisher/Publish.py", line 46, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 240, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Products.CMFCore-2.2.4-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 180, in pt_render
        self, source, extra_context
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 79, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/src/Products.CMFPlone/Products/CMFPlone/skins/plone_content/folder_listing.pt
       - Line 30, Column 4
       - Expression: <PathExpr standard:u'context/@@plone_view'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <PloneSite at /plone>,
           'default': <object object at 0x2b1d01f767e0>,
           'here': <PloneSite at /plone>,
           'loop': {},
           'nothing': None,
           'options': {'args': ()},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x8dc6208>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSPageTemplate at /plone/folder_listing>,
           'traverse_subpath': [],
           'user': <PropertiedUser 'admin'>}
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 147, in _eval
        ob = self._subexprs[-1](econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.tales-3.5.1-py2.6.egg/zope/tales/expressions.py", line 124, in _eval
        ob = self._traverser(ob, element, econtext)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/Products/PageTemplates/Expressions.py", line 74, in boboAwareZopeTraverse
        object = object.restrictedTraverse(name)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 316, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/Zope2-2.13.9-py2.6.egg/OFS/Traversable.py", line 299, in unrestrictedTraverse
        raise e
       - __traceback_info__: ([], '@@plone_view')
    AttributeError: @@plone_view


  Ran 2 tests with 2 failures and 0 errors in 2.336 seconds.
Running plone.app.discussion.testing.PloneAppDiscussion:Integration tests:
  Tear down plone.app.discussion.testing.PloneAppDiscussion:Functional in 0.000 seconds.
  Set up plone.app.discussion.testing.PloneAppDiscussion:Integration in 0.000 seconds.
  Ran 151 tests with 0 failures and 0 errors in 17.550 seconds.
Tearing down left over layers:
  Tear down plone.app.discussion.testing.PloneAppDiscussion:Integration in 0.000 seconds.
  Tear down plone.app.discussion.testing.PloneAppDiscussion in 0.004 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.102 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.004 seconds.
Total: 153 tests, 2 failures, 0 errors in 28.701 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.839 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.008 seconds.
Running plone.app.folder.tests.layer.IntegrationLayer tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.261 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.484 seconds.
  Set up plone.app.folder.tests.layer.IntegrationLayer in 0.088 seconds.
  Ran 27 tests with 0 failures and 0 errors in 6.652 seconds.
Running plone.app.folder.tests.layer.PartialOrderingIntegrationLayer tests:
  Set up plone.app.folder.tests.layer.PartialOrderingIntegrationLayer in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.324 seconds.
Tearing down left over layers:
  Tear down plone.app.folder.tests.layer.PartialOrderingIntegrationLayer in 0.000 seconds.
  Tear down plone.app.folder.tests.layer.IntegrationLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.182 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 32 tests, 0 failures, 0 errors in 16.460 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.controlpanel-2.1.1-py2.6.egg/plone/app/controlpanel/tests/cptc.py:10: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
Running plone.app.imaging.testing.ImagingLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.821 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.353 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.371 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.024 seconds.
  Set up plone.app.imaging.testing.ImagingLayer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.imaging-1.0.5-py2.6.egg/plone/app/imaging/testing.py:14: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('testing.zcml', imaging)
 in 0.120 seconds.
  Ran 44 tests with 0 failures and 0 errors in 7.575 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.imaging.testing.ImagingLayer in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.PTCLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.183 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 7 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 51 tests, 0 failures, 0 errors in 16.977 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.446 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.618 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.353 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.295 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.183 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.454 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.465 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.536 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.024 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.626 seconds.
  Ran 28 tests with 0 failures and 0 errors in 36.415 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.PTCLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.189 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 30 tests, 0 failures, 0 errors in 47.389 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running plone.app.registry.testing.plone.app.registry:Integration tests:
  Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.203 seconds.
  Set up plone.app.testing.layers.PloneFixture in 8.179 seconds.
  Set up plone.app.registry.testing.PloneAppRegistry in 0.340 seconds.
  Set up plone.app.registry.testing.plone.app.registry:Integration in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.006 seconds.
Running plone.testing.zca.UnitTesting tests:
  Tear down plone.app.registry.testing.plone.app.registry:Integration in 0.000 seconds.
  Tear down plone.app.registry.testing.PloneAppRegistry in 0.003 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.104 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
  Set up plone.testing.zca.UnitTesting in 0.000 seconds.
  Ran 37 tests with 0 failures and 0 errors in 0.988 seconds.
Tearing down left over layers:
  Tear down plone.testing.zca.UnitTesting in 0.000 seconds.
Total: 39 tests, 0 failures, 0 errors in 10.294 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)


Failure in test /home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.testing-4.0.2-py2.6.egg/plone/app/testing/layers.txt
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/local/python2.6/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for layers.txt
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.testing-4.0.2-py2.6.egg/plone/app/testing/layers.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.testing-4.0.2-py2.6.egg/plone/app/testing/layers.txt", line 337, in layers.txt
Failed example:
    conn = urllib2.urlopen(portal_url + '/folder1', timeout=5)
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest layers.txt[89]>", line 1, in <module>
        conn = urllib2.urlopen(portal_url + '/folder1', timeout=5)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 126, in urlopen
        return _opener.open(url, data, timeout)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 397, in open
        response = meth(req, response)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 510, in http_response
        'http', request, response, code, msg, hdrs)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 435, in error
        return self._call_chain(*args)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 369, in _call_chain
        result = func(*args)
      File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 518, in http_error_default
        raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
    HTTPError: HTTP Error 500: Internal Server Error
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.testing-4.0.2-py2.6.egg/plone/app/testing/layers.txt", line 338, in layers.txt
Failed example:
    responseBody = conn.read()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest layers.txt[90]>", line 1, in <module>
        responseBody = conn.read()
    NameError: name 'conn' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.testing-4.0.2-py2.6.egg/plone/app/testing/layers.txt", line 339, in layers.txt
Failed example:
    "Folder 1" in responseBody
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest layers.txt[91]>", line 1, in <module>
        "Folder 1" in responseBody
    NameError: name 'responseBody' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.testing-4.0.2-py2.6.egg/plone/app/testing/layers.txt", line 341, in layers.txt
Failed example:
    conn.close()
Exception raised:
    Traceback (most recent call last):
      File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest layers.txt[92]>", line 1, in <module>
        conn.close()
    NameError: name 'conn' is not defined


The following test left new threads behind:
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.testing-4.0.2-py2.6.egg/plone/app/testing/layers.txt
New thread(s): [<_DummyThread(Dummy-1, started daemon 47081905264400)>]
  Ran 3 tests with 1 failures and 0 errors in 59.679 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.356 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.327 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.356 seconds.
  Ran 7 tests with 0 failures and 0 errors in 7.803 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.181 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 10 tests, 0 failures, 0 errors in 17.568 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
Running plone.app.uuid.testing.plone.app.uuid:Functional tests:
  Set up plone.testing.zca.LayerCleanup in 0.000 seconds.
  Set up plone.testing.z2.Startup/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
 in 0.283 seconds.
  Set up plone.app.testing.layers.PloneFixture in 8.200 seconds.
  Set up plone.app.uuid.testing.PloneAppUUID in 0.031 seconds.
  Set up plone.app.uuid.testing.plone.app.uuid:Functional in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.858 seconds.
Running plone.app.uuid.testing.plone.app.uuid:Integration tests:
  Tear down plone.app.uuid.testing.plone.app.uuid:Functional in 0.000 seconds.
  Set up plone.app.uuid.testing.plone.app.uuid:Integration in 0.000 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.289 seconds.
Tearing down left over layers:
  Tear down plone.app.uuid.testing.plone.app.uuid:Integration in 0.000 seconds.
  Tear down plone.app.uuid.testing.PloneAppUUID in 0.003 seconds.
  Tear down plone.app.testing.layers.PloneFixture in 0.102 seconds.
  Tear down plone.testing.z2.Startup in 0.008 seconds.
  Tear down plone.testing.zca.LayerCleanup in 0.003 seconds.
Total: 8 tests, 0 failures, 0 errors in 10.264 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.z3cform-0.5.6-py2.6.egg/plone/app/z3cform/tests/test_kss_attr.py:3: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.z3cform-0.5.6-py2.6.egg/plone/app/z3cform/tests/tests.py:3: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  import zope.testing.doctest
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.436 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.749 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.app.z3cform-0.5.6-py2.6.egg/plone/app/z3cform/tests/tests.py:21: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('testing.zcml', plone.app.z3cform.tests)
 in 4.613 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.767 seconds.
Running plone.app.z3cform.tests.layer.KSSUnitTestLayer tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.179 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up plone.app.z3cform.tests.layer.KSSUnitTestLayer in 0.376 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.135 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.z3cform.tests.layer.KSSUnitTestLayer in 0.001 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.004 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 17 tests, 0 failures, 0 errors in 11.998 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 18 tests with 0 failures and 0 errors in 1.157 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 61 tests with 0 failures and 0 errors in 3.170 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 57 tests with 0 failures and 0 errors in 0.051 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.folder-1.0.1-py2.6.egg/plone/folder/tests/layer.py:2: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  from Products.Five.zcml import load_config
Running plone.folder.tests.layer.PloneFolderLayer tests:
  Set up plone.folder.tests.layer.PloneFolderLayer in 0.007 seconds.
  Ran 67 tests with 0 failures and 0 errors in 5.098 seconds.
Tearing down left over layers:
  Tear down plone.folder.tests.layer.PloneFolderLayer in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running plone.outputfilters.tests.base.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.184 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.340 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.440 seconds.
  Set up plone.outputfilters.tests.base.layer in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.outputfilters-1.0-py2.6.egg/plone/outputfilters/README.txt:1: DeprecationWarning: load_string is deprecated. Please import from Zope2.App.zcml
  Introduction
  Ran 36 tests with 0 failures and 0 errors in 5.529 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.outputfilters.tests.base.layer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.180 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 4 tests with 0 failures and 0 errors in 0.000 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 40 tests, 0 failures, 0 errors in 15.179 seconds.
#### Running tests for group ATCT ####
#### Finished tests for group ATCT ####

#### Running tests for group Add-ons ####
#### Finished tests for group Add-ons ####

#### Running tests for group Archetypes ####
#### Finished tests for group Archetypes ####

#### Running tests for group CMF ####
#### Finished tests for group CMF ####

#### Running tests for group CMFEditions ####
#### Finished tests for group CMFEditions ####

#### Running tests for group Plone ####
#### Finished tests for group Plone ####

#### Running tests for group PlonePAS ####
#### Finished tests for group PlonePAS ####

#### Running tests for group plone ####
#### Finished tests for group plone ####

#### Running tests for group portlets ####
#### Finished tests for group portlets ####

#### Running tests for group z3c.autoinclude ####
#### Finished tests for group z3c.autoinclude ####

#### Running tests for AccessControl ####
#### Finished tests for AccessControl ####

#### Running tests for Products.CMFTestCase ####
#### Finished tests for Products.CMFTestCase ####

#### Running tests for Products.ExtendedPathIndex ####
#### Finished tests for Products.ExtendedPathIndex ####

#### Running tests for Products.PasswordResetTool ####
#### Finished tests for Products.PasswordResetTool ####

#### Running tests for Products.ResourceRegistries ####
#### Finished tests for Products.ResourceRegistries ####

#### Running tests for Products.TinyMCE ####
#### Finished tests for Products.TinyMCE ####

#### Running tests for Products.contentmigration ####
#### Finished tests for Products.contentmigration ####

#### Running tests for Products.i18ntestcase ####
#### Finished tests for Products.i18ntestcase ####

#### Running tests for archetypes.referencebrowserwidget ####
#### Finished tests for archetypes.referencebrowserwidget ####

#### Running tests for archetypes.schemaextender ####
#### Finished tests for archetypes.schemaextender ####

#### Running tests for collective.monkeypatcher ####
#### Finished tests for collective.monkeypatcher ####

#### Running tests for collective.z3cform.datetimewidget ####
#### Finished tests for collective.z3cform.datetimewidget ####

#### Running tests for five.customerize ####
#### Finished tests for five.customerize ####

#### Running tests for five.formlib ####
#### Finished tests for five.formlib ####

#### Running tests for kss.core ####
#### Finished tests for kss.core ####

#### Running tests for plone.app.blob ####
#### Finished tests for plone.app.blob ####

#### Running tests for plone.app.caching ####
#### Finished tests for plone.app.caching ####

#### Running tests for plone.app.discussion ####
#### Finished tests for plone.app.discussion ####

#### Running tests for plone.app.folder ####
#### Finished tests for plone.app.folder ####

#### Running tests for plone.app.imaging ####
#### Finished tests for plone.app.imaging ####

#### Running tests for plone.app.jquerytools ####
#### Finished tests for plone.app.jquerytools ####

#### Running tests for plone.app.linkintegrity ####
#### Finished tests for plone.app.linkintegrity ####

#### Running tests for plone.app.locales ####
#### Finished tests for plone.app.locales ####

#### Running tests for plone.app.registry ####
#### Finished tests for plone.app.registry ####

#### Running tests for plone.app.testing ####
#### Finished tests for plone.app.testing ####

#### Running tests for plone.app.users ####
#### Finished tests for plone.app.users ####

#### Running tests for plone.app.uuid ####
#### Finished tests for plone.app.uuid ####

#### Running tests for plone.app.z3cform ####
#### Finished tests for plone.app.z3cform ####

#### Running tests for plone.autoform ####
#### Finished tests for plone.autoform ####

#### Running tests for plone.cachepurging ####
#### Finished tests for plone.cachepurging ####

#### Running tests for plone.caching ####
#### Finished tests for plone.caching ####

#### Running tests for plone.folder ####
#### Finished tests for plone.folder ####

#### Running tests for plone.outputfilters ####
#### Finished tests for plone.outputfilt/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.registry-1.0-py2.6.egg/plone/registry/tests.py:4: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctestunit
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/doctestunit.py:27: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from doctest import DocFileSuite, DocTestSuite
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.registry-1.0-py2.6.egg/plone/registry/registry.py:274: DeprecationWarning: The Records persistent class is deprecated and should not be used.
  warnings.warn("The Records persistent class is deprecated and should not be used.", DeprecationWarning)
  Ran 112 tests with 0 failures and 0 errors in 0.061 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 33 tests with 0 failures and 0 errors in 0.112 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.stringinterp-1.0.4-py2.6.egg/plone/stringinterp/tests/stringinterpTestCase.py:5: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.450 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.316 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.stringinterp-1.0.4-py2.6.egg/plone/stringinterp/tests/stringinterpTestCase.py:19: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', plone.stringinterp)
 in 4.521 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.430 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.178 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.307 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plone.testing-4.0.2-py2.6.egg/plone/testing/z2.py:19: DeprecationWarning: Zope2VocabularyRegistry is deprecated. Please import from Zope2.App.schema
  from Products.Five.schema import Zope2VocabularyRegistry
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.configuration-3.7.4-py2.6.egg/zope/configuration/config.py:193: DeprecationWarning: FiveSecurityPolicy is deprecated. Please import from AccessControl.security
  obj = getattr(mod, oname)
  Ran 7 tests with 0 failures and 0 errors in 13.480 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running plone.testing.zca.UnitTesting tests:
  Set up plone.testing.zca.UnitTesting in 0.000 seconds.
  Ran 11 tests with 0 failures and 0 errors in 0.009 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.testing.zca.UnitTesting in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 12 tests with 0 failures and 0 errors in 0.005 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 23 tests, 0 failures, 0 errors in 0.083 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 6 tests with 0 failures and 0 errors in 0.764 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running plone.z3cform.testing_zcml_layer tests:
  Set up plone.z3cform.testing_zcml_layer in 0.339 seconds.
  Ran 4 tests with 0 failures and 0 errors in 0.284 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.z3cform.testing_zcml_layer ... not supported
  Running in a subprocess.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.744 seconds.
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 7 tests, 0 failures, 0 errors in 4.014 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plonetheme.sunburst-1.1.5-py2.6.egg/plonetheme/sunburst/tests/base.py:6: DeprecationWarning: Browser is deprecated. Please import from Testing.testbrowser
  from Products.Five.testbrowser import Browser
Running plonetheme.sunburst.tests.base.Layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.410 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.386 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.844 seconds.
  Set up collective.testcaselayer.ptc.PTCLayer in 0.024 seconds.
  Set up plonetheme.sunburst.tests.base.Layer/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plonetheme.sunburst-1.1.5-py2.6.egg/plonetheme/sunburst/tests/base.py:18: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config('configure.zcml', package=sunburst)
 in 0.006 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/plonetheme.sunburst-1.1.5-py2.6.egg/plonetheme/sunburst/README.txt:1: DeprecationWarning: load_string is deprecated. Please import from Zope2.App.zcml
  Detailed documentation
  Ran 3 tests with 0 failures and 0 errors in 1.175 seconds.
Tearing down left over layers:
  Tear down plonetheme.sunburst.tests.base.Layer in 0.000 seconds.
  Tear down collective.testcaselayer.ptc.PTCLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.184 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/wicked-1.1.9-py2.6.egg/wicked/utils.py:223: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.833 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.343 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.037 seconds.
Running wicked.at.tests.wickedtestcase.WickedSite tests:
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/wicked-1.1.9-py2.6.egg/wicked/at/tests/wickedtestcase.py:19: DeprecationWarning: load_config is deprecated. Please import from Zope2.App.zcml
  zcml.load_config("configure.zcml", package=wicked.atcontent)
 in 5.273 seconds.
  Set up wicked.at.tests.wickedtestcase.WickedSite in 0.002 seconds.
  Ran 23 tests with 0 failures and 0 errors in 5.326 seconds.
Running wicked.at.tests.test_scope.Scoped tests:
  Set up wicked.at.tests.test_scope.Scoped in 0.001 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.597 seconds.
Running wicked.plone.tests.SelectiveATCT tests:
  Tear down wicked.at.tests.test_scope.Scoped in 0.000 seconds.
  Tear down wicked.at.tests.wickedtestcase.WickedSite in 0.002 seconds.
  Set up wicked.plone.tests.SelectiveATCT in 0.003 seconds.
  Ran 22 tests with 0 failures and 0 errors in 6.607 seconds.
Running wicked.plone.tests.ZCMLLayer tests:
  Tear down wicked.plone.tests.SelectiveATCT in 0.004 seconds.
  Set up wicked.plone.tests.ZCMLLayer in 0.019 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.625 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down wicked.plone.tests.ZCMLLayer in 0.199 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.001 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 34 tests with 0 failures and 0 errors in 0.016 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 87 tests, 0 failures, 0 errors in 24.246 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.015 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 38 tests with 0 failures and 0 errors in 3.902 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/bin/test:262: DeprecationWarning: zope.testing.testrunner is deprecated in favour of zope.testrunner.
  import zope.testing.testrunner
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/testrunner/formatter.py:28: DeprecationWarning: zope.testing.exceptions is deprecated in favour of zope.testrunner.exceptions
  from zope.testing.exceptions import DocTestFailureException
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/z3c.formwidget.query-0.5-py2.6.egg/z3c/formwidget/query/tests.py:4: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctestunit
/home/stefan/autotest/temp/python26-zope213-cmf22-plone41/eggs/zope.testing-3.9.6-py2.6.egg/zope/testing/doctestunit.py:27: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from doctest import DocFileSuite, DocTestSuite
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 25 tests with 0 failures and 0 errors in 0.396 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
ers ####

#### Running tests for plone.registry ####
#### Finished tests for plone.registry ####

#### Running tests for plone.scale ####
#### Finished tests for plone.scale ####

#### Running tests for plone.stringinterp ####
#### Finished tests for plone.stringinterp ####

#### Running tests for plone.supermodel ####
#### Finished tests for plone.supermodel ####

#### Running tests for plone.testing ####
#### Finished tests for plone.testing ####

#### Running tests for plone.transformchain ####
#### Finished tests for plone.transformchain ####

#### Running tests for plone.uuid ####
#### Finished tests for plone.uuid ####

#### Running tests for plone.z3cform ####
#### Finished tests for plone.z3cform ####

#### Running tests for plonetheme.classic ####
#### Finished tests for plonetheme.classic ####

#### Running tests for plonetheme.sunburst ####
#### Finished tests for plonetheme.sunburst ####

#### Running tests for rdflib ####
#### Finished tests for rdflib ####

#### Running tests for wicked ####
#### Finished tests for wicked ####

#### Running tests for z3c.batching ####
#### Finished tests for z3c.batching ####

#### Running tests for z3c.form ####
#### Finished tests for z3c.form ####

#### Running tests for z3c.formwidget.query ####
#### Finished tests for z3c.formwidget.query ####

Packages with test failures:

Failing tests in group ATCT
Failing tests in group Add-ons
Failing tests in group Plone
Failing tests in group portlets
Failing tests in Products.ResourceRegistries
Failing tests in archetypes.schemaextender
Failing tests in plone.app.blob
Failing tests in plone.app.caching
Failing tests in plone.app.discussion
Failing tests in plone.app.testing

Total time elapsed: 1367.292 seconds

Grand total: 108 packages, 10 failures


FAILED (108 packages, 10 failures)


More information about the Testbot mailing list