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

Plone Tests plone-tests at epy.co.at
Fri Nov 13 03:23:27 UTC 2009


Plone Tests : FAILED (96 packages, 14 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.222 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 3.326 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 2.010 seconds.
  Ran 31 tests with 0 failures and 0 errors in 0.553 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.068 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.691 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.904 seconds.


Failure in test test_subject (Products.ATContentTypes.tests.test_atevent.TestATEventFields)
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.Archetypes/Products/Archetypes/tests/test_baseschema.py", line 160, in test_subject
    self.failUnless(field.mutator == 'setSubject')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 325, in failUnless
    if not expr: raise self.failureException, msg
AssertionError



Failure in test test_image_id_from_filename_and_title (Products.ATContentTypes.tests.test_atimage.TestIDFromTitle)
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.ATContentTypes/Products/ATContentTypes/tests/test_atimage.py", line 94, in test_image_id_from_filename_and_title
    self.failUnless('/wonderful-image' in self.browser.url, msg="The expected URL snippet was not in " + self.browser.url)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 325, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: The expected URL snippet was not in http://nohost/plone/portal_factory/Image/image.2009-11-13.6321162979/atct_edit



Error in test test_exif_upload (Products.ATContentTypes.tests.test_atimage.TestSiteATImage)
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.ATContentTypes/Products/ATContentTypes/tests/test_atimage.py", line 205, in test_exif_upload
    atct.setImage(TEST_JPEG_FILE)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.blob/src/plone/app/blob/mixins.py", line 56, in setImage
    mutator(value, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/archetypes.schemaextender/archetypes/schemaextender/field.py", line 38, in mutator
    self.set(instance, value, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.blob/src/plone/app/blob/subtypes/image.py", line 22, in set
    super(ExtensionBlobField, self).set(instance, value, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.blob/src/plone/app/blob/field.py", line 202, in set
    blobbable = IBlobbable(value)
TypeError: ('Could not adapt', <open file '/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/input/canoneye.jpg', mode 'rb' at 0x50111c8>, <InterfaceClass plone.app.blob.interfaces.IBlobbable>)



Error in test test_transform (Products.ATContentTypes.tests.test_atimage.TestSiteATImage)
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.ATContentTypes/Products/ATContentTypes/tests/test_atimage.py", line 137, in test_transform
    self._ATCT.transformImage(2)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/lib/imagetransform.py", line 202, in transformImage
    img = PIL.Image.open(image)
  File "/usr/local/python2.6/lib/python2.6/site-packages/PIL-1.1.6-py2.6-linux-x86_64.egg/PIL/Image.py", line 1916, in open
    raise IOError("cannot identify image file")
IOError: cannot identify image file



Failure in test test_imageField (Products.ATContentTypes.tests.test_atimage.TestATImageFields)
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.ATContentTypes/Products/ATContentTypes/tests/test_atimage.py", line 269, in test_imageField
    'Value is %s' % str(field.validators))
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 325, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: Value is (('isNonEmptyFile', V_REQUIRED), ('checkFileMaxSize', V_REQUIRED))



Failure in test test_inherit_parent_layout (Products.ATContentTypes.tests.test_browserdefaultmixin.TestBrowserDefaultMixin)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/test_browserdefaultmixin.py", line 126, in test_inherit_parent_layout
    self.assertEqual(subfolder.getLayout(), 'folder_tabular_view')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'folder_listing' != 'folder_tabular_view'



Failure in test testCalendarInfo (Products.ATContentTypes.tests.test_calendar.EventCalendarTests)
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.ATContentTypes/Products/ATContentTypes/tests/test_calendar.py", line 134, in testCalendarInfo
    'END:VCALENDAR')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/test_calendar.py", line 89, in checkOrder
    'menu item "%s" missing or out of order' % item)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 325, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: menu item "X-WR-CALNAME:Plone site" missing or out of order



Failure in test test_acquireFromHetereogenousParent (Products.ATContentTypes.tests.test_constraintypes.TestConstrainTypes)
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.ATContentTypes/Products/ATContentTypes/tests/test_constraintypes.py", line 147, in test_acquireFromHetereogenousParent
    self.failIf('News Item' in inner.getLocallyAllowedTypes())
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 321, in failIf
    if expr: raise self.failureException, msg
AssertionError



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))
Expected:
    HTTP/1.1 206 Partial Content
    Accept-Ranges: bytes
    Content-Length: 5
    Content-Range: bytes 0-4/905
    Content-Type: image/gif
    Last-Modified: ...
    <BLANKLINE>
    GIF89
