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

Plone Tests plone-tests at epy.co.at
Thu Nov 12 03:17:35 UTC 2009


Plone Tests : FAILED (96 packages, 15 failures)
Plone-4.0 Zope-2.12 Python-2.6.2

Running /usr/local/python2.6/bin/python ./bin/alltests -q --no-color --no-progress
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.306 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 3.381 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 2.048 seconds.
  Ran 31 tests with 0 failures and 0 errors in 0.615 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.678 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.219 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-12.4985601457/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 0x449f1c8>, <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: Thu, 12 Nov 2009 02:39:01 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0x8c96b50>
----------------------------------------------------------------------
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: Thu, 12 Nov 2009 02:39:01 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0x8c96790>
----------------------------------------------------------------------
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: Thu, 12 Nov 2009 02:39:02 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0x92a8710>
----------------------------------------------------------------------
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: Thu, 12 Nov 2009 02:39:02 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0x92a8810>
----------------------------------------------------------------------
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: Thu, 12 Nov 2009 02:39:02 GMT
    <BLANKLINE>
    <plone.app.blob.iterators.BlobStreamIterator object at 0x92a8690>



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 []
    ------------------------------------------------------------



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/traversal.txt", line 307, in traversal.txt
Failed example:
    print folder.index_html
Expected:
    <ATDocument at index_html>
Got:
    None
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/traversal.txt", line 337, in traversal.txt
Failed example:
    print http(r"""
    PUT /%s/simple_btree_folder/index_html HTTP/1.1
    Authorization: Basic %s:%s
    Content-Type: text/plain; charset="utf-8"
    Depth: 0

    Simple BTree Folder Index
    """ % (portal_name, default_user, default_password))
Expected:
    HTTP/1.1 204 No Content
    ...
