[Testbot] FAILED (92 packages, 12 failures) : Plone-4.0 Zope-2.12 Python-2.6.4

Plone Tests plone-tests at epy.co.at
Sun Nov 15 03:18:57 UTC 2009


Plone Tests : FAILED (92 packages, 12 failures)
Plone-4.0 Zope-2.12 Python-2.6.4

Running ./bin/alltests -q --no-color --no-progress
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.136 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 3.391 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 2.028 seconds.
  Ran 31 tests with 0 failures and 0 errors in 0.562 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.069 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.738 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.048 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/http_access.txt", line 276, in http_access.txt
Failed example:
    print http(r"""
    GET /%s HTTP/1.1
    Authorization: Basic %s:%s
    Range: bytes=0-4
    """ % (imgpath, user_name, user_password))
Differences (ndiff with -expected +actual):
    - HTTP/1.1 206 Partial Content
    - Accept-Ranges: bytes
    + HTTP/1.1 200 OK
    + Content-Disposition: inline; filename="test-image"
    - Content-Length: 5
    + Content-Length: 65
    ?                 +
    - Content-Range: bytes 0-4/905
      Content-Type: image/gif
    - Last-Modified: ...
    + Last-Modified: Sun, 15 Nov 2009 02:22:59 GMT
      <BLANKLINE>
    - GIF89
    + <plone.app.blob.iterators.BlobStreamIterator object at 0x8eeacd0>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/http_access.txt", line 294, in http_access.txt
Failed example:
    print http(r"""
    GET /%s HTTP/1.1
    Authorization: Basic %s:%s
    If-Range: %s
    Range: bytes=0-4
    """ % (imgpath, user_name, user_password, rfc1123_date(past)))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
    - Accept-Ranges: bytes
    + Content-Disposition: inline; filename="test-image"
    - Content-Length: 905
    ?                 ^^
    + Content-Length: 65
    ?                 ^
    - Content-Type: image/gif...
    ?                        ---
    + Content-Type: image/gif
    - ...
    + Last-Modified: Sun, 15 Nov 2009 02:22:59 GMT
      <BLANKLINE>
    - GIF89...
    + <plone.app.blob.iterators.BlobStreamIterator object at 0x8895c50>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/http_access.txt", line 317, in http_access.txt
Failed example:
    print http(r"""
    GET /%s HTTP/1.1
    Authorization: Basic %s:%s
    If-Range: %s
    Range: bytes=0-4
    """ % (imgpath, user_name, user_password, etag))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
    - Accept-Ranges: bytes
    + Content-Disposition: inline; filename="test-image"
    - Content-Length: 905
    ?                 ^^
    + Content-Length: 65
    ?                 ^
    - Content-Type: image/gif...
    ?                        ---
    + Content-Type: image/gif
    - ...
    + Last-Modified: Sun, 15 Nov 2009 02:23:00 GMT
      <BLANKLINE>
    - GIF89...
    + <plone.app.blob.iterators.BlobStreamIterator object at 0x887c690>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/http_access.txt", line 341, in http_access.txt
Failed example:
    print http(r"""
    GET /%s HTTP/1.1
    Authorization: Basic %s:%s
    If-Modified-Since: %s
    """ % (imgpath, user_name, user_password, rfc1123_date(future)))
Differences (ndiff with -expected +actual):
    - HTTP/1.1 304 Not Modified
    - Accept-Ranges: bytes
    + HTTP/1.1 200 OK
    + Content-Disposition: inline; filename="test-image"
    - Content-Length: 0
    ?                 ^
    + Content-Length: 65
    ?                 ^^
    - Content-Type: image/gif...
    ?                        ---
    + Content-Type: image/gif
    - ...
    + Last-Modified: Sun, 15 Nov 2009 02:23:00 GMT
    + <BLANKLINE>
    + <plone.app.blob.iterators.BlobStreamIterator object at 0x8895f10>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/http_access.txt", line 355, in http_access.txt
Failed example:
    print http(r"""
    GET /%s HTTP/1.1
    Authorization: Basic %s:%s
    If-Modified-Since: %s
    """ % (imgpath, user_name, user_password, rfc1123_date(past)))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
    - Accept-Ranges: bytes
    + Content-Disposition: inline; filename="test-image"
    - Content-Length: 905
    ?                 ^^
    + Content-Length: 65
    ?                 ^
    - Content-Type: image/gif...
    ?                        ---
    + Content-Type: image/gif
    - ...
    + Last-Modified: Sun, 15 Nov 2009 02:23:00 GMT
      <BLANKLINE>
    - GIF89...
    + <plone.app.blob.iterators.BlobStreamIterator object at 0x87d4d90>

  Ran 710 tests with 1 failures and 0 errors in 1 minutes 19.297 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.366 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 741 tests, 1 failures, 0 errors in 1 minutes 33.153 seconds.
Failed to import ZPsycopgDA
Failed to import ZMySQLDA
Test-module import failures:

Module: Products.Archetypes.tests.test_interfaces

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/test_interfaces.py", line 210, in <module>
    testInstances = safe_load_site_wrapper(make_test_instances)()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.9-py2.6.egg/Products/CMFTestCase/five.py", line 48, in wrapped_func
    safe_load_site()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFTestCase-0.9.9-py2.6.egg/Products/CMFTestCase/five.py", line 39, in safe_load_site
    zcml.load_site()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Products/Five/zcml.py", line 51, in load_site
    _context = xmlconfig.file(file)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", line 647, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", line 537, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", line 685, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Products/Five/fiveconfigure.py", line 88, in loadProductsOverrides
    handleBrokenProduct(product)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Products/Five/fiveconfigure.py", line 86, in loadProductsOverrides
    xmlconfig.includeOverrides(_context, zcml, package=product)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", line 602, in includeOverrides
    include(_context, file, package, files)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 338, in start_element_ns
    AttributesNSImpl(newattrs, qnames))
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/xmlconfig.py", line 230, in startElementNS
    self.context.begin(name, data, info)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", line 534, in begin
    self.stack.append(self.stack[-1].contained(__name, __data, __info))
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", line 835, in contained
    return RootStackItem.contained(self, name, data, info)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", line 703, in contained
    factory = self.context.factory(self.context, name)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py", line 480, in factory
    raise ConfigurationError("Unknown directive", ns, n)
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Zope2/utilities/skel/etc/site.zcml", line 20.2-20.32
    ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/overrides.zcml", line 16.4
    ConfigurationError: ('Unknown directive', u'http://namespaces.zope.org/zope', u'includePluginsOverrides')


Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.668 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.050 seconds.
Running Products.Archetypes.tests.layer.ZCML tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.155 seconds.
  Set up Products.Archetypes.tests.layer.ZCML in 0.144 seconds.
  Ran 39 tests with 0 failures and 0 errors in 1.012 seconds.
Running Products.Archetypes.tests.layer.ArchetypesSite tests:
  Set up Products.Archetypes.tests.layer.ArchetypesSite in 2.018 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_classgen.Dummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_annotation.AnnDummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_event.Dummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/traversal.txt", line 344, in traversal.txt
Failed example:
    print folder.index_html
Expected:
    None
Got:
    <DDocument at index_html>

  Ran 511 tests with 1 failures and 0 errors in 40.721 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.Archetypes.tests.layer.ArchetypesSite in 0.067 seconds.
  Tear down Products.Archetypes.tests.layer.ZCML in 0.004 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.367 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 3.945 seconds.
  Ran 9 tests with 0 failures and 0 errors in 1.093 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.006 seconds.