Got:
    HTTP/1.1 200 OK
    Content-Disposition: inline; filename="test-image"
    Content-Length: 65
    Content-Type: image/gif
    Last-Modified: Fri, 13 Nov 2009 02:34:34 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0xa04e910>
----------------------------------------------------------------------
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)))
Expected:
    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Content-Length: 905
    Content-Type: image/gif...
    ...
    <BLANKLINE>
    GIF89...
Got:
    HTTP/1.1 200 OK
    Content-Disposition: inline; filename="test-image"
    Content-Length: 65
    Content-Type: image/gif
    Last-Modified: Fri, 13 Nov 2009 02:34:34 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0xa04ef50>
----------------------------------------------------------------------
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))
Expected:
    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Content-Length: 905
    Content-Type: image/gif...
    ...
    <BLANKLINE>
    GIF89...
Got:
    HTTP/1.1 200 OK
    Content-Disposition: inline; filename="test-image"
    Content-Length: 65
    Content-Type: image/gif
    Last-Modified: Fri, 13 Nov 2009 02:34:35 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0x90b5ad0>
----------------------------------------------------------------------
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)))
Expected:
    HTTP/1.1 304 Not Modified
    Accept-Ranges: bytes
    Content-Length: 0
    Content-Type: image/gif...
    ...
Got:
    HTTP/1.1 200 OK
    Content-Disposition: inline; filename="test-image"
    Content-Length: 65
    Content-Type: image/gif
    Last-Modified: Fri, 13 Nov 2009 02:34:35 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0x9e95350>
----------------------------------------------------------------------
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)))
Expected:
    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Content-Length: 905
    Content-Type: image/gif...
    ...
    <BLANKLINE>
    GIF89...
Got:
    HTTP/1.1 200 OK
    Content-Disposition: inline; filename="test-image"
    Content-Length: 65
    Content-Type: image/gif
    Last-Modified: Fri, 13 Nov 2009 02:34:35 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0x958c4d0>



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/reindex_sanity.txt", line 221, in reindex_sanity.txt
Failed example:
    _ = self.folder.invokeFactory(type_name='Folder',
                                  id='new_folder1')
Expected:
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 ['allowedRolesAndUsers']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
Got:
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 ['allowedRolesAndUsers']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 ['allowedRolesAndUsers']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder1 []
    ------------------------------------------------------------
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/reindex_sanity.txt", line 253, in reindex_sanity.txt
Failed example:
    _ = self.folder.invokeFactory(type_name='Folder',
                                  id='new_folder2',
                                  title='Title',
                                  description='Description')
Expected:
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 ['allowedRolesAndUsers']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
Got:
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 ['allowedRolesAndUsers']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  uid_catalog
    Indexing: Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 ['review_state']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 ['allowedRolesAndUsers']
    ------------------------------------------------------------
    Catalog:  portal_catalog
    Indexing: /plone/Members/test_user_1_/new_folder2 []
    ------------------------------------------------------------

  Ran 710 tests with 8 failures and 2 errors in 1 minutes 18.940 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.367 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 741 tests, 8 failures, 2 errors in 1 minutes 33.598 seconds.
Failed to import ZPsycopgDA
Failed to import ZMySQLDA
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.580 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.160 seconds.
  Set up Products.Archetypes.tests.layer.ZCML in 0.168 seconds.
  Ran 39 tests with 0 failures and 0 errors in 1.060 seconds.
Running Products.Archetypes.tests.layer.ArchetypesSite tests:
  Set up Products.Archetypes.tests.layer.ArchetypesSite in 2.070 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 41.065 seconds.