Got:
    HTTP/1.1 500 Internal Server Error
    Accept-Ranges: none
    Connection: close
    Content-Language: 
    Content-Length: 11176
    Content-Type: text/html;charset=utf-8
    Date: Thu, 12 Nov 2009 02:39:05 GMT
    Expires: Sat, 1 Jan 2000 00:00:00 GMT
    X-Ksscommands: <?xml version="1.0"?> <kukit xmlns="http://www.kukit.org/commands/1.1"> <commands> 	<command name="error"> 		<param name="type">system</param> 		<param name="message">ValueError: No object with id "index_html" exists.</param> 	</command> </commands> </kukit> 
    <BLANKLINE>
    <BLANKLINE>
    <!DOCTYPE html PUBLIC
      "-//W3C//DTD XHTML 1.0 Transitional//EN"
      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <BLANKLINE>
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <BLANKLINE>
        <!-- Forces IE8+ into newest rendering engine even if on an intranet. This has to be defined before any script/style tags. -->
        <meta http-equiv="X-UA-Compatible" content="IE=edge" /> 
        <!-- Enables iPhone web app use, fullscreen when added to home screen -->
        <meta name="apple-mobile-web-app-capable" content="yes" />
    <BLANKLINE>
    <BLANKLINE>
            <base href="http://localhost/plone/simple_btree_folder/index_html" /><!--[if lt IE 7]></base><![endif]-->
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <link rel="kss-base-url" href="http://localhost/plone/simple_btree_folder/index_html/" />
    <BLANKLINE>
    <BLANKLINE>
        <link rel="stylesheet" type="text/css" media="screen" href="http://localhost/plone/portal_css/Sunburst%20Theme/member-cachekey8105.css" />
        <link rel="stylesheet" type="text/css" href="http://localhost/plone/portal_css/Sunburst%20Theme/base-cachekey2280.css" />
            <!--[if lt IE 8]>    
    <BLANKLINE>
        <link rel="stylesheet" type="text/css" media="screen" href="http://localhost/plone/portal_css/Sunburst%20Theme/IEFixes-cachekey7039.css" />
            <![endif]-->
    <BLANKLINE>
        <link rel="stylesheet" type="text/css" media="all" href="http://localhost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey0352.css" />
    <BLANKLINE>
    <BLANKLINE>
        <link rel="kinetic-stylesheet" type="text/css" href="http://localhost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey6699.kss" />
        <link rel="kinetic-stylesheet" type="text/css" href="http://localhost/plone/portal_kss/Sunburst%20Theme/at-cachekey0329.kss" />
    <BLANKLINE>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey5044.js"></script>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey0097.js"></script>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey8230.js"></script>
           <!--[if lt IE 8]>
    <BLANKLINE>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/IE8-cachekey6519.js"></script>
           <![endif]-->
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <title>Root Index &mdash; Portal Title</title>
    <BLANKLINE>
        <link rel="author" href="http://localhost/plone/author/test_user_1_" title="Author information" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="shortcut icon" type="image/x-icon" href="http://localhost/plone/favicon.ico" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="home" href="http://localhost/plone" title="Front page" />
    <BLANKLINE>
        <link rel="contents" href="http://localhost/plone/sitemap" title="Site Map" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="search" href="http://localhost/plone/search_form" title="Search this site" />
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <meta name="viewport" content="width=320; initial-scale=0.6666; maximum-scale=1.0; minimum-scale=0.6666" />
        <meta name="generator" content="Plone - http://plone.org" />
    </head>
    <BLANKLINE>
    <!-- TODO: Can we do this in the @@plone view? -->
    <body class="section-simple_btree_folder template-default_error_message" dir="ltr">
    <BLANKLINE>
    <div id="visual-portal-wrapper">
    <BLANKLINE>
            <div id="portal-top" class="row">
    <div class="cell width-full position-0"> <!-- TODO: Temporary, this one should be in the template that is inserted -->
                <div id="portal-header">
        <p class="hiddenStructure">
      <a accesskey="2" href="http://localhost/plone/simple_btree_folder/index_html#documentContent">Skip to content.</a> |
    <BLANKLINE>
      <a accesskey="6" href="http://localhost/plone/simple_btree_folder/index_html#portlet-navigation-tree">Skip to navigation</a>
    </p>
    <BLANKLINE>
    <div id="portal-searchbox">
        <form name="searchform" action="http://localhost/plone/search">
    <BLANKLINE>
            <label for="searchGadget" class="hiddenStructure">Search Site</label>
    <BLANKLINE>
            <div class="LSBox">
            <input name="SearchableText" type="text" size="18" title="Search Site" accesskey="4" class="inputLabel" id="searchGadget" />
    <BLANKLINE>
            <input class="searchButton" type="submit" value="Search" />
    <BLANKLINE>
            <div class="searchSection">
                <input id="searchbox_currentfolder_only" class="noborder" type="checkbox" name="path" value="/plone/simple_btree_folder" />
                <label for="searchbox_currentfolder_only" style="cursor: pointer">
                    only in current section
                </label>
            </div>
    <BLANKLINE>
            <div class="LSResult" id="LSResult" style=""><div class="LSShadow" id="LSShadow"></div></div>
            </div>
        </form>
    <BLANKLINE>
        <div id="portal-advanced-search" class="hiddenStructure">
            <a href="http://localhost/plone/search_form" accesskey="5">
                Advanced Search&hellip;
            </a>
        </div>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <a id="portal-logo" accesskey="1" href="http://localhost/plone">
        <img src="http://localhost/plone/logo.png" alt="" title="" height="56" width="215" /></a>
    <BLANKLINE>
    <BLANKLINE>
        <h5 class="hiddenStructure">Sections</h5>
    <BLANKLINE>
        <ul id="portal-globalnav"><li id="portaltab-index_html" class="plain"><a href="http://localhost/plone" title="">Home</a></li><li id="portaltab-news" class="plain"><a href="http://localhost/plone/news" title="Site News">News</a></li><li id="portaltab-events" class="plain"><a href="http://localhost/plone/events" title="Site Events">Events</a></li><li id="portaltab-Members" class="plain"><a href="http://localhost/plone/Members" title="Container for users' home directories">Users</a></li><li id="portaltab-test_document" class="plain"><a href="http://localhost/plone/test_document" title="">Root Document</a></li><li id="portaltab-simple_folder" class="plain"><a href="http://localhost/plone/simple_folder" title="">simple_folder</a></li><li id="portaltab-simple_btree_folder" class="selected"><a href="http://localhost/plone/simple_btree_folder" title="">simple_btree_folder</a></li></ul>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <div id="portal-personaltools-wrapper">
    <BLANKLINE>
    <h5 class="hiddenStructure">Personal tools</h5>
    <BLANKLINE>
    <dl class="actionMenu" id="portal-personaltools">
       <!-- TODO: Can we nest these in a better way? -->
      <dt class="actionMenuHeader">
        <!-- The following a-tag needs to be clicked to dropdown the menu -->
        <a id="user-name" href="http://localhost/plone/dashboard">test_user_1_</a>
      </dt>
      <dd class="actionMenuContent">
        <ul>
            <li>
                <a href="http://localhost/plone/dashboard">Dashboard</a>
            </li>
        </ul>
        <ul>
            <li>
                <a href="http://localhost/plone/plone_memberprefs_panel">Preferences</a>
            </li>
        </ul>
        <ul>
            <li>
                <a href="http://localhost/plone/plone_control_panel">Site Setup</a>
            </li>
        </ul>
        <ul>
            <li>
                <a href="http://localhost/plone/logout">Log out</a>
            </li>
        </ul>
      </dd>
    <BLANKLINE>
    </dl>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <div id="portal-breadcrumbs">
    <BLANKLINE>
        <span id="breadcrumbs-you-are-here">You
    are here:</span>
        <span id="breadcrumbs-home">
            <a href="http://localhost/plone">Home</a>
            <span class="breadcrumbSeparator">
                &rsaquo;
    <BLANKLINE>
            </span>
        </span>
        <span id="breadcrumbs-1" dir="ltr">
    <BLANKLINE>
                <a href="http://localhost/plone/simple_btree_folder">simple_btree_folder</a>
                <span class="breadcrumbSeparator">
                    &rsaquo;
    <BLANKLINE>
                </span>
    <BLANKLINE>
    <BLANKLINE>
        </span>
        <span id="breadcrumbs-2" dir="ltr">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                <span id="breadcrumbs-current">Root Index</span>
    <BLANKLINE>
        </span>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    </div>
            </div>
        <div id="portal-columns" class="row">
    <BLANKLINE>
            <!-- TODO: There is probably be a more elegant way to do this ;) -->
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div id="portal-column-content" class="cell width-full position-0">
    <BLANKLINE>
                <div class="">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                    <div id="region-content" class="documentContent">
    <BLANKLINE>
                        <a name="documentContent"></a>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        <dl class="portalMessage info" id="kssPortalMessage" style="display:none">
            <dt>Info</dt>
            <dd></dd>
        </dl>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                        <div id="viewlet-above-content"><div id="plone-lock-status">
    <BLANKLINE>
    </div>
    </div>
    <BLANKLINE>
    <BLANKLINE>
                            <div id="content">
    <BLANKLINE>
    <BLANKLINE>
                                <div id="content">
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            <div>
    <BLANKLINE>
                <h1 class="documentFirstHeading">
                    We&#8217;re sorry, but there seems to be an error&hellip;
                </h1>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                    <p>
                    Since you are a site administrator, you can
                    <span> <a href="http://localhost/plone/error_log/showEntry?id=1257993545.770.955858628469">see the full error message</a> </span>
                    </p>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            </div>
    <BLANKLINE>
    <BLANKLINE>
    </div>
                            </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
                    </div>
                </div>
    <BLANKLINE>
            </div>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        </div>
    <BLANKLINE>
    <div class="visualClear"></div> <!-- TODO: Temporary workaround -->
    <BLANKLINE>
        <!-- TODO: Can we do this in the @@plone view? -->
        <div class="row">
            <a class="managePortletsFallback" href="http://localhost/plone/simple_btree_folder/index_html/@@manage-portlets">
                Manage portlets
            </a>
        </div>
    <BLANKLINE>
    <BLANKLINE>
    <div class="row"> <!-- TODO: Also temporary, should be in the proper template -->
        <div class="cell width-full position-0">
            <div id="portal-footer">
    <BLANKLINE>
    <p>
    <BLANKLINE>
        The
        <a href="http://plone.org">Plone<sup>&reg;</sup> CMS &mdash; Open Source Content Management System</a>
        is
        <acronym title="Copyright">&copy;</acronym>
        2000-2009
        by the
        <a href="http://plone.org/foundation">Plone Foundation</a>
        et al.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    <p>
    <BLANKLINE>
        Plone<sup>&reg;</sup> and the Plone logo are registered trademarks of the
            <a href="http://plone.org/foundation">Plone Foundation</a>.
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
        Distributed under the
            <a href="http://creativecommons.org/licenses/GPL/2.0/">GNU GPL license</a>.
    <BLANKLINE>
    </p>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <div id="portal-colophon">
    <BLANKLINE>
    <div class="colophonWrapper">
    <ul>
      <li>
        <a href="http://plone.org" title="This site was built using Plone CMS, the Open Source Content Management System. Click for more information.">
          Powered by Plone</a>
      </li>
    </ul>
    </div>
    </div>
    <BLANKLINE>
    <ul id="portal-siteactions">
    <BLANKLINE>
        <li id="siteaction-sitemap"><a href="http://localhost/plone/sitemap" accesskey="3" title="Site Map">Site Map</a></li>
        <li id="siteaction-accessibility"><a href="http://localhost/plone/accessibility-info" accesskey="0" title="Accessibility">Accessibility</a></li>
        <li id="siteaction-contact"><a href="http://localhost/plone/contact-info" accesskey="9" title="Contact">Contact</a></li>
    </ul>
    <BLANKLINE>
    <BLANKLINE>
        </div>
    </div>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    <BLANKLINE>
    <!-- TODO: This needs to go away. -->
    <!-- <div id="kss-spinner"><img tal:attributes="src string:${portal_url}/spinner.png" alt="" /></div> -->
    <BLANKLINE>
    </body>
    </html>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/traversal.txt", line 354, in traversal.txt