Failure in test testValidateFormWithUploads (archetypes.kss.tests.test_validation.ValidationViewTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/archetypes.kss/archetypes/kss/tests/test_validation.py", line 168, in testValidateFormWithUploads
    ('plone-submitCurrentForm', '', 'samenode'),
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: [('setStyle', '.portalMessage', 'css'), ('replaceInnerHTML', 'kssPortalMessage', 'htmlid'), ('setAttribute', 'kssPortalMessage', 'htmlid'), ('setStyle', 'kssPortalMessage', 'htmlid'), ('clearChildNodes', 'div.field div.fieldErrorBox', 'css'), ('replaceInnerHTML', 'div#archetypes-fieldname-file div.fieldErrorBox', 'css'), ('setAttribute', 'archetypes-fieldname-file', 'htmlid')] != [('plone-submitCurrentForm', '', 'samenode')]

  Ran 19 tests with 1 failures and 0 errors in 1.707 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.354 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.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/ClassGen.py:152: UserWarning: The method 'makeFoo' was already protected by a different permission than the one declared on the field. Assuming that the explicit permission declared is the correct one and has preference over the permission declared on the field.
  self.handle_mode(klass, generator, type, field, mode)
  Ran 28 tests with 0 failures and 0 errors in 0.187 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.

Test-modules with import problems:
  Products.Archetypes.tests.test_interfaces
Total: 642 tests, 2 failures, 0 errors in 55.896 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.119 seconds.
  Ran 412 tests with 0 failures and 0 errors in 2.111 seconds.
Running Products.CMFCore.testing.FunctionalZCMLLayer tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.188 seconds.
  Ran 55 tests with 0 failures and 0 errors in 0.121 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
  Set up Products.CMFCalendar.testing.FunctionalLayer in 0.322 seconds.
  Ran 24 tests with 0 failures and 0 errors in 1.514 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
  Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.028 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
  Set up Products.CMFCore.testing.EventZCMLLayer in 0.001 seconds.
  Ran 13 tests with 0 failures and 0 errors in 0.326 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 112 tests with 0 failures and 0 errors in 6.775 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 15 tests with 0 failures and 0 errors in 0.479 seconds.
Running Products.CMFCore.testing.TraversingZCMLLayer tests:
  Tear down Products.CMFCore.testing.TraversingEventZCMLLayer in 0.000 seconds.
  Set up Products.CMFCore.testing.TraversingZCMLLayer in 0.001 seconds.
  Ran 69 tests with 0 failures and 0 errors in 1.621 seconds.
Running Products.CMFDefault.testing.FunctionalLayer tests:
  Tear down Products.CMFCore.testing.TraversingZCMLLayer in 0.000 seconds.
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.151 seconds.
  Set up Products.CMFDefault.testing.FunctionalLayer in 0.241 seconds.
  Ran 75 tests with 0 failures and 0 errors in 3.351 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
  Tear down Products.CMFDefault.testing.FunctionalLayer in 0.025 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.325 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.139 seconds.
  Ran 38 tests with 0 failures and 0 errors in 0.848 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.047 seconds.
  Ran 186 tests with 0 failures and 0 errors in 0.736 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.


Error in test test_DirectoryViewFolderCustom (Products.CMFCore.tests.test_DirectoryView.DirectoryViewFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFCore-2.2.0_alpha-py2.6.egg/Products/CMFCore/tests/test_DirectoryView.py", line 288, in test_DirectoryViewFolderCustom
    testfolder = self.ob.fake_skin.test_directory
AttributeError: test_directory



Error in test test_DirectoryViewFolderDefault (Products.CMFCore.tests.test_DirectoryView.DirectoryViewFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFCore-2.2.0_alpha-py2.6.egg/Products/CMFCore/tests/test_DirectoryView.py", line 275, in test_DirectoryViewFolderDefault
    testfolder = self.ob.fake_skin.test_directory
AttributeError: test_directory



Error in test test_DirectoryViewMetadata (Products.CMFCore.tests.test_DirectoryView.DirectoryViewFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFCore-2.2.0_alpha-py2.6.egg/Products/CMFCore/tests/test_DirectoryView.py", line 262, in test_DirectoryViewMetadata
    testfolder = self.ob.fake_skin.test_directory
AttributeError: test_directory



Error in test test_DirectoryViewMetadataOnPropertyManager (Products.CMFCore.tests.test_DirectoryView.DirectoryViewFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFCore-2.2.0_alpha-py2.6.egg/Products/CMFCore/tests/test_DirectoryView.py", line 268, in test_DirectoryViewMetadataOnPropertyManager
    testfolder = self.ob.fake_skin.test_directory
AttributeError: test_directory



Failure in test test_registerDirectory (Products.CMFCore.tests.test_zcml)
Failed doctest test for Products.CMFCore.tests.test_zcml.test_registerDirectory
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFCore-2.2.0_alpha-py2.6.egg/Products/CMFCore/tests/test_zcml.py", line 23, in test_registerDirectory

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFCore-2.2.0_alpha-py2.6.egg/Products/CMFCore/tests/test_zcml.py", line 48, in Products.CMFCore.tests.test_zcml.test_registerDirectory
Failed example:
    reg_keys[1] in _dirreg._directories
Expected:
    True
Got:
    False

  Ran 577 tests with 1 failures and 4 errors in 1.296 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1588 tests, 1 failures, 4 errors in 22.346 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.898 seconds.
  Ran 27 tests with 0 failures and 0 errors in 0.056 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.ZCML in 2.355 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.135 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/subscribers.py:73: DeprecationWarning: Products.FAQ.FAQ.FAQ.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/subscribers.py:73: DeprecationWarning: Products.FAQ.FAQQuestion.FAQQuestion.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
  Ran 145 tests with 0 failures and 0 errors in 57.922 seconds.
Running Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer tests:
  Set up Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer in 0.013 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.244 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Tear down Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer in 0.382 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 1.711 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 1.518 seconds.
  Ran 20 tests with 0 failures and 0 errors in 0.395 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.069 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.003 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 10 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: 204 tests, 0 failures, 0 errors in 1 minutes 11.686 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.627 seconds.
  Ran 126 tests with 0 failures and 0 errors in 0.752 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Products.CMFTestCase.layer.ZCML in 2.259 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 0.228 seconds.
  Ran 53 tests with 0 failures and 0 errors in 2.598 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.045 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.003 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.699 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 4.256 seconds.


Failure in test test_PloneTool_acquireLocalRoles (Products.CMFPlone.tests.testCSRFProtection.AuthenticatorTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCSRFProtection.py", line 51, in test_PloneTool_acquireLocalRoles
    'use_acquisition:int=1', status=302)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCSRFProtection.py", line 26, in checkAuthenticator
    self.assertEqual(response.getStatus(), 403)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 404 != 403



Error in test testSearchRespectsLocalRoleAcquisition (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 406, in testSearchRespectsLocalRoleAcquisition
    self.folder.folder_localrole_edit('add', [groupname], 'Owner')
AttributeError: folder_localrole_edit



Error in test testSearchRespectsLocalRoleAcquisitionDisabled (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 418, in testSearchRespectsLocalRoleAcquisitionDisabled
    self.folder.folder_localrole_edit('add', [groupname], 'Owner')
AttributeError: folder_localrole_edit



Error in test testSearchReturnsDocumentWhenPermissionIsTroughLocalRole (Products.CMFPlone.tests.testCatalogTool.TestCatalogSearching)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testCatalogTool.py", line 396, in testSearchReturnsDocumentWhenPermissionIsTroughLocalRole
    self.folder.folder_localrole_edit('add', [groupname], 'Owner')
AttributeError: folder_localrole_edit



Error in test testCreateFailsWithLocalRoleBlocked (Products.CMFPlone.tests.testContentSecurity.TestContentSecurity)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentSecurity.py", line 71, in testCreateFailsWithLocalRoleBlocked
    folder.subfolder.folder_localrole_set(use_acquisition=0)
AttributeError: folder_localrole_set



Error in test testCreateSucceedsWithLocalRoleBlockedInParentButAssingedInSubFolder (Products.CMFPlone.tests.testContentSecurity.TestContentSecurity)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentSecurity.py", line 88, in testCreateSucceedsWithLocalRoleBlockedInParentButAssingedInSubFolder
    subfolder.folder_localrole_set(use_acquisition=0)
AttributeError: folder_localrole_set



Error in test testViewAllowedOnContentInAcquisitionBlockedFolder (Products.CMFPlone.tests.testContentSecurity.TestContentSecurity)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentSecurity.py", line 108, in testViewAllowedOnContentInAcquisitionBlockedFolder
    subfolder.folder_localrole_set(use_acquisition=0)
AttributeError: folder_localrole_set



Error in test testViewAllowedOnContentInAcquisitionBlockedFolderWithCustomWorkflow (Products.CMFPlone.tests.testContentSecurity.TestContentSecurity)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testContentSecurity.py", line 161, in testViewAllowedOnContentInAcquisitionBlockedFolderWithCustomWorkflow
    subfolder.folder_localrole_set(use_acquisition=0)
AttributeError: folder_localrole_set



Error in test testJoinWithoutPermissionRaisesUnauthorizedFormScript (Products.CMFPlone.tests.testRegistrationTool.TestRegistrationTool)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testRegistrationTool.py", line 81, in testJoinWithoutPermissionRaisesUnauthorizedFormScript
    self.assertRaises(Unauthorized, self.portal.register)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFFormController-3.0a1-py2.6.egg/Products/CMFFormController/FSControllerPythonScript.py", line 102, in __call__
    controller_state = controller.validate(controller_state, REQUEST, validators, argdict)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFFormController-3.0a1-py2.6.egg/Products/CMFFormController/FormController.py", line 378, in validate
    raise ValueError, 'Unable to find validator %s\n' % str(v)
ValueError: Unable to find validator join_form_validate




Failure in test testRegisteredNotify (Products.CMFPlone.tests.testRegistrationTool.TestRegistrationTool)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/testRegistrationTool.py", line 117, in testRegisteredNotify
    '=?utf-8?q?User_Account_Information_for_T=C3=A4st_Portal?=')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: '=?utf-8?q?=3D=3Futf-8=3Fq=3FUser=5FAccount=5FInformation=5Ffor=5FT=3DC3?=\n =?utf-8?q?=3DA4st=5FPortal=3F=3D?=' != '=?utf-8?q?User_Account_Information_for_T=C3=A4st_Portal?='



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Plone/Products/CMFPlone/tests/csrf.txt", line 82, in csrf.txt
Failed example:
    browser.getControl('Click me!').click()
Expected:
    Traceback (most recent call last):
    ...
    HTTPError: HTTP Error 403: Forbidden
Got:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest csrf.txt[line 82, example 19]>", line 1, in <module>
        browser.getControl('Click me!').click()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 624, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
        id=control.id, name=control.name, label=label, coord=coord))
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
    HTTPError: HTTP Error 404: Not Found



Failure in test testDefaultPageTemplateTitle (plone.app.contentmenu.tests.TestDisplayMenu)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.contentmenu-2.0a1-py2.6.egg/plone/app/contentmenu/tests.py", line 178, in testDefaultPageTemplateTitle
    self.assertEquals(u"Sitemap", changeAction['title'].mapping['contentitem'])
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: u'Sitemap' != u''



Failure in test test_menu_presence (plone.app.kss.tests.test_kss_attributes.TestContentMenu)
Failed doctest test for plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 183, in test_menu_presence

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 230, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_td is not None
Differences (ndiff with -expected +actual):
    - True
    + False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 232, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions = content_td.find('div', {'class': 'contentActions'})
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[line 49, example 17]>", line 1, in <module>
        content_actions = content_td.find('div', {'class': 'contentActions'})
    AttributeError: 'NoneType' object has no attribute 'find'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 233, in plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence
Failed example:
    content_actions is not None
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[line 50, example 18]>", line 1, in <module>
        content_actions is not None
    NameError: name 'content_actions' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 238, 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 "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[line 55, example 19]>", line 1, in <module>
        content_actions_ul = content_actions.find('ul', {'id': 'contentActionMenus'})
    NameError: name 'content_actions' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_kss_attributes.py", line 239, 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 "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.kss.tests.test_kss_attributes.TestContentMenu.test_menu_presence[line 56, example 20]>", line 1, in <module>
        content_actions_ul is not None
    NameError: name 'content_actions_ul' is not defined



Failure in test testAddEventRegistrationJS (plone.app.upgrade.v25.tests.TestMigrations_v2_5_0)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.upgrade/plone/app/upgrade/v25/tests.py", line 38, in testAddEventRegistrationJS
    self.assertEqual(jsreg.getResourcePosition('event-registration.js'), 3)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 4 != 3

  Ran 1817 tests with 6 failures and 8 errors in 4 minutes 48.932 seconds.
Running plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer tests:
  Set up plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.002 seconds.
  Ran 6 tests with 0 failures and 0 errors in 3.703 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.000 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt
Failed doctest test for testBrowserLayers.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.customerize/plone/app/customerize/docs/testBrowserLayers.txt", line 214, in testBrowserLayers.txt
Failed example:
    browser.contents
Expected:
    '...There are currently no items in...Manages view customizations...'
Got:
    '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\n<html>\n<head>\n<base href="http://nohost/plone/portal_view_customizations/" />\n\n<meta http-equiv="content-type" content="text/html;charset=utf-8" />\n\n<title>Template customizations</title>\n<link rel="stylesheet" type="text/css" href="/manage_page_style.css" />\n\n</head>\n<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">\n\n\n\n\n\n<table cellpadding="0" cellspacing="0" width="100%" border="0">\n\n<tr>\n  <td bgcolor="#000000" rowspan="5" width="10%" valign="bottom" \n   align="left">&nbsp;&nbsp;<img src="/p_/sp" \n   width="2" height="1" alt="" />\n  </td>\n  <td bgcolor="#000000" colspan="32"><img \n   src="/p_/sp" width="1" height="5" alt="" /></td>\n</tr>\n\n<tr>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#ffffff"><img src="/p_/sp"\n   width="1" height="2" alt="" /></td>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td bgcolor="#ffffff" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="registrations.html"><span style="color: #000000;"><strong>Registrations</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_main"><span style="color: #000000;"><strong>Contents</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_propertiesForm"><span style="color: #000000;"><strong>Properties</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_access"><span style="color: #000000;"><strong>Security</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_UndoForm"><span style="color: #000000;"><strong>Undo</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_owner"><span style="color: #000000;"><strong>Ownership</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_interfaces"><span style="color: #000000;"><strong>Interfaces</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_findForm"><span style="color: #000000;"><strong>Find</strong></span></a>&nbsp;</font></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n</table>\n\n  <br />\n  <table width="100%" cellspacing="0" cellpadding="2" border="0">\n  <tr class="location-bar">\n    <td align="left" valign="top">\n    <div class="std-text">\n        <img src="/misc_/OFSP/Folder_icon.gif" \n         alt="Plone View Customizations" border="0" />\n        <strong>\n              Plone View Customizations\n              at <a href="/manage_workspace">&nbsp;/</a><a href="/plone/manage_workspace">plone</a>/<a class="strong-link" href="/plone/portal_view_customizations/manage_workspace">portal_view_customizations</a>\n    </strong>\n                \n            </div>\n    </td>\n                </tr>\n  </table>\n\n\n\n\n\n<script type="text/javascript">\n<!-- \n\nisSelected = false;\n\nfunction toggleSelect() {\n  if (isSelected == false) {\n    for (i = 0; i < document.objectItems.length; i++)\n      document.objectItems.elements[i].checked = true ;\n      isSelected = true;\n      document.objectItems.selectButton.value = "Deselect All";\n      return isSelected;\n  }\n  else {\n    for (i = 0; i < document.objectItems.length; i++)\n      document.objectItems.elements[i].checked = false ;\n      isSelected = false;\n      document.objectItems.selectButton.value = "Select All";\n      return isSelected;       \n  }\n}\n\n//-->\n</script>\n\n<!-- Add object widget -->\n<br />\n  <table width="100%" cellspacing="0" cellpadding="0" border="0">\n  <tr>\n  <td align="left" valign="top">&nbsp;</td>\n  <td align="right" valign="top">\n  <div class="form-element">\n  <form action="http://nohost/plone/portal_view_customizations/" method="get">\n      <select class="form-element" name=":action" \n     onChange="location.href=\'http://nohost/plone/portal_view_customizations/\'+this.options[this.selectedIndex].value">\n    <option value="manage_workspace" disabled>Select type to add...</option>\n            <option value="manage_addProduct/ATContentTypes/manage_addToolForm">ATContentTypes tool</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Boolean Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Collection</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Current Author Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Date Range Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Event</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: File</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Friendly Date Criteria</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Image</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Large Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Link</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: List Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: News Item</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Page</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Path Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Portal Types Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Reference Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Relative Path Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Selection Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Simple Int Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Simple String Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Sort Criterion</option>\n                <option value="manage_addProduct/CMFEditions/manage_AbortVersioningOfLargeFilesAndImagesAddForm">AbortVersioningOfLargeFilesAndImages</option>\n                <option value="manage_addProduct/Archetypes/manage_addContentForm">Archetypes Content</option>\n                <option value="manage_addProduct/Archetypes/manage_addToolForm">Archetypes Tool</option>\n                <option value="manage_addProduct/CMFActionIcons/manage_addToolForm">CMF Action Icons Tool</option>\n                        <option value="manage_addProduct/CMFCore/manage_addCachingPolicyManager">CMF Caching Policy Manager</option>\n                <option value="manage_addProduct/CMFCalendar/manage_addToolForm">CMF Calendar Tool</option>\n                <option value="manage_addProduct/CMFCore/manage_addToolForm">CMF Core Tool</option>\n                <option value="manage_addProduct/CMFDefault/manage_addToolForm">CMF Default Tool</option>\n                <option value="manage_addProduct/CMFDiffTool/manage_addToolForm">CMF Diff Tool</option>\n                <option value="manage_addProduct/CMFEditions/manage_addToolForm">CMF Editions Tool</option>\n                        <option value="manage_addProduct/CMFPlacefulWorkflow/manage_addToolForm">CMF Placeful Workflow Tool</option>\n                <option value="manage_addProduct/CMFQuickInstallerTool/manage_addToolForm">CMF QuickInstaller Tool</option>\n                <option value="manage_addProduct/CMFDefault/addConfiguredSiteForm">CMF Site</option>\n                <option value="manage_addProduct/CMFUid/manage_addToolForm">CMF Unique Id Tool</option>\n                <option value="manage_addProduct/CMFQuickInstallerTool/addQuickInstallerTool">CMFQuickInstallerTool</option>\n                <option value="manage_addProduct/CMFEditions/manage_CloneBlobsAddForm">CloneBlobs</option>\n                <option value="manage_addProduct/PluggableAuthService/addConfiguredPASForm">Configured PAS</option>\n                <option value="manage_addProduct/CMFCore/manage_addRegistry">Content Type Registry</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerPageTemplateForm">Controller Page Template</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerPythonScriptForm">Controller Python Script</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerValidatorForm">Controller Validator</option>\n                <option value="manage_addProduct/CMFCore/addCC">Cookie Crumbler</option>\n                <option value="manage_addProduct/OFSP/documentAdd">DTML Document</option>\n                <option value="manage_addProduct/OFSP/methodAdd">DTML Method</option>\n                        <option value="manage_addProduct/ExternalMethod/methodAdd">External Method</option>\n                        <option value="manage_addProduct/OFSP/fileAdd">File</option>\n                <option value="manage_addProduct/CMFCore/manage_addDirectoryViewForm">Filesystem Directory View</option>\n                <option value="manage_addProduct/OFSP/folderAdd">Folder</option>\n                <option value="manage_addProduct/OFSP/addOrderedFolder">Folder (Ordered)</option>\n                <option value="manage_addProduct/CMFFormController/manage_addToolForm">Form Controller Tool</option>\n                <option value="manage_addProduct/OFSP/imageAdd">Image</option>\n                        <option value="manage_addProduct/MailHost/addMailHost_form">Mail Host</option>\n                <option value="manage_addProduct/MimetypesRegistry/manage_addToolForm">MimetypesRegistry Tool</option>\n                        <option value="manage_addProduct/CMFEditions/manage_NotRetainUIDsModifierAddForm">NotRetainATRefs</option>\n                <option value="manage_addProduct/CMFEditions/manage_OMInsideChildrensModifierAddForm">OMInsideChildrensModifier</option>\n                <option value="manage_addProduct/CMFEditions/manage_OMOutsideChildrensModifierAddForm">OMOutsideChildrensModifier</option>\n                <option value="manage_addProduct/PageTemplates/manage_addPageTemplateForm">Page Template</option>\n                <option value="manage_addProduct/PasswordResetTool/manage_addToolForm">Password Reset Tool</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/addPlacefulWorkflowTool">Placeful Workflow Tool</option>\n                <option value="manage_addProduct/CMFPlone/manage_addContentForm">Plone Content</option>\n                <option value="manage_addProduct/PloneLanguageTool/manage_addToolForm">Plone Language Tool</option>\n                <option value="manage_addProduct/CMFPlone/manage_addToolForm">Plone Tool</option>\n                <option value="manage_addProduct/PlonePAS/manage_addToolForm">PlonePAS Tool</option>\n                <option value="manage_addProduct/PluggableAuthService/addPluggableAuthService">Pluggable Auth Service</option>\n                                        <option value="manage_addProduct/PortalTransforms/manage_addToolForm">PortalTransforms Tool</option>\n                <option value="manage_addProduct/ResourceRegistries/manage_addToolForm">ResourceRegistries Tool</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainUIDsModifierAddForm">RetainATRefs</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainPermissionsSettingsModifierAddForm">RetainPermissionsSettings</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainUIDsModifierAddForm">RetainUIDs</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainWorkflowStateAndHistoryModifierAddForm">RetainWorkflowStateAndHistory</option>\n                <option value="manage_addProduct/CMFEditions/manage_SaveFileDataInFileTypeByReferenceModifierAddForm">SaveFileDataInFileTypeByReference</option>\n                <option value="manage_addProduct/PythonScripts/pyScriptAdd">Script (Python)</option>\n                <option value="manage_addProduct/SecureMailHost/addMailHost_form">Secure Mail Host</option>\n                <option value="manage_addProduct/SiteAccess/manage_addAccessRuleForm">Set Access Rule</option>\n                <option value="manage_addProduct/CMFEditions/manage_SillyDemoRetrieveModifierAddForm">SillyDemoRetrieveModifier</option>\n                <option value="manage_addProduct/SiteAccess/manage_addSiteRootForm">SiteRoot</option>\n                        <option value="manage_addProduct/CMFEditions/manage_SkipBlobsAddForm">SkipBlobs</option>\n                <option value="manage_addProduct/CMFEditions/manage_SkipParentPointersAddForm">SkipParentPointers</option>\n                <option value="manage_addProduct/CMFEditions/manage_SkipVersioningOfLargeFilesAndImagesAddForm">SkipVersioningOfLargeFilesAndImages</option>\n                        <option value="manage_addProduct/TinyMCE/manage_addToolForm">TinyMCE Tool</option>\n                <option value="manage_addProduct/OFSP/manage_addUserFolder">User Folder</option>\n                <option value="manage_addProduct/SiteAccess/manage_addVirtualHostMonsterForm">Virtual Host Monster</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/add_workflow_policy_config_form">Workflow Policy Configuration</option>\n                        <option value="manage_addProduct/ZCTextIndex/addLexicon">ZCTextIndex Lexicon</option>\n                <option value="manage_addProduct/kupu/manage_addToolForm">kupu Library Tool</option>\n                <option value="manage_addProduct/plone.app.blob/manage_addContentForm">plone.app.blob: Blob</option>\n                <option value="manage_addProduct/plone.app.blob/manage_addContentForm">plone.app.blob: File</option>\n                <option value="manage_addProduct/plone.app.blob/manage_addContentForm">plone.app.blob: Image</option>\n            </select>\n    <input class="form-element" type="submit" name="submit" value=" Add " />\n    </form>\n  </div>\n  </td>\n  </tr>\n  </table>\n\n<form action="http://nohost/plone/portal_view_customizations/" name="objectItems" method="post">\n<table cellspacing="0" cellpadding="2" border="0">\n<tr>\n<td>\n<div class="std-text">\nThere are currently no items in <em>Template customizations</em>\n<br /><br />\n</div>\n<input class="form-element" type="submit"\n  name="manage_importExportForm:method" value="Import/Export" />\n</td>\n</tr>\n</table>\n</form>\n\n<script type="text/javascript">\n<!--\nwindow.parent.update_menu();\n//-->\n</script>\n\n</body>\n</html>\n\n'



Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.customerize/plone/app/customerize/docs/testCustomizeView.txt
Failed doctest test for testCustomizeView.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.customerize/plone/app/customerize/docs/testCustomizeView.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.customerize/plone/app/customerize/docs/testCustomizeView.txt", line 81, in testCustomizeView.txt
Failed example:
    browser.contents
Expected:
    '...There are currently no items in...Manages view customizations...'
Got:
    '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\n<html>\n<head>\n<base href="http://nohost/plone/portal_view_customizations/" />\n\n<meta http-equiv="content-type" content="text/html;charset=utf-8" />\n\n<title>Template customizations</title>\n<link rel="stylesheet" type="text/css" href="/manage_page_style.css" />\n\n</head>\n<body bgcolor="#ffffff" link="#000099" alink="#000099" vlink="#000099">\n\n\n\n\n\n<table cellpadding="0" cellspacing="0" width="100%" border="0">\n\n<tr>\n  <td bgcolor="#000000" rowspan="5" width="10%" valign="bottom" \n   align="left">&nbsp;&nbsp;<img src="/p_/sp" \n   width="2" height="1" alt="" />\n  </td>\n  <td bgcolor="#000000" colspan="32"><img \n   src="/p_/sp" width="1" height="5" alt="" /></td>\n</tr>\n\n<tr>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#ffffff"><img src="/p_/sp"\n   width="1" height="2" alt="" /></td>\n  <td bgcolor="#ffffff" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="left"><img src="/p_/ltab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#efefef"><img src="/p_/sp"\n width="1" height="2" alt="" /></td>\n  <td bgcolor="#efefef" rowspan="2" valign="top" \n   align="right"><img src="/p_/rtab" width="5" \n   height="5" alt="" /></td>\n  <td bgcolor="#000000" rowspan="4"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td bgcolor="#ffffff" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="registrations.html"><span style="color: #000000;"><strong>Registrations</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_main"><span style="color: #000000;"><strong>Contents</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_propertiesForm"><span style="color: #000000;"><strong>Properties</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_access"><span style="color: #000000;"><strong>Security</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_UndoForm"><span style="color: #000000;"><strong>Undo</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_owner"><span style="color: #000000;"><strong>Ownership</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_interfaces"><span style="color: #000000;"><strong>Interfaces</strong></span></a>&nbsp;</font></td>\n  <td bgcolor="#efefef" valign="bottom" class="tab-small" \n   align="center"><font face="Verdana, Arial, Helvetica" \n   size="1" color="#000000">&nbsp;<a href="manage_findForm"><span style="color: #000000;"><strong>Find</strong></span></a>&nbsp;</font></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#efefef"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n<tr>\n  <td colspan="3" bgcolor="#ffffff"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n  <td colspan="3" bgcolor="#c0c0c0"><img src="/p_/sp"\n width="2" height="1" alt="" /></td>\n</tr>\n</table>\n\n  <br />\n  <table width="100%" cellspacing="0" cellpadding="2" border="0">\n  <tr class="location-bar">\n    <td align="left" valign="top">\n    <div class="std-text">\n        <img src="/misc_/OFSP/Folder_icon.gif" \n         alt="Plone View Customizations" border="0" />\n        <strong>\n              Plone View Customizations\n              at <a href="/manage_workspace">&nbsp;/</a><a href="/plone/manage_workspace">plone</a>/<a class="strong-link" href="/plone/portal_view_customizations/manage_workspace">portal_view_customizations</a>\n    </strong>\n                \n            </div>\n    </td>\n                </tr>\n  </table>\n\n\n\n\n\n<script type="text/javascript">\n<!-- \n\nisSelected = false;\n\nfunction toggleSelect() {\n  if (isSelected == false) {\n    for (i = 0; i < document.objectItems.length; i++)\n      document.objectItems.elements[i].checked = true ;\n      isSelected = true;\n      document.objectItems.selectButton.value = "Deselect All";\n      return isSelected;\n  }\n  else {\n    for (i = 0; i < document.objectItems.length; i++)\n      document.objectItems.elements[i].checked = false ;\n      isSelected = false;\n      document.objectItems.selectButton.value = "Select All";\n      return isSelected;       \n  }\n}\n\n//-->\n</script>\n\n<!-- Add object widget -->\n<br />\n  <table width="100%" cellspacing="0" cellpadding="0" border="0">\n  <tr>\n  <td align="left" valign="top">&nbsp;</td>\n  <td align="right" valign="top">\n  <div class="form-element">\n  <form action="http://nohost/plone/portal_view_customizations/" method="get">\n      <select class="form-element" name=":action" \n     onChange="location.href=\'http://nohost/plone/portal_view_customizations/\'+this.options[this.selectedIndex].value">\n    <option value="manage_workspace" disabled>Select type to add...</option>\n            <option value="manage_addProduct/ATContentTypes/manage_addToolForm">ATContentTypes tool</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Boolean Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Collection</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Current Author Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Date Range Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Event</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: File</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Friendly Date Criteria</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Image</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Large Folder</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Link</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: List Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: News Item</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Page</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Path Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Portal Types Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Reference Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Relative Path Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Selection Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Simple Int Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Simple String Criterion</option>\n                <option value="manage_addProduct/ATContentTypes/manage_addContentForm">ATContentTypes: Sort Criterion</option>\n                <option value="manage_addProduct/CMFEditions/manage_AbortVersioningOfLargeFilesAndImagesAddForm">AbortVersioningOfLargeFilesAndImages</option>\n                <option value="manage_addProduct/Archetypes/manage_addContentForm">Archetypes Content</option>\n                <option value="manage_addProduct/Archetypes/manage_addToolForm">Archetypes Tool</option>\n                <option value="manage_addProduct/CMFActionIcons/manage_addToolForm">CMF Action Icons Tool</option>\n                        <option value="manage_addProduct/CMFCore/manage_addCachingPolicyManager">CMF Caching Policy Manager</option>\n                <option value="manage_addProduct/CMFCalendar/manage_addToolForm">CMF Calendar Tool</option>\n                <option value="manage_addProduct/CMFCore/manage_addToolForm">CMF Core Tool</option>\n                <option value="manage_addProduct/CMFDefault/manage_addToolForm">CMF Default Tool</option>\n                <option value="manage_addProduct/CMFDiffTool/manage_addToolForm">CMF Diff Tool</option>\n                <option value="manage_addProduct/CMFEditions/manage_addToolForm">CMF Editions Tool</option>\n                        <option value="manage_addProduct/CMFPlacefulWorkflow/manage_addToolForm">CMF Placeful Workflow Tool</option>\n                <option value="manage_addProduct/CMFQuickInstallerTool/manage_addToolForm">CMF QuickInstaller Tool</option>\n                <option value="manage_addProduct/CMFDefault/addConfiguredSiteForm">CMF Site</option>\n                <option value="manage_addProduct/CMFUid/manage_addToolForm">CMF Unique Id Tool</option>\n                <option value="manage_addProduct/CMFQuickInstallerTool/addQuickInstallerTool">CMFQuickInstallerTool</option>\n                <option value="manage_addProduct/CMFEditions/manage_CloneBlobsAddForm">CloneBlobs</option>\n                <option value="manage_addProduct/PluggableAuthService/addConfiguredPASForm">Configured PAS</option>\n                <option value="manage_addProduct/CMFCore/manage_addRegistry">Content Type Registry</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerPageTemplateForm">Controller Page Template</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerPythonScriptForm">Controller Python Script</option>\n                <option value="manage_addProduct/CMFFormController/manage_addControllerValidatorForm">Controller Validator</option>\n                <option value="manage_addProduct/CMFCore/addCC">Cookie Crumbler</option>\n                <option value="manage_addProduct/OFSP/documentAdd">DTML Document</option>\n                <option value="manage_addProduct/OFSP/methodAdd">DTML Method</option>\n                        <option value="manage_addProduct/ExternalMethod/methodAdd">External Method</option>\n                        <option value="manage_addProduct/OFSP/fileAdd">File</option>\n                <option value="manage_addProduct/CMFCore/manage_addDirectoryViewForm">Filesystem Directory View</option>\n                <option value="manage_addProduct/OFSP/folderAdd">Folder</option>\n                <option value="manage_addProduct/OFSP/addOrderedFolder">Folder (Ordered)</option>\n                <option value="manage_addProduct/CMFFormController/manage_addToolForm">Form Controller Tool</option>\n                <option value="manage_addProduct/OFSP/imageAdd">Image</option>\n                        <option value="manage_addProduct/MailHost/addMailHost_form">Mail Host</option>\n                <option value="manage_addProduct/MimetypesRegistry/manage_addToolForm">MimetypesRegistry Tool</option>\n                        <option value="manage_addProduct/CMFEditions/manage_NotRetainUIDsModifierAddForm">NotRetainATRefs</option>\n                <option value="manage_addProduct/CMFEditions/manage_OMInsideChildrensModifierAddForm">OMInsideChildrensModifier</option>\n                <option value="manage_addProduct/CMFEditions/manage_OMOutsideChildrensModifierAddForm">OMOutsideChildrensModifier</option>\n                <option value="manage_addProduct/PageTemplates/manage_addPageTemplateForm">Page Template</option>\n                <option value="manage_addProduct/PasswordResetTool/manage_addToolForm">Password Reset Tool</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/addPlacefulWorkflowTool">Placeful Workflow Tool</option>\n                <option value="manage_addProduct/CMFPlone/manage_addContentForm">Plone Content</option>\n                <option value="manage_addProduct/PloneLanguageTool/manage_addToolForm">Plone Language Tool</option>\n                <option value="manage_addProduct/CMFPlone/manage_addToolForm">Plone Tool</option>\n                <option value="manage_addProduct/PlonePAS/manage_addToolForm">PlonePAS Tool</option>\n                <option value="manage_addProduct/PluggableAuthService/addPluggableAuthService">Pluggable Auth Service</option>\n                                        <option value="manage_addProduct/PortalTransforms/manage_addToolForm">PortalTransforms Tool</option>\n                <option value="manage_addProduct/ResourceRegistries/manage_addToolForm">ResourceRegistries Tool</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainUIDsModifierAddForm">RetainATRefs</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainPermissionsSettingsModifierAddForm">RetainPermissionsSettings</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainUIDsModifierAddForm">RetainUIDs</option>\n                <option value="manage_addProduct/CMFEditions/manage_RetainWorkflowStateAndHistoryModifierAddForm">RetainWorkflowStateAndHistory</option>\n                <option value="manage_addProduct/CMFEditions/manage_SaveFileDataInFileTypeByReferenceModifierAddForm">SaveFileDataInFileTypeByReference</option>\n                <option value="manage_addProduct/PythonScripts/pyScriptAdd">Script (Python)</option>\n                <option value="manage_addProduct/SecureMailHost/addMailHost_form">Secure Mail Host</option>\n                <option value="manage_addProduct/SiteAccess/manage_addAccessRuleForm">Set Access Rule</option>\n                <option value="manage_addProduct/CMFEditions/manage_SillyDemoRetrieveModifierAddForm">SillyDemoRetrieveModifier</option>\n                <option value="manage_addProduct/SiteAccess/manage_addSiteRootForm">SiteRoot</option>\n                        <option value="manage_addProduct/CMFEditions/manage_SkipBlobsAddForm">SkipBlobs</option>\n                <option value="manage_addProduct/CMFEditions/manage_SkipParentPointersAddForm">SkipParentPointers</option>\n                <option value="manage_addProduct/CMFEditions/manage_SkipVersioningOfLargeFilesAndImagesAddForm">SkipVersioningOfLargeFilesAndImages</option>\n                        <option value="manage_addProduct/TinyMCE/manage_addToolForm">TinyMCE Tool</option>\n                <option value="manage_addProduct/OFSP/manage_addUserFolder">User Folder</option>\n                <option value="manage_addProduct/SiteAccess/manage_addVirtualHostMonsterForm">Virtual Host Monster</option>\n                <option value="manage_addProduct/CMFPlacefulWorkflow/add_workflow_policy_config_form">Workflow Policy Configuration</option>\n                        <option value="manage_addProduct/ZCTextIndex/addLexicon">ZCTextIndex Lexicon</option>\n                <option value="manage_addProduct/kupu/manage_addToolForm">kupu Library Tool</option>\n                <option value="manage_addProduct/plone.app.blob/manage_addContentForm">plone.app.blob: Blob</option>\n                <option value="manage_addProduct/plone.app.blob/manage_addContentForm">plone.app.blob: File</option>\n                <option value="manage_addProduct/plone.app.blob/manage_addContentForm">plone.app.blob: Image</option>\n            </select>\n    <input class="form-element" type="submit" name="submit" value=" Add " />\n    </form>\n  </div>\n  </td>\n  </tr>\n  </table>\n\n<form action="http://nohost/plone/portal_view_customizations/" name="objectItems" method="post">\n<table cellspacing="0" cellpadding="2" border="0">\n<tr>\n<td>\n<div class="std-text">\nThere are currently no items in <em>Template customizations</em>\n<br /><br />\n</div>\n<input class="form-element" type="submit"\n  name="manage_importExportForm:method" value="Import/Export" />\n</td>\n</tr>\n</table>\n</form>\n\n<script type="text/javascript">\n<!--\nwindow.parent.update_menu();\n//-->\n</script>\n\n</body>\n</html>\n\n'

  Ran 27 tests with 2 failures and 0 errors in 1 minutes 0.293 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.004 seconds.


Error in test testChangeViewTemplate (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 57, in testChangeViewTemplate
    result = view.changeViewTemplate(url)
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/content_replacer.py", line 239, in changeViewTemplate
    self.getCommandSet('plone').refreshContentMenu()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/plonecommands.py", line 92, in refreshContentMenu
    self.getCommandSet('zope').refreshProvider(selector, 'plone.contentmenu')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/zopecommands.py", line 17, in refreshProvider
    renderer = provider.__of__(self.context)
AttributeError: 'ContentMenuProvider' object has no attribute '__of__'



Error in test testChangeWorkflowState (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 118, in testChangeWorkflowState
    result = view.changeWorkflowState(url)
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/content_replacer.py", line 267, in changeWorkflowState
    plonecommands.refreshContentMenu()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/plonecommands.py", line 92, in refreshContentMenu
    self.getCommandSet('zope').refreshProvider(selector, 'plone.contentmenu')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/zopecommands.py", line 17, in refreshProvider
    renderer = provider.__of__(self.context)
AttributeError: 'ContentMenuProvider' object has no attribute '__of__'



Error in test testCopyObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 107, in testCopyObject
    result = view.copyObject()
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/content_replacer.py", line 190, in copyObject
    self.getCommandSet('plone').refreshContentMenu()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/plonecommands.py", line 92, in refreshContentMenu
    self.getCommandSet('zope').refreshProvider(selector, 'plone.contentmenu')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/zopecommands.py", line 17, in refreshProvider
    renderer = provider.__of__(self.context)
AttributeError: 'ContentMenuProvider' object has no attribute '__of__'



Error in test testCutObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 83, in testCutObject
    result = view.cutObject()
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/content_replacer.py", line 182, in cutObject
    self.getCommandSet('plone').refreshContentMenu()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/plonecommands.py", line 92, in refreshContentMenu
    self.getCommandSet('zope').refreshProvider(selector, 'plone.contentmenu')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/zopecommands.py", line 17, in refreshProvider
    renderer = provider.__of__(self.context)
AttributeError: 'ContentMenuProvider' object has no attribute '__of__'



Error in test testKssCopyObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 93, in testKssCopyObject
    result = view.copyObject()
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/content_replacer.py", line 190, in copyObject
    self.getCommandSet('plone').refreshContentMenu()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/plonecommands.py", line 92, in refreshContentMenu
    self.getCommandSet('zope').refreshProvider(selector, 'plone.contentmenu')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/zopecommands.py", line 17, in refreshProvider
    renderer = provider.__of__(self.context)
AttributeError: 'ContentMenuProvider' object has no attribute '__of__'



Error in test testKssCutObject (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 68, in testKssCutObject
    result = view.cutObject()
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/content_replacer.py", line 182, in cutObject
    self.getCommandSet('plone').refreshContentMenu()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/plonecommands.py", line 92, in refreshContentMenu
    self.getCommandSet('zope').refreshProvider(selector, 'plone.contentmenu')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/zopecommands.py", line 17, in refreshProvider
    renderer = provider.__of__(self.context)
AttributeError: 'ContentMenuProvider' object has no attribute '__of__'



Error in test testReplaceContentRegion (plone.app.kss.tests.test_menus.ContentActionMenusTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/tests/test_menus.py", line 43, in testReplaceContentRegion
    result = view.replaceContentRegion(self.fpage.absolute_url(), tabid='contentview-edit')
  File "<wrapper>", line 5, in wrapper
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/actionwrapper.py", line 238, in apply
    result = self.f(obj, *arg, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/content_replacer.py", line 171, in replaceContentRegion
    self.getCommandSet('plone').refreshContentMenu()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/plonecommands.py", line 92, in refreshContentMenu
    self.getCommandSet('zope').refreshProvider(selector, 'plone.contentmenu')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.kss/plone/app/kss/commands/zopecommands.py", line 17, in refreshProvider
    renderer = provider.__of__(self.context)
AttributeError: 'ContentMenuProvider' object has no attribute '__of__'

  Ran 13 tests with 0 failures and 7 errors in 0.980 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.714 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.linkintegrity-1.1-py2.6.egg/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt
Failed doctest test for testReferenceOrthogonality.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.linkintegrity-1.1-py2.6.egg/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/plone.app.linkintegrity-1.1-py2.6.egg/plone/app/linkintegrity/docs/testReferenceOrthogonality.txt", line 32, in testReferenceOrthogonality.txt
Failed example:
    doc.getRelatedItems()
Expected:
    [<ATImage at /plone/image1>]
Got:
    []

  Ran 115 tests with 1 failures and 0 errors in 28.937 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.052 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.418 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.015 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.051 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 143 tests with 0 failures and 0 errors in 0.860 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 2328 tests, 9 failures, 15 errors in 6 minutes 41.206 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.388 seconds.
  Ran 165 tests with 0 failures and 0 errors in 0.622 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 2.285 seconds.
  Ran 34 tests with 0 failures and 0 errors in 0.210 seconds.
Running Products.PlonePAS.tests.layer.PlonePASLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite in 3.915 seconds.
  Set up Products.PlonePAS.tests.layer.PlonePASLayer in 0.000 seconds.
  Ran 152 tests with 0 failures and 0 errors in 1.871 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.349 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 371 tests with 0 failures and 0 errors in 0.684 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 722 tests, 0 failures, 0 errors in 12.097 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.358 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.327 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.215 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/borg.localrole/borg/localrole/bbb/bbb.txt:1: DeprecationWarning: IWorkspace is deprecated. Please use borg.localrole.interfaces.ILocalRoleProvider instead
  =========
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/borg.localrole/borg/localrole/bbb/bbb.txt:1: DeprecationWarning: IGroupAwareWorkspace is deprecated. Please use borg.localrole.interfaces.ILocalRoleProvider instead
  =========
  Ran 36 tests with 0 failures and 0 errors in 0.132 seconds.
Running plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer tests:
  Set up plone.browserlayer.tests.test_doctest.PloneBrowserLayerLayer in 0.003 seconds.
  Ran 9 tests with 0 failures and 0 errors in 0.979 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.003 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.053 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.366 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.
/usr/local/python2.6/lib/python2.6/mhlib.py:83: DeprecationWarning: the multifile module has been deprecated since Python 2.5
  import multifile


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/z3c.autoinclude-0.3.1-py2.6.egg/z3c/autoinclude/tests/../dependency.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 2145, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for dependency.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/z3c.autoinclude-0.3.1-py2.6.egg/z3c/autoinclude/tests/../dependency.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/z3c.autoinclude-0.3.1-py2.6.egg/z3c/autoinclude/tests/../dependency.txt", line 102, in dependency.txt
Failed example:
    sibling_include_finder.dottedNames()
Expected:
    ['F.G', 'F.H']
Got:
    ['F.H', 'F.G']
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/z3c.autoinclude-0.3.1-py2.6.egg/z3c/autoinclude/tests/../dependency.txt", line 108, in dependency.txt
Failed example:
    pprint(b_include_finder.includableInfo(['configure.zcml',
                                            'meta.zcml']))
Expected:
    {'configure.zcml': ['F.H'], 'meta.zcml': ['testdirective', 'F.G', 'F.H']}
Got:
    {'configure.zcml': ['F.H'], 'meta.zcml': ['testdirective', 'F.H', 'F.G']}
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/z3c.autoinclude-0.3.1-py2.6.egg/z3c/autoinclude/tests/../dependency.txt", line 142, in dependency.txt
Failed example:
    pprint(package_includes('BCPackage'))
Expected:
    {'configure.zcml': ['F.H'],
     'meta.zcml': ['testdirective', 'F.G', 'F.H'],
     'overrides.zcml': []}
Got:
    {'configure.zcml': ['F.H'],
     'meta.zcml': ['testdirective', 'F.H', 'F.G'],
     'overrides.zcml': []}


  Ran 262 tests with 1 failures and 0 errors in 14.717 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 312 tests, 1 failures, 0 errors in 25.074 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.876 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.309 seconds.
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 361, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 518, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/layer.py", line 33, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 164, in setupPloneSite
    base_profile, extension_profiles).run()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 211, in run
    self._setupProfiles()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 280, in _setupProfiles
    setup.runAllImportStepsFromProfile(profile_id)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 331, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
   - __traceback_info__: profile-plone.app.portlets:default
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 1058, in _runImportStepsFromContext
    chain = self.getProfileDependencyChain( profile_id )
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 1039, in getProfileDependencyChain
    dependencies = self.getDependenciesForProfile( profile_id )
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 825, in getDependenciesForProfile
    raise KeyError, profile_id
KeyError: 'profile-plone.app.portlets:default'

Running plone.app.portlets.tests.test_configuration.TestPortletZCMLLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 361, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 513, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 518, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/layer.py", line 33, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 164, in setupPloneSite
    base_profile, extension_profiles).run()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 211, in run
    self._setupProfiles()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 280, in _setupProfiles
    setup.runAllImportStepsFromProfile(profile_id)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 331, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
   - __traceback_info__: profile-plone.app.portlets:default
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 1058, in _runImportStepsFromContext
    chain = self.getProfileDependencyChain( profile_id )
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 1039, in getProfileDependencyChain
    dependencies = self.getDependenciesForProfile( profile_id )
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 825, in getDependenciesForProfile
    raise KeyError, profile_id
KeyError: 'profile-plone.app.portlets:default'

Running plone.app.portlets.tests.test_configuration.TestPortletGSLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 361, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 513, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 513, in setup_layer
    setup_layer(options, base, setup_layers)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/testrunner/runner.py", line 518, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/layer.py", line 33, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 164, in setupPloneSite
    base_profile, extension_profiles).run()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 211, in run
    self._setupProfiles()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PloneTestCase-0.9.9-py2.6.egg/Products/PloneTestCase/setup.py", line 280, in _setupProfiles
    setup.runAllImportStepsFromProfile(profile_id)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 331, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
   - __traceback_info__: profile-plone.app.portlets:default
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 1058, in _runImportStepsFromContext
    chain = self.getProfileDependencyChain( profile_id )
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 1039, in getProfileDependencyChain
    dependencies = self.getDependenciesForProfile( profile_id )
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 825, in getDependenciesForProfile
    raise KeyError, profile_id
KeyError: 'profile-plone.app.portlets:default'

Running zope.testing.testrunner.layer.UnitTests tests:
  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 54 tests with 0 failures and 0 errors in 0.151 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 54 tests, 0 failures, 3 errors in 7.702 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.804 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.275 seconds.
  Ran 23 tests with 0 failures and 0 errors in 3.882 seconds.
Running Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer tests:
  Set up Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer in 0.001 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFPlacefulWorkflow/Products/CMFPlacefulWorkflow/tests/exportimport.txt", line 23, in exportimport.txt
Failed example:
    ps.createSnapshot('sn_1')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest exportimport.txt[line 23, example 4]>", line 1, in <module>
        ps.createSnapshot('sn_1')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/tool.py", line 370, in createSnapshot
        messages[step_id] = handler(context)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.CMFCore-2.2.0_alpha-py2.6.egg/Products/CMFCore/exportimport/workflow.py", line 138, in exportWorkflowTool
        exportObjects(tool, '', context)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/utils.py", line 810, in exportObjects
        exportObjects(sub, path+'/', context)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.GenericSetup-1.5.0b1-py2.6.egg/Products/GenericSetup/utils.py", line 804, in exportObjects
        body = exporter.body
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.DCWorkflow-2.2.0_alpha-py2.6.egg/Products/DCWorkflow/exportimport.py", line 52, in _exportBody
        return wfdc.__of__(self.context).generateWorkflowXML()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.DCWorkflow-2.2.0_alpha-py2.6.egg/Products/DCWorkflow/exportimport.py", line 142, in generateWorkflowXML
        return self._workflowConfig(workflow_id=self._obj.getId())
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py", line 324, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Products/PageTemplates/PageTemplateFile.py", line 130, in _exec
        return self.pt_render(extra_context=bound_names)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Products/PageTemplates/PageTemplate.py", line 80, in pt_render
        showtal=showtal)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.pagetemplate-3.5.0-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 115, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations)()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tal-3.5.1-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-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - workflowConfig
       - Line 2, Column 0
       - Expression: <PythonExpr here.getWorkflowInfo(                                                 options[ 'workflow_id' ] )>
       - Names:
          {'container': <UnauthorizedBinding: container>,
           'context': <UnauthorizedBinding: context>,
           'default': <object object at 0x2ba678f3c760>,
           'here': <UnauthorizedBinding: context>,
           'loop': {},
           'nothing': None,
           'options': {'args': (), 'workflow_id': 'folder_workflow'},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x79a6908>,
           'request': <HTTPRequest, URL=http://nohost>,
           'root': <Application at >,
           'template': <PageTemplateFile at /plone/portal_workflow/folder_workflow/workflowConfig>,
           'user': <PloneUser 'test_user_1_'>}
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Products/PageTemplates/ZRPythonExpr.py", line 49, in __call__
        return eval(self._code, vars, {})
       - __traceback_info__: here.getWorkflowInfo(                                                 options[ 'workflow_id' ] )
      File "PythonExpr", line 1, in <expression>
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/Shared/DC/Scripts/Bindings.py", line 195, in __getattr__
        return guarded_getattr(self._wrapped, name, default)
    Unauthorized: You are not allowed to access 'getWorkflowInfo' in this context

  Ran 11 tests with 1 failures and 0 errors in 0.279 seconds.
Tearing down left over layers:
  Tear down Products.CMFPlacefulWorkflow.tests.test_exportimport.ExportImportLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.365 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 34 tests, 1 failures, 0 errors in 12.072 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.202 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 0.364 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 0.207 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.027 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.001 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 35 tests with 0 failures and 0 errors in 0.027 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.376 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.568 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.108 seconds.
  Ran 39 tests with 0 failures and 0 errors in 4.133 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.363 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.380 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.370 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.113 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PlonePAS-4.0a1-py2.6.egg/Products/PlonePAS/tools/membership.py:554: DeprecationWarning: credentialsChanged should be called with 'REQUEST' as second argument. The BBB code will be removed in CMF 2.3.
  self.credentialsChanged(password, REQUEST=REQUEST)
  Ran 61 tests with 0 failures and 0 errors in 1.324 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.367 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.368 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.363 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.270 seconds.
  Ran 239 tests with 0 failures and 0 errors in 21.092 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.375 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 59 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: 298 tests, 0 failures, 0 errors in 29.909 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.103 seconds.
  Ran 8 tests with 0 failures and 0 errors in 0.022 seconds.
Tearing down left over layers:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.355 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.389 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.122 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/tests/adapters.txt", line 89, in adapters.txt
Failed example:
    object.getListing(filter_portal_types=[],\
                      rooted='True',\
                      document_base_url='http://nohost/plone/folder',\
                     )
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest adapters.txt[line 89, example 26]>", line 3, in <module>
        document_base_url='http://nohost/plone/folder',\
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/adapters/JSONFolderListing.py", line 77, in getListing
        results['path'] = self.getBreadcrumbs(document_base_url)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/adapters/JSONFolderListing.py", line 40, in getBreadcrumbs
        root = aq_inner(root.restrictedTraverse(path[len(self.context.restrictedTraverse(root_url).absolute_url()) + 1:-1]))
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/Traversable.py", line 310, in restrictedTraverse
        return self.unrestrictedTraverse(path, default, restricted=True)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/Traversable.py", line 267, in unrestrictedTraverse
        next = queryMultiAdapter((obj, aq_acquire(self, 'REQUEST')),
       - __traceback_info__: ([], 'folde')
    AttributeError: REQUEST



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/tests/utility.txt", line 17, in utility.txt
Failed example:
    utility.getConfiguration(portal)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest utility.txt[line 17, example 3]>", line 1, in <module>
        utility.getConfiguration(portal)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/utility.py", line 671, in getConfiguration
        results['portal_url'] = context.restrictedTraverse(portal.absolute_url()).absolute_url()
    AttributeError: 'Plone' object has no attribute 'absolute_url'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/tests/utility.txt", line 58, in utility.txt
Failed example:
    utility.getConfiguration(portal)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest utility.txt[line 58, example 37]>", line 1, in <module>
        utility.getConfiguration(portal)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/utility.py", line 671, in getConfiguration
        results['portal_url'] = context.restrictedTraverse(portal.absolute_url()).absolute_url()
    AttributeError: 'Plone' object has no attribute 'absolute_url'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/tests/utility.txt", line 80, in utility.txt
Failed example:
    utility.getConfiguration(portal)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest utility.txt[line 80, example 52]>", line 1, in <module>
        utility.getConfiguration(portal)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.TinyMCE/Products/TinyMCE/utility.py", line 671, in getConfiguration
        results['portal_url'] = context.restrictedTraverse(portal.absolute_url()).absolute_url()
    AttributeError: 'Plone' object has no attribute 'absolute_url'

  Ran 76 tests with 2 failures and 0 errors in 3.117 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.366 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 76 tests with 0 failures and 0 errors in 1.528 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Running Products.contentmigration.tests.layer.TestLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.355 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.354 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.110 seconds.
  Set up Products.contentmigration.tests.layer.TestLayer in 0.002 seconds.
  Ran 18 tests with 0 failures and 0 errors in 5.571 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.367 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/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-zope212-cmf22-plone40/src/Products.kupu/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.845 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.008 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.ZCML in 2.381 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/util.py:25: 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-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/util.py:26: 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>:213: DeprecationWarning: changeSkin should be called with 'REQUEST' as second argument. The BBB code will be removed in CMF 2.3.
 in 4.541 seconds.


Failure in test testSame (Products.kupu.plone.tests.test_html2captioned.TransformTestSubclass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_html2captioned.py", line 78, in testSame
    self.do_convert(filename=self.input)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_html2captioned.py", line 71, in do_convert
    got, expected, self.transform.name(), self.input))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: Got:
[<div>Simple text containing an embedded image</div><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image" alt="Kupu Test Image" title="Kupu Test Image" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image_thumb" alt="Kupu Test Image" title="Kupu Test Image" height="84" width="128" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image" alt="Kupu Test Image" title="Kupu Test Image" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl>]

!=

Expected:
[<div>Simple text containing an embedded image</div><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image" alt="Kupu Test Image" title="Kupu Test Image" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl><dl class="image-left captioned"><dt><a rel="lightbox" href="/plone/folder/gamma"><img src="http://nohost/plone/folder/gamma/image_thumb" alt="Kupu Test Image" title="Kupu Test Image" height="84" width="128" /></a></dt><dd class="image-caption" style="width:128px">Test image caption</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image" alt="Kupu Test Image" title="Kupu Test Image" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl>]

IN html_to_captioned(/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/input/simple.in)



Failure in test testSameNoFilename (Products.kupu.plone.tests.test_html2captioned.TransformTestSubclass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_html2captioned.py", line 82, in testSameNoFilename
    self.do_convert()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_html2captioned.py", line 71, in do_convert
    got, expected, self.transform.name(), self.input))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: Got:
[<div>Simple text containing an embedded image</div><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image" alt="Kupu Test Image" title="Kupu Test Image" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image_thumb" alt="Kupu Test Image" title="Kupu Test Image" height="84" width="128" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image" alt="Kupu Test Image" title="Kupu Test Image" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl>]

!=

Expected:
[<div>Simple text containing an embedded image</div><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image" alt="Kupu Test Image" title="Kupu Test Image" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl><dl class="image-left captioned"><dt><a rel="lightbox" href="/plone/folder/gamma"><img src="http://nohost/plone/folder/gamma/image_thumb" alt="Kupu Test Image" title="Kupu Test Image" height="84" width="128" /></a></dt><dd class="image-caption" style="width:128px">Test image caption</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/gamma/image" alt="Kupu Test Image" title="Kupu Test Image" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption</dd></dl>]

IN html_to_captioned(/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/input/simple.in)



Failure in test testSame (Products.kupu.plone.tests.test_html2captioned.TransformTestSubclass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_html2captioned.py", line 78, in testSame
    self.do_convert(filename=self.input)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_html2captioned.py", line 71, in do_convert
    got, expected, self.transform.name(), self.input))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: Got:
[<div>Simple text containing an embedded image</div><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image_thumb" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="84" width="128" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl>]

!=

Expected:
[<div>Simple text containing an embedded image</div><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl><dl class="image-left captioned"><dt><a rel="lightbox" href="/plone/folder/umlauts"><img src="http://nohost/plone/folder/umlauts/image_thumb" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="84" width="128" /></a></dt><dd class="image-caption" style="width:128px">Test image caption åäö</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl>]

IN html_to_captioned(/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/input/umlauts.in)



Failure in test testSameNoFilename (Products.kupu.plone.tests.test_html2captioned.TransformTestSubclass)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_html2captioned.py", line 82, in testSameNoFilename
    self.do_convert()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_html2captioned.py", line 71, in do_convert
    got, expected, self.transform.name(), self.input))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: Got:
[<div>Simple text containing an embedded image</div><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image_thumb" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="84" width="128" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl>]

!=

Expected:
[<div>Simple text containing an embedded image</div><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl><dl class="image-left captioned"><dt><a rel="lightbox" href="/plone/folder/umlauts"><img src="http://nohost/plone/folder/umlauts/image_thumb" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="84" width="128" /></a></dt><dd class="image-caption" style="width:128px">Test image caption åäö</dd></dl><dl class="image-left captioned"><dt><img src="http://nohost/plone/folder/umlauts/image" alt="Kupu Test Image åäö" title="Kupu Test Image åäö" height="331" width="500" /></dt><dd class="image-caption" style="width:500px">Test image caption åäö</dd></dl>]

IN html_to_captioned(/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/input/umlauts.in)



Error in test test_delete (Products.kupu.plone.tests.test_librarymanager.TestILibraryManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_librarymanager.py", line 102, in test_delete
    self.assertEqual(libs.getLibraries(self.context), expected)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/librarytool.py", line 85, in getLibraries
    lib[key] = self.translate(lib[key], domain='kupu')
AttributeError: translate



Error in test test_expressions (Products.kupu.plone.tests.test_librarymanager.TestILibraryManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_librarymanager.py", line 90, in test_expressions
    v = libs.getLibraries(context)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/librarytool.py", line 85, in getLibraries
    lib[key] = self.translate(lib[key], domain='kupu')
AttributeError: translate



Error in test test_get_library (Products.kupu.plone.tests.test_librarymanager.TestILibraryManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_librarymanager.py", line 67, in test_get_library
    self.assertEqual(libs.getLibraries(self.context), expected)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/librarytool.py", line 85, in getLibraries
    lib[key] = self.translate(lib[key], domain='kupu')
AttributeError: translate



Error in test test_move (Products.kupu.plone.tests.test_librarymanager.TestILibraryManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_librarymanager.py", line 143, in test_move
    self.assertEqual(libs.getLibraries(self.context), expected)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/librarytool.py", line 85, in getLibraries
    lib[key] = self.translate(lib[key], domain='kupu')
AttributeError: translate



Error in test test_update (Products.kupu.plone.tests.test_librarymanager.TestILibraryManager)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/tests/test_librarymanager.py", line 130, in test_update
    self.assertEqual(libs.getLibraries(context), expected)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.kupu/Products/kupu/plone/librarytool.py", line 85, in getLibraries
    lib[key] = self.translate(lib[key], domain='kupu')
AttributeError: translate

  Ran 373 tests with 4 failures and 5 errors in 19.866 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.386 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 8 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: 384 tests, 4 failures, 5 errors in 28.561 seconds.
Running archetypes.referencebrowserwidget.tests.base.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.803 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.717 seconds.
  Set up archetypes.referencebrowserwidget.tests.base.layer in 0.000 seconds.
  Ran 43 tests with 0 failures and 0 errors in 9.285 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.367 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.007 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.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 47 tests, 0 failures, 0 errors in 16.666 seconds.
Running archetypes.schemaextender.tests.testIntegration.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.275 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.377 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.125 seconds.
  Set up archetypes.schemaextender.tests.testIntegration.layer in 0.000 seconds.


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/archetypes.schemaextender-1.4-py2.6.egg/archetypes/schemaextender/usage.txt
Failed doctest test for usage.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/archetypes.schemaextender-1.4-py2.6.egg/archetypes/schemaextender/usage.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/archetypes.schemaextender-1.4-py2.6.egg/archetypes/schemaextender/usage.txt", line 259, in usage.txt
Failed example:
    browser.getControl('Tags').value
Differences (ndiff with -expected +actual):
    - 'A\nB'
    + 'A\r\nB'
    ?   ++

  Ran 17 tests with 1 failures and 0 errors in 3.174 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down archetypes.schemaextender.tests.testIntegration.layer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.370 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.007 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.007 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 36 tests, 1 failures, 0 errors in 11.762 seconds.
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.039 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.036 seconds.
  Ran 40 tests with 0 failures and 0 errors in 0.755 seconds.
Tearing down left over layers:
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/tests/test_kssview_core.py:165: UserWarning: The test_class you are using doesn't subclass from ZopeTestCase.Functional. Please fix that.
  tearDown=KSSViewTestCase.beforeTearDown.im_func))
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.257 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.030 seconds.
  Set up kss.core.tests.base.KSSLayer in 0.056 seconds.
  Ran 29 tests with 0 failures and 0 errors in 0.153 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.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/kss.core/kss/core/siteview.txt:1: DeprecationWarning: ISite is deprecated. Moved to zope.location.interfaces. Importing from here will stop working in Zope 3.6
  =========
  Ran 14 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: 47 tests, 0 failures, 0 errors in 0.885 seconds.
***********************************************
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.892 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.338 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.149 seconds.
  Set up plone.app.blob.tests.layer.BlobLayer in 0.104 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Products.PortalTransforms-2.0a1-py2.6.egg/Products/PortalTransforms/libtransforms/commandtransform.py:97: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')
  Ran 26 tests with 0 failures and 0 errors in 1 minutes 55.336 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.195 seconds.
  Ran 39 tests with 0 failures and 0 errors in 51.907 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.361 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.009 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: 67 tests, 0 failures, 0 errors in 2 minutes 56.006 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.903 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 2.359 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 3.972 seconds.
  Set up plone.app.folder.tests.layer.IntegrationLayer in 0.465 seconds.
  Ran 9 tests with 0 failures and 0 errors in 2.113 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.424 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.361 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 14 tests, 0 failures, 0 errors in 11.175 seconds.
Running plone.app.imaging.tests.layer.ImagingLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.897 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.340 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.136 seconds.
  Set up plone.app.imaging.tests.layer.ImagingLayer in 0.102 seconds.


Failure in test testAvailableSizesCallable (plone.app.imaging.tests.test_setup.MonkeyPatchTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.imaging/src/plone/app/imaging/tests/test_setup.py", line 42, in testAvailableSizesCallable
    self.assertEqual(self.field.getAvailableSizes(self.image), 'foo!')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: {'mini': (200, 200), 'thumb': (128, 128), 'large': (768, 768), 'listing': (16, 16), 'tile': (64, 64), 'preview': (400, 400), 'icon': (32, 32)} != 'foo!'



Failure in test testAvailableSizesInstanceMethod (plone.app.imaging.tests.test_setup.MonkeyPatchTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.imaging/src/plone/app/imaging/tests/test_setup.py", line 36, in testAvailableSizesInstanceMethod
    self.assertEqual(self.field.getAvailableSizes(self.image), marker)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: {'mini': (200, 200), 'thumb': (128, 128), 'large': (768, 768), 'listing': (16, 16), 'tile': (64, 64), 'preview': (400, 400), 'icon': (32, 32)} != {'foo': 23}

  Ran 34 tests with 2 failures and 0 errors in 4.818 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.imaging.tests.layer.ImagingLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.380 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: 41 tests, 2 failures, 0 errors in 13.115 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.375 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.378 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.130 seconds.
  Ran 7 tests with 0 failures and 0 errors in 0.072 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.366 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.410 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.290 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.129 seconds.
  Ran 3 tests with 0 failures and 0 errors in 1.141 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.351 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.384 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.353 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.136 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 10, in flexible_user_registration.txt
Failed example:
    form.getControl(name='form.location')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 10, example 3]>", line 1, in <module>
        form.getControl(name='form.location')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 755, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.location'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 12, in flexible_user_registration.txt
Failed example:
    form.getControl(name='form.home_page')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 12, example 4]>", line 1, in <module>
        form.getControl(name='form.home_page')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 755, in getControl
        control, form = disambiguate(intermediate, msg, index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError: name 'form.home_page'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 22, in flexible_user_registration.txt
Failed example:
    'Member Registration' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 24, in flexible_user_registration.txt
Failed example:
    link = browser.getLink(url='http://nohost/plone/@@member-registration')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 24, example 11]>", line 1, in <module>
        link = browser.getLink(url='http://nohost/plone/@@member-registration')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 327, in getLink
        return Link(self.mech_browser.find_link(**args), self)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 626, in find_link
    LinkNotFoundError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 25, in flexible_user_registration.txt
Failed example:
    link
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 25, example 12]>", line 1, in <module>
        link
    NameError: name 'link' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 27, in flexible_user_registration.txt
Failed example:
    link.click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 27, example 13]>", line 1, in <module>
        link.click()
    NameError: name 'link' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 28, in flexible_user_registration.txt
Failed example:
    'Registration settings' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 33, in flexible_user_registration.txt
Failed example:
    form = browser.getForm(action='http://nohost/plone/@@member-registration')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 33, example 15]>", line 1, in <module>
        form = browser.getForm(action='http://nohost/plone/@@member-registration')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 398, in getForm
        form = disambiguate(matching_forms, '', index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 34, in flexible_user_registration.txt
Failed example:
    join_form_fields = form.getControl(name='form.join_form_fields.to')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 34, example 16]>", line 1, in <module>
        join_form_fields = form.getControl(name='form.join_form_fields.to')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 752, in getControl
        raise zope.testbrowser.interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 35, in flexible_user_registration.txt
Failed example:
    'location' in join_form_fields.displayOptions
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 35, example 17]>", line 1, in <module>
        'location' in join_form_fields.displayOptions
    NameError: name 'join_form_fields' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 37, in flexible_user_registration.txt
Failed example:
    'home_page' in join_form_fields.displayOptions
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 37, example 18]>", line 1, in <module>
        'home_page' in join_form_fields.displayOptions
    NameError: name 'join_form_fields' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 45, in flexible_user_registration.txt
Failed example:
    homepage = join_form_fields.getControl(value='home_page')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 45, example 19]>", line 1, in <module>
        homepage = join_form_fields.getControl(value='home_page')
    NameError: name 'join_form_fields' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 46, in flexible_user_registration.txt
Failed example:
    homepage.click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 46, example 20]>", line 1, in <module>
        homepage.click()
    NameError: name 'homepage' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 47, in flexible_user_registration.txt
Failed example:
    to_left = form.getControl(name='to2fromButton')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 47, example 21]>", line 1, in <module>
        to_left = form.getControl(name='to2fromButton')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 752, in getControl
        raise zope.testbrowser.interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 48, in flexible_user_registration.txt