Running Products.CMFTestCase.layer.ZCML tests:
  Tear down Products.Archetypes.tests.layer.ArchetypesSite in 0.066 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.CMFTestCase.layer.ZCML in 1.839 seconds.
  Ran 20 tests with 0 failures and 0 errors in 0.110 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Tear down Products.CMFTestCase.layer.ZCML in 0.003 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.838 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.152 seconds.
  Ran 9 tests with 0 failures and 0 errors in 1.092 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.706 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.359 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.156 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 662 tests, 2 failures, 0 errors in 58.221 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.137 seconds.
  Ran 412 tests with 0 failures and 0 errors in 2.331 seconds.
Running Products.CMFCore.testing.FunctionalZCMLLayer tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.164 seconds.
  Ran 55 tests with 0 failures and 0 errors in 0.120 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
  Set up Products.CMFCalendar.testing.FunctionalLayer in 0.317 seconds.
  Ran 24 tests with 0 failures and 0 errors in 1.504 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
  Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.027 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
  Set up Products.CMFCore.testing.EventZCMLLayer in 0.001 seconds.
  Ran 24 tests with 0 failures and 0 errors in 0.583 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.795 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.481 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.629 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.238 seconds.
  Ran 86 tests with 0 failures and 0 errors in 5.093 seconds.
Running Products.CMFTopic.testing.FunctionalLayer tests:
  Tear down Products.CMFDefault.testing.FunctionalLayer in 0.025 seconds.
  Set up Products.CMFTopic.testing.FunctionalLayer in 0.184 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.026 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
  Tear down Products.CMFTopic.testing.FunctionalLayer in 0.026 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.328 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.140 seconds.
  Ran 38 tests with 0 failures and 0 errors in 0.851 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 206 tests with 0 failures and 0 errors in 0.819 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.GenericSetup.testing.ExportImportZCMLLayer in 0.000 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 608 tests with 0 failures and 0 errors in 1.298 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 1662 tests, 0 failures, 0 errors in 25.069 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.932 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.359 seconds.
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/ArchetypeTool.py:68: DeprecationWarning: package_home is deprecated. import from App.Common instead
  from Globals import package_home
 in 5.371 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 58.331 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.383 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.699 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 1.514 seconds.
  Ran 20 tests with 0 failures and 0 errors in 0.391 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.068 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 12.355 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.662 seconds.
  Ran 126 tests with 0 failures and 0 errors in 0.750 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Products.CMFTestCase.layer.ZCML in 2.240 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 0.225 seconds.
  Ran 53 tests with 0 failures and 0 errors in 2.580 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.041 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.003 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.677 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.373 seconds.


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.app.controlpanel/plone/app/controlpanel/tests/calendar.txt
Failed doctest test for calendar.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/calendar.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/calendar.txt", line 36, in calendar.txt
Failed example:
    'Changes canceled.' in self.browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/calendar.txt", line 56, in calendar.txt
Failed example:
    'Changes saved.' in self.browser.contents
Expected:
    True
Got:
    False



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 13, in filter.txt
Failed example:
    kupu_tool = getToolByName(self.portal, 'kupu_library_tool')
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 filter.txt[line 13, example 6]>", line 1, in <module>
        kupu_tool = getToolByName(self.portal, 'kupu_library_tool')
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.CMFCore/Products/CMFCore/utils.py", line 125, in getToolByName
        raise AttributeError, name
    AttributeError: kupu_library_tool
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 42, in filter.txt
Failed example:
    'Changes canceled.' in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 165, in filter.txt
Failed example:
    print ', '.join(kupu_tool.get_stripped_tags())
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 filter.txt[line 165, example 45]>", line 1, in <module>
        print ', '.join(kupu_tool.get_stripped_tags())
    NameError: name 'kupu_tool' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 174, in filter.txt
Failed example:
    print ', '.join(sorted(kupu_tool.get_stripped_tags()))
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 filter.txt[line 174, example 47]>", line 1, in <module>
        print ', '.join(sorted(kupu_tool.get_stripped_tags()))
    NameError: name 'kupu_tool' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 197, in filter.txt
Failed example:
    print ', '.join(sorted(kupu_tool.get_stripped_tags()))
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 filter.txt[line 197, example 55]>", line 1, in <module>
        print ', '.join(sorted(kupu_tool.get_stripped_tags()))
    NameError: name 'kupu_tool' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/filter.txt", line 216, in filter.txt