Failed example:
    print folder.index_html.getText()
Expected:
    <p>Simple BTree Folder Index</p>
Got:
    <BLANKLINE>

  Ran 711 tests with 9 failures and 2 errors in 1 minutes 20.304 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.368 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 742 tests, 9 failures, 2 errors in 1 minutes 34.503 seconds.
Failed to import ZPsycopgDA
Failed to import ZMySQLDA
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.579 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.051 seconds.
Running Products.Archetypes.tests.layer.ZCML tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.163 seconds.
  Set up Products.Archetypes.tests.layer.ZCML in 0.171 seconds.
  Ran 39 tests with 0 failures and 0 errors in 1.025 seconds.
Running Products.Archetypes.tests.layer.ArchetypesSite tests:
  Set up Products.Archetypes.tests.layer.ArchetypesSite in 2.096 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)
  Ran 511 tests with 0 failures and 0 errors in 41.154 seconds.
Running Products.CMFTestCase.layer.ZCML tests:
  Tear down Products.Archetypes.tests.layer.ArchetypesSite in 0.067 seconds.
  Tear down Products.Archetypes.tests.layer.ZCML in 0.004 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.000 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 1.853 seconds.
  Ran 20 tests with 0 failures and 0 errors in 0.111 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.841 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.162 seconds.
  Ran 9 tests with 0 failures and 0 errors in 1.103 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.744 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.357 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)
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/docutils-0.5-py2.6.egg/docutils/parsers/rst/__init__.py:178: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message = message
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/docutils-0.5-py2.6.egg/docutils/parsers/rst/states.py:2046: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  directive_error.message)
  Ran 28 tests with 0 failures and 0 errors in 0.175 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 662 tests, 1 failures, 0 errors in 58.395 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.140 seconds.
  Ran 412 tests with 0 failures and 0 errors in 2.399 seconds.