Failed example:
    to_left
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 48, example 22]>", line 1, in <module>
        to_left
    NameError: name 'to_left' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 50, in flexible_user_registration.txt
Failed example:
    to_left.clear()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 50, example 23]>", line 1, in <module>
        to_left.clear()
    NameError: name 'to_left' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 51, in flexible_user_registration.txt
Failed example:
    submit_button = form.getControl(name='form.actions.save')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 51, example 24]>", line 1, in <module>
        submit_button = form.getControl(name='form.actions.save')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 752, in getControl
        raise zope.testbrowser.interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 52, in flexible_user_registration.txt
Failed example:
    submit_button.click()
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 52, example 25]>", line 1, in <module>
        submit_button.click()
    NameError: name 'submit_button' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 56, in flexible_user_registration.txt
Failed example:
    form = browser.getForm(action='http://nohost/plone/@@member-registration')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 56, example 26]>", line 1, in <module>
        form = browser.getForm(action='http://nohost/plone/@@member-registration')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 398, in getForm
        form = disambiguate(matching_forms, '', index)
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 54, in disambiguate
        raise LookupError(msg)
    LookupError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 57, in flexible_user_registration.txt
Failed example:
    disabled_fields = form.getControl(name='form.join_form_fields.from')
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 57, example 27]>", line 1, in <module>
        disabled_fields = form.getControl(name='form.join_form_fields.from')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 752, in getControl
        raise zope.testbrowser.interfaces.ExpiredError
    ExpiredError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.users/plone/app/users/tests/flexible_user_registration.txt", line 58, in flexible_user_registration.txt