Failed example:
    print ', '.join(sorted(kupu_tool.get_stripped_tags()))
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 filter.txt[line 216, example 64]>", line 1, in <module>
        print ', '.join(sorted(kupu_tool.get_stripped_tags()))
    NameError: name 'kupu_tool' is not defined



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/mail.txt", line 28, in mail.txt
Failed example:
    'Changes canceled.' in self.browser.contents
Expected:
    True
Got:
    False



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/search.txt", line 36, in search.txt
Failed example:
    'Changes canceled.' in self.browser.contents
Expected:
    True
Got:
    False



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 29, in site.txt
Failed example:
    'Changes canceled.' in self.browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 49, in site.txt
Failed example:
    'Changes saved.' in self.browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 54, in site.txt
Failed example:
    ptool.site_properties.enable_sitemap
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 59, in site.txt
Failed example:
    self.browser.open("http://nohost/plone/sitemap.xml.gz")
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 site.txt[line 59, example 17]>", line 1, in <module>
        self.browser.open("http://nohost/plone/sitemap.xml.gz")
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testbrowser-3.6.0a2-py2.6.egg/zope/testbrowser/browser.py", line 239, in open
        self.mech_browser.open(url, data)
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 209, in open
      File "build/bdist.linux-x86_64/egg/mechanize/_mechanize.py", line 261, in _mech_open
    HTTPError: HTTP Error 404: Not Found
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 62, in site.txt
Failed example:
    headers['status'].lower()
Expected:
    '200 ok'
Got:
    '404 not found'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 65, in site.txt
Failed example:
    headers['content-type']
Expected:
    'application/octet-stream'
Got:
    'text/html; charset=utf-8'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 85, in site.txt
Failed example:
    'Changes saved.' in self.browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 119, in site.txt
Failed example:
    ptool.site_properties.lock_on_ttw_edit
Expected:
    False
Got:
    True
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 140, in site.txt
Failed example:
    'Changes saved.' in self.browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 145, in site.txt
Failed example:
    ptool.site_properties.exposeDCMetaTags
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/site.txt", line 151, in site.txt
Failed example:
    'DC.type' in self.browser.contents
Expected:
    True
Got:
    False



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/skins.txt", line 20, in skins.txt
Failed example:
    stool.getSkinSelections()
Expected:
    ['Plone Default', 'Sunburst Theme', 'TestSkin']
Got:
    ['Plone Classic Theme', 'Plone Default', 'Sunburst Theme', 'TestSkin']
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/skins.txt", line 38, in skins.txt
Failed example:
    'Changes canceled.' in self.browser.contents
Expected:
    True
Got:
    False



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.controlpanel/plone/app/controlpanel/tests/markup.txt", line 38, in markup.txt
Failed example:
    'Changes canceled.' in self.browser.contents
Expected:
    True
Got:
    False



Error in test test_right_macro (plone.app.form.tests.test_wysiwygwidget.WYSIWYGWidgetTestCase)
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.form/plone/app/form/tests/test_wysiwygwidget.py", line 46, in test_right_macro
    cool_editor = w()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.form/plone/app/form/widgets/wysiwygwidget.py", line 37, in __call__
    value=value)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.app.pagetemplate-3.7.1-py2.6.egg/zope/app/pagetemplate/viewpagetemplatefile.py", line 83, in __call__
    return self.im_func(im_self, *args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.app.pagetemplate-3.7.1-py2.6.egg/zope/app/pagetemplate/viewpagetemplatefile.py", line 51, in __call__
    sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
  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)()
   - Warning: Macro expansion failed
   - Warning: <type 'exceptions.KeyError'>: 'support'
  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)
   - /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.form/plone/app/form/widgets/wysiwygwidget.pt
   - Line 9, Column 5
   - Expression: <PathExpr standard:u'context/@@plone_portal_state/anonymous'>
   - Names:
      {'args': (),
       'context': <plone.app.form.tests.test_wysiwygwidget.MyField instance at 0xd915f38>,
       'default': <object object at 0x2b7c98b0c760>,
       'loop': {},
       'nothing': None,
       'options': {'form_context': <PloneSite at /plone>, 'value': u'the value'},
       'repeat': {},
       'request': <zope.publisher.browser.TestRequest instance URL=http://127.0.0.1>,
       'template': <zope.app.pagetemplate.viewpagetemplatefile.ViewPageTemplateFile object at 0x5a51510>,
       'view': <plone.app.form.widgets.wysiwygwidget.WYSIWYGWidget object at 0xd8fc950>,
       'views': <zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object at 0xd8fc4d0>}
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
    return self._eval(econtext)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/expressions.py", line 211, in _eval
    return ob()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.memoize/plone/memoize/view.py", line 53, in memogetter
    annotations = IAnnotations(request)