Running Products.CMFCore.testing.FunctionalZCMLLayer tests:
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.168 seconds.
  Ran 55 tests with 0 failures and 0 errors in 0.122 seconds.
Running Products.CMFCalendar.testing.FunctionalLayer tests:
  Set up Products.CMFCalendar.testing.FunctionalLayer in 0.324 seconds.
  Ran 24 tests with 0 failures and 0 errors in 1.526 seconds.
Running Products.CMFCore.testing.EventZCMLLayer tests:
  Tear down Products.CMFCalendar.testing.FunctionalLayer in 0.028 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
  Set up Products.CMFCore.testing.EventZCMLLayer in 0.001 seconds.
  Ran 24 tests with 0 failures and 0 errors in 0.581 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.766 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.632 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.152 seconds.
  Set up Products.CMFDefault.testing.FunctionalLayer in 0.239 seconds.
  Ran 89 tests with 0 failures and 0 errors in 5.127 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.185 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.027 seconds.
Running Products.CMFUid.testing.UidEventZCMLLayer tests:
  Tear down Products.CMFTopic.testing.FunctionalLayer in 0.027 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.330 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.864 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.048 seconds.
  Ran 206 tests with 0 failures and 0 errors in 0.827 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 605 tests with 0 failures and 0 errors in 1.304 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.218 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.939 seconds.
  Ran 27 tests with 0 failures and 0 errors in 0.057 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.ZCML in 2.331 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.419 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.630 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.248 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Tear down Products.CMFDiffTool.tests.BaseTestCase.CMFDiffToolLayer in 0.382 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.006 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 1.703 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 1.528 seconds.
  Ran 20 tests with 0 failures and 0 errors in 0.392 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.CMFTestCase.layer.CMFSite in 0.069 seconds.
  Tear down Products.CMFTestCase.layer.ZCML in 0.003 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 10 tests with 0 failures and 0 errors in 0.005 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 204 tests, 0 failures, 0 errors in 1 minutes 12.701 seconds.