Failed example:
    'home_page' in disabled_fields.displayOptions
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
        compileflags, 1) in test.globs
      File "<doctest flexible_user_registration.txt[line 58, example 28]>", line 1, in <module>
        'home_page' in disabled_fields.displayOptions
    NameError: name 'disabled_fields' is not defined

  Ran 7 tests with 1 failures and 0 errors in 0.789 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.362 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Running plone.folder.tests.layer.PartialOrderingLayer tests:
  Set up plone.folder.tests.layer.PartialOrderingLayer in 0.000 seconds.
  Ran 11 tests with 0 failures and 0 errors in 0.007 seconds.
Running plone.folder.tests.layer.PloneFolderLayer tests:
  Tear down plone.folder.tests.layer.PartialOrderingLayer in 0.000 seconds.
  Set up plone.folder.tests.layer.PloneFolderLayer in 0.000 seconds.
  Ran 45 tests with 0 failures and 0 errors in 0.031 seconds.
Tearing down left over layers:
  Tear down plone.folder.tests.layer.PloneFolderLayer in 0.000 seconds.
Total: 56 tests, 0 failures, 0 errors in 0.170 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.373 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.351 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.365 seconds.
  Ran 41 tests with 0 failures and 0 errors in 0.379 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.364 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.926 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.351 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/cache.py:34: DeprecationWarning: object.__init__() takes no parameters
  super(CacheStore, self).__init__(self)
  Ran 16 tests with 0 failures and 0 errors in 0.057 seconds.