TypeError: ('Could not adapt', <zope.publisher.browser.TestRequest instance URL=http://127.0.0.1>, <InterfaceClass zope.annotation.interfaces.IAnnotations>)



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: 5 != 3

  Ran 1821 tests with 10 failures and 1 errors in 4 minutes 50.164 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.711 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 59.309 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.
  Ran 13 tests with 0 failures and 0 errors in 1.274 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.711 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 25.212 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.412 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.050 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.878 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 2332 tests, 13 failures, 1 errors in 6 minutes 38.142 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.572 seconds.
  Ran 165 tests with 0 failures and 0 errors in 1.047 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 2.280 seconds.
  Ran 34 tests with 0 failures and 0 errors in 0.215 seconds.
Running Products.PlonePAS.tests.layer.PlonePASLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite in 4.117 seconds.
  Set up Products.PlonePAS.tests.layer.PlonePASLayer in 0.000 seconds.
  Ran 152 tests with 0 failures and 0 errors in 1.865 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.357 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.926 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 13.155 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.412 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.316 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.382 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.131 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.974 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.052 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.365 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 260 tests with 1 failures and 0 errors in 14.733 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 310 tests, 1 failures, 0 errors in 25.316 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.913 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.285 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/src/Products.PloneTestCase/Products/PloneTestCase/layer.py", line 33, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/Products/PloneTestCase/setup.py", line 164, in setupPloneSite
    base_profile, extension_profiles).run()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/Products/PloneTestCase/setup.py", line 211, in run
    self._setupProfiles()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/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/src/Products.PloneTestCase/Products/PloneTestCase/layer.py", line 33, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/Products/PloneTestCase/setup.py", line 164, in setupPloneSite
    base_profile, extension_profiles).run()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/Products/PloneTestCase/setup.py", line 211, in run
    self._setupProfiles()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/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/src/Products.PloneTestCase/Products/PloneTestCase/layer.py", line 33, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/Products/PloneTestCase/setup.py", line 164, in setupPloneSite
    base_profile, extension_profiles).run()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/Products/PloneTestCase/setup.py", line 211, in run
    self._setupProfiles()
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PloneTestCase/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.
/usr/local/python2.6/lib/python2.6/mhlib.py:83: DeprecationWarning: the multifile module has been deprecated since Python 2.5
  import multifile
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.portlets/plone/portlets/README.txt:1: DeprecationWarning: ISite is deprecated. Moved to zope.location.interfaces. Importing from here will stop working in Zope 3.6
  =====================
  Ran 54 tests with 0 failures and 0 errors in 0.385 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 8.100 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.814 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.620 seconds.
  Ran 23 tests with 0 failures and 0 errors in 3.954 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/src/Products.CMFCore/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/src/Products.DCWorkflow/Products/DCWorkflow/exportimport.py", line 52, in _exportBody
        return wfdc.__of__(self.context).generateWorkflowXML()
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.DCWorkflow/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 0x2af77f65d760>,
           'here': <UnauthorizedBinding: context>,
           'loop': {},
           'nothing': None,
           'options': {'args': (), 'workflow_id': 'folder_workflow'},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x8636a28>,
           '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.369 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 34 tests, 1 failures, 0 errors in 12.477 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.221 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 0.367 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 0.205 seconds.
  Ran 58 tests with 0 failures and 0 errors in 0.227 seconds.