Test-module import failures:

Module: plone.app.viewletmanager.tests.test_exportimport

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/plone.app.viewletmanager/plone/app/viewletmanager/tests/test_exportimport.py", line 13, in <module>
    from Products.CMFPlone.setuphandlers import PloneGenerator
ImportError: cannot import name PloneGenerator


Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.671 seconds.
  Ran 126 tests with 0 failures and 0 errors in 0.779 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Products.CMFTestCase.layer.ZCML in 3.170 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 0.228 seconds.
  Ran 53 tests with 0 failures and 0 errors in 2.652 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.004 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 1.688 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.464 seconds.


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 0xd7cd8c0>,
       'default': <object object at 0x2ab9dc093760>,
       '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 0x587d0d0>,
       'view': <plone.app.form.widgets.wysiwygwidget.WYSIWYGWidget object at 0xd7ec390>,
       'views': <zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object at 0xd7ec490>}
  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 9 failures and 1 errors in 4 minutes 53.112 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.733 seconds.
Running plone.app.customerize.tests.layer.PloneCustomerize tests:
  Tear down plone.app.contentrules.tests.test_configuration.TestContentrulesGSLayer in 0.000 seconds.
  Set up plone.app.customerize.tests.layer.PloneCustomerize in 0.000 seconds.


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

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



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

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

  Ran 27 tests with 2 failures and 0 errors in 1 minutes 1.842 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.305 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.731 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 24.425 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.053 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.416 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.015 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite 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.

Test-modules with import problems:
  plone.app.viewletmanager.tests.test_exportimport
Total: 2316 tests, 12 failures, 1 errors in 6 minutes 43.513 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.430 seconds.
  Ran 165 tests with 0 failures and 0 errors in 0.615 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 2.282 seconds.
  Ran 34 tests with 0 failures and 0 errors in 0.216 seconds.
Running Products.PlonePAS.tests.layer.PlonePASLayer tests:
  Set up Products.PloneTestCase.layer.PloneSite in 4.171 seconds.
  Set up Products.PlonePAS.tests.layer.PlonePASLayer in 0.000 seconds.
  Ran 152 tests with 0 failures and 0 errors in 1.852 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.352 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.762 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 722 tests, 0 failures, 0 errors in 12.453 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.406 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.310 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.422 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.133 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 1.001 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.054 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.373 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 15.447 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 26.076 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.925 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.290 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.390 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.189 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.817 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 5.976 seconds.
  Ran 23 tests with 0 failures and 0 errors in 4.000 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 0x2ba8d74cd760>,
           'here': <UnauthorizedBinding: context>,
           'loop': {},
           'nothing': None,
           'options': {'args': (), 'workflow_id': 'folder_workflow'},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x7ed6518>,
           '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.281 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.366 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 34 tests, 1 failures, 0 errors in 12.911 seconds.