Running wicked.at.tests.wickedtestcase.WickedSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 5.102 seconds.
  Set up wicked.at.tests.wickedtestcase.WickedSite in 0.003 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/subscribers.py:73: DeprecationWarning: wicked.atcontent.ironicwiki.IronicWiki.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/subscribers.py:73: DeprecationWarning: wicked.atcontent.ironicwiki.IronicWiki.manage_beforeDelete is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.1-py2.6-linux-x86_64.egg/OFS/subscribers.py:73: DeprecationWarning: wicked.atcontent.ironicwiki.IronicWiki.manage_afterClone is discouraged. You should use event subscribers instead.
  DeprecationWarning)
  Ran 23 tests with 0 failures and 0 errors in 6.301 seconds.
Running wicked.at.tests.test_scope.Scoped tests:
  Set up wicked.at.tests.test_scope.Scoped in 0.000 seconds.
  Ran 3 tests with 0 failures and 0 errors in 0.709 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 7.099 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.018 seconds.
  Ran 8 tests with 0 failures and 0 errors in 0.909 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down wicked.plone.tests.ZCMLLayer in 0.393 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: 106 tests, 0 failures, 0 errors in 25.120 seconds.
#### Running tests for group ATCT ####
#### Finished tests for group ATCT ####

#### 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 Products.CMFPlacefulWorkflow ####
#### Finished tests for Products.CMFPlacefulWorkflow ####

#### 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.PloneTestCase ####
#### Finished tests for Products.PloneTestCase ####

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

#### Running tests for Products.SecureMailHost ####
#### Finished tests for Products.SecureMailHost ####

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

#### Running tests for Products.ZopeVersionControl ####
#### Finished tests for Products.ZopeVersionControl ####

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

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

#### Running tests for Products.kupu ####
#### Finished tests for Products.kupu ####

#### 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 five.customerize ####
#### Finished tests for five.customerize ####

#### 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.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.locales ####
#### Finished tests for plone.app.locales ####

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

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

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

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

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

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

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

Packages with test failures:

Failing tests in group ATCT
Failing tests in group Archetypes
Failing tests in group CMF
Failing tests in group Plone
Failing tests in group plone
Failing tests in group portlets
Failing tests in Products.CMFPlacefulWorkflow
Failing tests in Products.TinyMCE
Failing tests in Products.kupu
Failing tests in archetypes.schemaextender
Failing tests in plone.app.imaging
Failing tests in plone.app.users

Total time elapsed: 1208.860 seconds

Grand total: 92 packages, 12 failures


FAILED (92 packages, 12 failures)




More information about the Testbot mailing list