Tearing down left over layers:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.028 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.026 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.044 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ExternalEditor/Products/ExternalEditor/tests/edit.txt", line 18, in edit.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/externalEdit_/some-file HTTP/1.1
    Authorization: Basic %s:%s
    """ % (user_name, user_password))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
      Content-Length: 167
    - Content-Type: application/x-zope-edit; charset=iso-8859-15
    ?                                      ---------------------
    + Content-Type: application/x-zope-edit
    - Last-Modified:...
    + Last-Modified: Fri, 13 Nov 2009 02:45:36 GMT
      <BLANKLINE>
      url:http://localhost/test_folder_1_/some-file
      meta_type:File
      title:
      content_type:application/octet-stream
    - auth:...
    + auth:Basic dGVzdF91c2VyXzFfOnNlY3JldA==
      cookie:
      <BLANKLINE>
      some content
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ExternalEditor/Products/ExternalEditor/tests/edit.txt", line 54, in edit.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/externalEdit_/some-file HTTP/1.1
    Authorization: Basic %s:%s
    """ % (user_name, user_password))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
    - Content-Length: ...
    ?                 ^^^
    + Content-Length: 236
    ?                 ^^^
    - Content-Type: application/x-zope-edit; charset=iso-8859-15
    ?                                      ---------------------
    + Content-Type: application/x-zope-edit
    - Last-Modified:...
    + Last-Modified: Fri, 13 Nov 2009 02:45:36 GMT
      <BLANKLINE>
      url:http://localhost/test_folder_1_/some-file
      meta_type:File
      title:
      content_type:application/octet-stream
    - auth:...
    + auth:Basic dGVzdF91c2VyXzFfOnNlY3JldA==
      cookie:
    - lock-token:...
    + lock-token:0.896125916007-0.823788772075-00105A989226:1258080336.143
      <BLANKLINE>
      some content
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ExternalEditor/Products/ExternalEditor/tests/edit.txt", line 76, in edit.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/externalEdit_/some-file?borrow_lock=1 HTTP/1.1
    Authorization: Basic %s:%s
    """ % (user_name, user_password))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
    - Content-Length: ...
    ?                 ^^^
    + Content-Length: 250
    ?                 ^^^
    - Content-Type: application/x-zope-edit; charset=iso-8859-15
    ?                                      ---------------------
    + Content-Type: application/x-zope-edit
    - Last-Modified:...
    + Last-Modified: Fri, 13 Nov 2009 02:45:36 GMT
      <BLANKLINE>
      url:http://localhost/test_folder_1_/some-file
      meta_type:File
      title:
      content_type:application/octet-stream
    - auth:...
    + auth:Basic dGVzdF91c2VyXzFfOnNlY3JldA==
      cookie:
    - lock-token:...
    + lock-token:0.896125916007-0.823788772075-00105A989226:1258080336.143
      borrow_lock:1
      <BLANKLINE>
      some content
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ExternalEditor/Products/ExternalEditor/tests/edit.txt", line 126, in edit.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/externalEdit_/some-file?borrow_lock=1 HTTP/1.1
    Authorization: Basic %s:%s
    """ % (user_name_2, user_password_2))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
      Content-Length: 163
    - Content-Type: application/x-zope-edit; charset=iso-8859-15
    ?                                      ---------------------
    + Content-Type: application/x-zope-edit
    - Last-Modified:...
    + Last-Modified: Fri, 13 Nov 2009 02:45:36 GMT
      <BLANKLINE>
      url:http://localhost/test_folder_1_/some-file
      meta_type:File
      title:
      content_type:application/octet-stream
    - auth:...
    + auth:Basic dGVzdF91c2VyXzJfOmZyb2I=
      cookie:
      <BLANKLINE>
      some content
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ExternalEditor/Products/ExternalEditor/tests/edit.txt", line 156, in edit.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/externalEdit_/another-file HTTP/1.1
    Authorization: Basic %s:%s
    """ % (user_name, user_password))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
      Content-Length: 140
    - Content-Type: application/x-zope-edit; charset=iso-8859-15
    ?                                      ---------------------
    + Content-Type: application/x-zope-edit
    - Last-Modified:...
    + Last-Modified: Fri, 13 Nov 2009 02:45:36 GMT
      <BLANKLINE>
      url:http://localhost/test_folder_1_/another-file
      meta_type:Side Effects
      title:
    - auth:...
    + auth:Basic dGVzdF91c2VyXzFfOnNlY3JldA==
      cookie:
      <BLANKLINE>
      some content
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ExternalEditor/Products/ExternalEditor/tests/edit.txt", line 186, in edit.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/externalEdit_/some-file?borrow_lock=1 HTTP/1.1
    Authorization: Basic %s:%s
    """ % (user_name, user_password))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
      Content-Length: 191
    - Content-Type: application/x-zope-edit; charset=iso-8859-15
    ?                                      ---------------------
    + Content-Type: application/x-zope-edit
    - Last-Modified:...
    + Last-Modified: Fri, 13 Nov 2009 02:45:36 GMT
      <BLANKLINE>
      url:http://localhost/test_folder_1_/some-file
      meta_type:File
      title:
      content_type:application/octet-stream
    - auth:...
    + auth:Basic dGVzdF91c2VyXzFfOnNlY3JldA==
      cookie:
      x-my-custom-metadata:42
      <BLANKLINE>
      some content
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ExternalEditor/Products/ExternalEditor/tests/edit.txt", line 244, in edit.txt
Failed example:
    print http(r"""
    GET /test_folder_1_/externalEdit_/some-file HTTP/1.1
    Authorization: Basic %s:%s
    """ % (user_name, user_password))