Running Products.CMFTestCase.layer.CMFSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.225 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 0.370 seconds.
  Set up Products.CMFTestCase.layer.CMFSite in 0.207 seconds.
  Ran 58 tests with 0 failures and 0 errors in 0.228 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: Thu, 12 Nov 2009 02:50:09 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: Thu, 12 Nov 2009 02:50:09 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.766125318355-0.585307383539-00105A989226:1257994209.777
      <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: Thu, 12 Nov 2009 02:50:09 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.766125318355-0.585307383539-00105A989226:1257994209.777
      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: Thu, 12 Nov 2009 02:50:09 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: Thu, 12 Nov 2009 02:50:09 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: Thu, 12 Nov 2009 02:50:09 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: Thu, 12 Nov 2009 02:50:09 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.049 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.408 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.353 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.340 seconds.
  Ran 36 tests with 0 failures and 0 errors in 4.145 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.367 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.443 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.348 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.516 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.334 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.371 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.425 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.359 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.511 seconds.
  Ran 239 tests with 0 failures and 0 errors in 21.399 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.380 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.005 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 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 30.517 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.109 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.407 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.363 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.343 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.168 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.367 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.543 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.410 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.323 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.367 seconds.
  Set up Products.contentmigration.tests.layer.TestLayer in 0.002 seconds.
  Ran 18 tests with 0 failures and 0 errors in 5.757 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.371 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.898 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.380 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.773 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.510 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.386 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Ran 8 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 382 tests, 4 failures, 5 errors in 28.490 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.820 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.944 seconds.
  Set up archetypes.referencebrowserwidget.tests.base.layer in 0.000 seconds.
  Ran 43 tests with 0 failures and 0 errors in 9.299 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.375 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.929 seconds.
Running archetypes.schemaextender.tests.testIntegration.layer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.327 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.318 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.716 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.241 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.373 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 12.416 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.768 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.262 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.057 seconds.
  Ran 29 tests with 0 failures and 0 errors in 0.158 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.027 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.902 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.971 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.324 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.375 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 54.401 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 51.531 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.358 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 54.979 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.950 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.338 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.240 seconds.
  Set up plone.app.folder.tests.layer.IntegrationLayer in 0.470 seconds.
  Ran 9 tests with 0 failures and 0 errors in 2.165 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.440 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.369 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.552 seconds.
Running plone.app.imaging.tests.layer.ImagingLayer tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.953 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.338 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.340 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.902 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.378 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.461 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.427 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.345 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.378 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.367 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
Total: 0 tests, 0 failures, 0 errors in 0.000 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.420 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.325 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.359 seconds.
  Ran 3 tests with 0 failures and 0 errors in 1.151 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.356 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.450 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.341 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.362 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.809 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.371 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.172 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.426 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.347 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.587 seconds.
  Ran 41 tests with 0 failures and 0 errors in 0.386 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.367 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.004 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
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.945 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 2.322 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)


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/renderer.txt", line 34, in renderer.txt
Failed example:
    print  xstrip(renderer())
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 renderer.txt[line 34, example 17]>", line 1, in <module>
        print  xstrip(renderer())
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
        from lxml import etree
    ImportError: No module named lxml
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/renderer.txt", line 39, in renderer.txt
Failed example:
    print xstrip(renderer())
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 renderer.txt[line 39, example 19]>", line 1, in <module>
        print xstrip(renderer())
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
        from lxml import etree
    ImportError: No module named lxml
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/renderer.txt", line 45, in renderer.txt
Failed example:
    print xstrip(renderer())
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 renderer.txt[line 45, example 21]>", line 1, in <module>
        print xstrip(renderer())
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
        from lxml import etree
    ImportError: No module named lxml



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/renderer.txt", line 34, in renderer.txt
Failed example:
    print  xstrip(renderer())
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 renderer.txt[line 34, example 17]>", line 1, in <module>
        print  xstrip(renderer())
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
        from lxml import etree
    ImportError: No module named lxml
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/renderer.txt", line 39, in renderer.txt
Failed example:
    print xstrip(renderer())
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 renderer.txt[line 39, example 19]>", line 1, in <module>
        print xstrip(renderer())
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
        from lxml import etree
    ImportError: No module named lxml
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/renderer.txt", line 45, in renderer.txt
Failed example:
    print xstrip(renderer())
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 renderer.txt[line 45, example 21]>", line 1, in <module>
        print xstrip(renderer())
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
        from lxml import etree
    ImportError: No module named lxml

  Ran 16 tests with 2 failures and 0 errors in 0.060 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.229 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)