Differences (ndiff with -expected +actual):
      HTTP/1.1 200 OK
      Content-Encoding: gzip
      Content-Length: 159
    - Content-Type: application/x-zope-edit; charset=iso-8859-15
    ?                                      ---------------------
    + Content-Type: application/x-zope-edit
    - Last-Modified:...
    + Last-Modified: Fri, 13 Nov 2009 02:45:36 GMT
    + <BLANKLINE>
    + ‹     ÿ-ͱ
    + Â0…á=OѐPtС‚ƒnE§’[¼Í
    + ÍéÐ>½-:~øÎ<±€l´fñŽ)РÛšlmu‘‘}dR#ÁY,™L»OD0å%~ÁåÌÑ;DIZ<‡‚‰Ü¨ÜŒÁ\]‰¾
    + ·n
    + í¹öÇny­mÿL~Ÿî.M³iò‰›ªöÛêoˆme§   

  Ran 16 tests with 1 failures and 0 errors in 0.048 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.393 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.354 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.291 seconds.
  Ran 39 tests with 0 failures and 0 errors in 4.258 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.369 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.417 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.354 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.276 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PlonePAS/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.323 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.372 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.401 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.375 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.427 seconds.
  Ran 239 tests with 0 failures and 0 errors in 20.829 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.374 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.851 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.108 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.392 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.340 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.303 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.099 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.362 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.521 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.384 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.382 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.268 seconds.
  Set up Products.contentmigration.tests.layer.TestLayer in 0.002 seconds.
  Ran 18 tests with 0 failures and 0 errors in 5.560 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.369 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.885 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.373 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.777 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 77, 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 70, 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 81, 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 70, 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 77, 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 70, 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 81, 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 70, 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 371 tests with 4 failures and 5 errors in 19.742 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.391 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: 382 tests, 4 failures, 5 errors in 28.711 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.829 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.904 seconds.
  Set up archetypes.referencebrowserwidget.tests.base.layer in 0.000 seconds.
  Ran 43 tests with 0 failures and 0 errors in 9.188 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.378 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.792 seconds.
Running archetypes.schemaextender.tests.testIntegration.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.307 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.363 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.268 seconds.
  Set up archetypes.schemaextender.tests.testIntegration.layer in 0.000 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/archetypes.schemaextender/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.137 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.366 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.884 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.
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.038 seconds.
  Ran 40 tests with 0 failures and 0 errors in 0.780 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.049 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.256 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.055 seconds.
  Ran 29 tests with 0 failures and 0 errors in 0.154 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.888 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.931 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.324 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.302 seconds.
  Set up plone.app.blob.tests.layer.BlobLayer in 0.103 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PortalTransforms/Products/PortalTransforms/libtransforms/commandtransform.py:97: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.blob/src/plone/app/blob/README.txt", line 105, in README.txt