Error in test test_cacheIsUsed (wicked.at.tests.test_cache.TestLinkCache)
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/wicked/wicked/at/tests/test_cache.py", line 50, in test_cacheIsUsed
    value = self.getRenderedWickedField(self.page1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testDupLocalTitleMatchesOldest (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 127, in testDupLocalTitleMatchesOldest
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testDupRemoteIdMatchesOldest (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 148, in testDupRemoteIdMatchesOldest
    self.failIfWickedLink(self.page1, w2)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 94, in failIfWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testDupRemoteTitleMatchesOldest (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 178, in testDupRemoteTitleMatchesOldest
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactLocalTitleNotBlockLocalTitle (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 90, in testInexactLocalTitleNotBlockLocalTitle
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactRemoteTitleNotBlockRemoteId (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 102, in testInexactRemoteTitleNotBlockRemoteId
    self.failUnlessWickedLink(w3, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactRemoteTitleNotBlockRemoteTitle (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 114, in testInexactRemoteTitleNotBlockRemoteTitle
    self.failUnlessWickedLink(w3, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactTitleNotBlockLocalId (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 81, in testInexactTitleNotBlockLocalId
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactTitleNotMatch (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 72, in testInexactTitleNotMatch
    self.failIfWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 94, in failIfWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testLinkPersistsThroughMove (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 196, in testLinkPersistsThroughMove
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testforlink (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 60, in testforlink
    self.failUnlessWickedLink(self.page1, self.page2)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testformultiplelinks (wicked.at.tests.test_linking.TestWikiLinking)
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/wicked/wicked/at/tests/test_linking.py", line 64, in testformultiplelinks
    self.failUnlessAddLink(self.page1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 88, in failUnlessAddLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test test_create_titlechange (wicked.at.tests.test_linking.TestLinkNormalization)
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/wicked/wicked/at/tests/test_linking.py", line 274, in test_create_titlechange
    self.failUnlessWickedLink(self.page1, self.newpage)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactLocalTitleNotBlockRemoteId (wicked.at.tests.test_linking.TestRemoteLinking)
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/wicked/wicked/at/tests/test_linking.py", line 328, in testInexactLocalTitleNotBlockRemoteId
    self.failUnlessWickedLink(w3, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactLocalTitleNotBlockRemoteTitle (wicked.at.tests.test_linking.TestRemoteLinking)
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/wicked/wicked/at/tests/test_linking.py", line 316, in testInexactLocalTitleNotBlockRemoteTitle
    self.failUnlessWickedLink(w3, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testLocalIdBeatsRemoteId (wicked.at.tests.test_linking.TestRemoteLinking)
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/wicked/wicked/at/tests/test_linking.py", line 293, in testLocalIdBeatsRemoteId
    self.failIfWickedLink(w2, self.page1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 94, in failIfWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testLocalTitleBeatsRemoteId (wicked.at.tests.test_linking.TestRemoteLinking)
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/wicked/wicked/at/tests/test_linking.py", line 304, in testLocalTitleBeatsRemoteId
    self.failUnlessWickedLink(w2, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml

  Ran 23 tests with 0 failures and 17 errors in 6.042 seconds.
Running wicked.at.tests.test_scope.Scoped tests:
  Set up wicked.at.tests.test_scope.Scoped in 0.000 seconds.


Error in test test_insideScope (wicked.at.tests.test_scope.TestWickedScope)
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/wicked/wicked/at/tests/test_scope.py", line 69, in test_insideScope
    self.failUnlessWickedLink(w1, self.page1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test test_outsideScope (wicked.at.tests.test_scope.TestWickedScope)
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/wicked/wicked/at/tests/test_scope.py", line 77, in test_outsideScope
    self.failIfWickedLink(w1, self.page1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 94, in failIfWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml

  Ran 3 tests with 0 failures and 2 errors in 0.687 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.


Error in test test_cacheIsUsed (wicked.plone.tests.TestLinkCache_SelectiveATCT)
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/wicked/wicked/at/tests/test_cache.py", line 50, in test_cacheIsUsed
    value = self.getRenderedWickedField(self.page1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testDupLocalTitleMatchesOldest (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 127, in testDupLocalTitleMatchesOldest
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testDupRemoteIdMatchesOldest (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 148, in testDupRemoteIdMatchesOldest
    self.failIfWickedLink(self.page1, w2)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 94, in failIfWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testDupRemoteTitleMatchesOldest (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 178, in testDupRemoteTitleMatchesOldest
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactLocalTitleNotBlockLocalTitle (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 90, in testInexactLocalTitleNotBlockLocalTitle
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactRemoteTitleNotBlockRemoteId (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 102, in testInexactRemoteTitleNotBlockRemoteId
    self.failUnlessWickedLink(w3, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactRemoteTitleNotBlockRemoteTitle (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 114, in testInexactRemoteTitleNotBlockRemoteTitle
    self.failUnlessWickedLink(w3, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactTitleNotBlockLocalId (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 81, in testInexactTitleNotBlockLocalId
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactTitleNotMatch (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 72, in testInexactTitleNotMatch
    self.failIfWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 94, in failIfWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testLinkPersistsThroughMove (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 196, in testLinkPersistsThroughMove
    self.failUnlessWickedLink(self.page1, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testforlink (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 60, in testforlink
    self.failUnlessWickedLink(self.page1, self.page2)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testformultiplelinks (wicked.plone.tests.TestWikiLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 64, in testformultiplelinks
    self.failUnlessAddLink(self.page1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 88, in failUnlessAddLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test test_create_titlechange (wicked.plone.tests.TestLinkNormalization_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 274, in test_create_titlechange
    self.failUnlessWickedLink(self.page1, self.newpage)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactLocalTitleNotBlockRemoteId (wicked.plone.tests.TestRemoteLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 328, in testInexactLocalTitleNotBlockRemoteId
    self.failUnlessWickedLink(w3, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testInexactLocalTitleNotBlockRemoteTitle (wicked.plone.tests.TestRemoteLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 316, in testInexactLocalTitleNotBlockRemoteTitle
    self.failUnlessWickedLink(w3, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testLocalIdBeatsRemoteId (wicked.plone.tests.TestRemoteLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 293, in testLocalIdBeatsRemoteId
    self.failIfWickedLink(w2, self.page1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 94, in failIfWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml



Error in test testLocalTitleBeatsRemoteId (wicked.plone.tests.TestRemoteLinking_SelectiveATCT)
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/wicked/wicked/at/tests/test_linking.py", line 304, in testLocalTitleBeatsRemoteId
    self.failUnlessWickedLink(w2, w1)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 102, in failUnlessWickedLink
    text = self.getRenderedWickedField(doc)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/at/tests/wickedtestcase.py", line 74, in getRenderedWickedField
    return self.strip(text)
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/wicked/wicked/testing/xml.py", line 66, in lxmlstrip
    from lxml import etree
ImportError: No module named lxml

  Ran 22 tests with 0 failures and 17 errors in 6.812 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.851 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down wicked.plone.tests.ZCMLLayer in 0.389 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.017 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 106 tests, 2 failures, 36 errors in 24.612 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
Failing tests in wicked

Total time elapsed: 1232.395 seconds

Grand total: 96 packages, 15 failures


FAILED (96 packages, 15 failures)




More information about the Testbot mailing list