Failed example:
    migrateATFiles(portal)
Expected:
    'Migrating /plone/Members/test_user_1_/foo (File -> Blob)\n'
Got:
    ''



Failure in test testIconLookupForUnknownMimeType (plone.app.blob.tests.test_integration.IntegrationTests)
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.blob/src/plone/app/blob/tests/test_integration.py", line 148, in testIconLookupForUnknownMimeType
    self.assertEqual(self.folder.blob.getIcon(), 'plone/file_icon.gif')
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 'plone/txt.png' != 'plone/file_icon.gif'

  Ran 26 tests with 2 failures and 0 errors in 1 minutes 53.102 seconds.
Running plone.app.blob.tests.layer.BlobReplacementLayer tests:
  Set up plone.app.blob.tests.layer.BlobReplacementLayer in 0.191 seconds.
  Ran 39 tests with 0 failures and 0 errors in 50.968 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.359 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, 2 failures, 0 errors in 2 minutes 53.014 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.939 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.373 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.166 seconds.
  Set up plone.app.folder.tests.layer.IntegrationLayer in 0.461 seconds.
  Ran 9 tests with 0 failures and 0 errors in 2.134 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.423 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.365 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.439 seconds.
Running plone.app.imaging.tests.layer.ImagingLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.937 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.339 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.333 seconds.
  Set up plone.app.imaging.tests.layer.ImagingLayer in 0.101 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.imaging/src/plone/app/imaging/tests/configlet.txt", line 37, in configlet.txt
Failed example:
    'Changes canceled.' in self.browser.contents
Expected:
    True
Got:
    False



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 3 failures and 0 errors in 4.827 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.376 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, 3 failures, 0 errors in 13.356 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.414 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.374 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.297 seconds.
  Ran 7 tests with 0 failures and 0 errors in 0.071 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.363 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.420 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.295 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.290 seconds.
  Ran 3 tests with 0 failures and 0 errors in 1.128 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.352 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.419 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.382 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.284 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.797 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.365 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.173 seconds.
Test-module import failures:

Module: plone.reload.tests.test_code

AttributeError: 'module' object has no attribute 'test_suite'


Module: plone.reload.tests.test_reload

AttributeError: 'module' object has no attribute 'test_suite'



Test-modules with import problems:
  plone.reload.tests.test_code
  plone.reload.tests.test_reload
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.407 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.358 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.480 seconds.
  Ran 41 tests with 0 failures and 0 errors in 0.376 seconds.
Tearing down left over layers:
  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: 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.934 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.354 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.038 seconds.
Running wicked.at.tests.wickedtestcase.WickedSite tests:
  Set up Products.PloneTestCase.layer.PloneSite/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/ArchetypeTool.py:68: DeprecationWarning: package_home is deprecated. import from App.Common instead
  from Globals import package_home
 in 5.140 seconds.
  Set up wicked.at.tests.wickedtestcase.WickedSite in 0.002 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.081 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.670 seconds.
Running wicked.plone.tests.SelectiveATCT tests:
  Tear down wicked.at.tests.test_scope.Scoped in 0.000 seconds.
  Tear down wicked.at.tests.wickedtestcase.WickedSite in 0.002 seconds.
  Set up wicked.plone.tests.SelectiveATCT in 0.003 seconds.
  Ran 22 tests with 0 failures and 0 errors in 6.857 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.833 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down wicked.plone.tests.ZCMLLayer in 0.388 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 24.570 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.ExternalEditor ####
#### Finished tests for Products.ExternalEditor ####

#### 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 elementtree ####
#### Finished tests for elementtree ####

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

#### 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 Plone
Failing tests in group plone
Failing tests in group portlets
Failing tests in Products.CMFPlacefulWorkflow
Failing tests in Products.ExternalEditor
Failing tests in Products.TinyMCE
Failing tests in Products.kupu
Failing tests in archetypes.schemaextender
Failing tests in plone.app.blob
Failing tests in plone.app.imaging
Failing tests in plone.app.users
Failing tests in plone.reload

Total time elapsed: 1219.138 seconds

Grand total: 96 packages, 14 failures


FAILED (96 packages, 14 failures)




More information about the Testbot mailing list