[Testbot] FAILED (failures=7, errors=2) : ATCT-2.0 Plone-4.0 Zope-2.12 Python-2.6.2

ATContentTypes Tests plone-tests at epy.co.at
Sun Oct 18 03:11:53 UTC 2009


ATContentTypes Tests : FAILED (failures=7, errors=2) 
ATCT-2.0 Plone-4.0 Zope-2.12 Python-2.6.2

Running /usr/local/python2.6/bin/python ./bin/test -q --no-color --no-progress --package Products.ATContentTypes
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 1.336 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.300 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 4.985 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

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


Error in test test_schema_marshall (Products.ATContentTypes.tests.test_atfile.TestSiteATFile)
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_atfile.py", line 72, in test_schema_marshall
    marshall = schema.getLayerImpl('marshall')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/Layer.py", line 29, in getLayerImpl
    return self._layers[name]
KeyError: 'marshall'



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-10-18.3839356446/atct_edit



Failure 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 201, in test_exif_upload
    self.failUnless(len(atct.getEXIF()), atct.getEXIF())
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 325, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: {}



Error in test test_schema_marshall (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 173, in test_schema_marshall
    marshall = schema.getLayerImpl('marshall')
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/Layer.py", line 29, in getLayerImpl
    return self._layers[name]
KeyError: 'marshall'



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 178, in webdav.txt
Failed example:
    print file.Title()
Expected:
    test-file
Got:
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 182, in webdav.txt
Failed example:
    len(str(file.getFile())), len(input.read())
Expected:
    (145, 145)
Got:
    (0, 145)
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 185, in webdav.txt
Failed example:
    file.getFile().data == input.read()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 188, in webdav.txt
Failed example:
    print file.getContentType()
Expected:
    application/zip
Got:
    text/plain
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 210, in webdav.txt
Failed example:
    print file.Title()
Expected:
    test-file.zip
Got:
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 213, in webdav.txt
Failed example:
    print file.getContentType()
Expected:
    application/zip
Got:
    text/plain
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 240, in webdav.txt
Failed example:
    print file.Title()
Expected:
    test-file1.sxw
Got:
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 244, in webdav.txt
Failed example:
    len(str(file.getFile())), len(input.read())
Expected:
    (9241, 9241)
Got:
    (0, 9241)
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 248, in webdav.txt
Failed example:
    file.getFile().data == input.read()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 251, in webdav.txt
Failed example:
    print file.getContentType()
Expected:
    application/vnd.sun.xml.writer
Got:
    text/plain
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 278, in webdav.txt
Failed example:
    print file.Title()
Expected:
    test-file2
Got:
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 282, in webdav.txt
Failed example:
    len(str(file.getFile())), len(input.read())
Expected:
    (9241, 9241)
Got:
    (0, 9241)
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 286, in webdav.txt
Failed example:
    file.getFile().data == input.read()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 319, in webdav.txt
Failed example:
    print file.Title()
Expected:
    test-file3
Got:
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 323, in webdav.txt
Failed example:
    len(str(file.getFile())), len(input.read())
Expected:
    (9241, 9241)
Got:
    (0, 9241)
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 327, in webdav.txt
Failed example:
    file.getFile().data == input.read()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 330, in webdav.txt
Failed example:
    print file.getContentType()
Expected:
    application/vnd.sun.xml.writer
Got:
    text/plain
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 360, in webdav.txt
Failed example:
    print image.Title()
Expected:
    test-image
Got:
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 364, in webdav.txt
Failed example:
    len(str(image.getImage().data)), len(input.read())
Expected:
    (905, 905)
Got:
    (0, 905)
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 367, in webdav.txt
Failed example:
    image.getImage().data == input.read()
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 370, in webdav.txt
Failed example:
    print image.getContentType()
Expected:
    image/gif
Got:
    text/plain
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 392, in webdav.txt
Failed example:
    print image.Title()
Expected:
    test-image.gif
Got:
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 395, in webdav.txt
Failed example:
    print image.getContentType()
Expected:
    image/gif
Got:
    text/plain
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 419, in webdav.txt
Failed example:
    print image.Title()
Expected:
    test my image.gif
Got:
    <BLANKLINE>
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 422, in webdav.txt
Failed example:
    print image.getContentType()
Expected:
    image/gif
Got:
    text/plain
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/webdav.txt", line 643, in webdav.txt
Failed example:
    print image.Title()
Expected:
    Foto do Parana.jpg
Got:
    <BLANKLINE>



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 249, in http_access.txt
Failed example:
    print http(r"""
    HEAD /%s HTTP/1.1
    Authorization: Basic %s:%s
    """ % (imgpath, user_name, user_password))
Expected:
    HTTP/1.1 200 OK
    Accept-Ranges: none
    Connection: close
    Content-Length: 905
    Content-Type: image/gif
    Date: ...
    Etag: ts...
    Last-Modified: ...
    <BLANKLINE>
Got:
    HTTP/1.1 200 OK
    Accept-Ranges: none
    Connection: close
    Content-Length: 0
    Content-Type: text/plain
    Date: Sun, 18 Oct 2009 02:37:08 GMT
    Etag: ts55833427.87
    Last-Modified: Sun, 18 Oct 2009 02:37:07 GMT
    Set-Cookie: I18N_LANGUAGE="en"; Path=/
    <BLANKLINE>
----------------------------------------------------------------------
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-Length: 0
    Content-Type: text/plain
    Last-Modified: Sun, 18 Oct 2009 02:37:07 GMT
    Set-Cookie: I18N_LANGUAGE="en"; Path=/
    <BLANKLINE>
----------------------------------------------------------------------
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-Length: 0
    Content-Type: text/plain
    Last-Modified: Sun, 18 Oct 2009 02:37:07 GMT
    Set-Cookie: I18N_LANGUAGE="en"; Path=/
    <BLANKLINE>
----------------------------------------------------------------------
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-Length: 0
    Content-Type: text/plain
    Last-Modified: Sun, 18 Oct 2009 02:37:08 GMT
    Set-Cookie: I18N_LANGUAGE="en"; Path=/
    <BLANKLINE>
----------------------------------------------------------------------
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-Length: 0
    Content-Type: text/plain
    Last-Modified: Sun, 18 Oct 2009 02:37:08 GMT
    Set-Cookie: I18N_LANGUAGE="en"; Path=/
    <BLANKLINE>
----------------------------------------------------------------------
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-Length: 0
    Content-Type: text/plain
    Last-Modified: Sun, 18 Oct 2009 02:37:08 GMT
    Set-Cookie: I18N_LANGUAGE="en"; Path=/
    <BLANKLINE>



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: 11162
    Content-Type: text/html;charset=utf-8
    Date: Sun, 18 Oct 2009 02:37:12 GMT
    Expires: Sat, 1 Jan 2000 00:00:00 GMT
    Set-Cookie: I18N_LANGUAGE="en"; Path=/
    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>
    <!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>
    <!-- TODO: Can we do this in the @@plone view? -->
    <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>
    	
    		<base href="http://localhost/plone/simple_btree_folder/index_html" /><!--[if lt IE 7]></base><![endif]-->
    	
    <BLANKLINE>
    	
    <BLANKLINE>
    <link rel="kss-base-url" href="http://localhost/plone/simple_btree_folder/index_html/" />
    <BLANKLINE>
    <BLANKLINE>
        <style type="text/css" media="screen">@import url(http://localhost/plone/portal_css/Sunburst%20Theme/member-cachekey6184.css);</style>
        <style type="text/css">@import url(http://localhost/plone/portal_css/Sunburst%20Theme/base-cachekey3243.css);</style>
            <!--[if lt IE 8]>    
    <BLANKLINE>
        <style type="text/css" media="screen">@import url(http://localhost/plone/portal_css/Sunburst%20Theme/IEFixes-cachekey1203.css);</style>
            <![endif]-->
    <BLANKLINE>
        <style type="text/css" media="all">@import url(http://localhost/plone/portal_css/Sunburst%20Theme/ploneCustom-cachekey1818.css);</style>
    <BLANKLINE>
    <BLANKLINE>
        <link rel="kinetic-stylesheet" type="text/css" href="http://localhost/plone/portal_kss/Sunburst%20Theme/resourcetinymce.ksstinymce-cachekey0047.kss" />
        <link rel="kinetic-stylesheet" type="text/css" href="http://localhost/plone/portal_kss/Sunburst%20Theme/at-cachekey9159.kss" />
    <BLANKLINE>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/jquery-cachekey7581.js"></script>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/dropdown-cachekey8248.js"></script>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/sarissa-cachekey2912.js"></script>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/resourcebase2-dom-fp-cachekey4885.js"></script>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/resourcekukit-cachekey1001.js"></script>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/tiny_mce-cachekey3130.js"></script>
           <!--[if lt IE 8]>
    <BLANKLINE>
        <script type="text/javascript" src="http://localhost/plone/portal_javascripts/Sunburst%20Theme/IE8-cachekey9607.js"></script>
           <![endif]-->
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <title>Root Index &mdash; Portal Title</title>
    	
        <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>
    	<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 ;) -->
    		
    		
    		
    		<div id="portal-column-content" class="cell width-full position-0">
    <BLANKLINE>
    			<div class="">
    <BLANKLINE>
    				
    <BLANKLINE>
    				<div id="region-content" class="documentContent">
    <BLANKLINE>
    					<a name="documentContent"></a>
    <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>
    					
    						<div id="content">
    								
    							
    							<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=1255833432.10.613753710791">see the full error message</a> </span>
                    </p>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
            </div>
    <BLANKLINE>
    <BLANKLINE>
    </div>
    						</div>
    					
    <BLANKLINE>
    					
    						
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    <BLANKLINE>
    					
    				</div>
    			</div>
    		
    		</div>
    <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>
    	
    <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>
    <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>
    	</div>
    </div>
    	
    <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 7 failures and 2 errors in 1 minutes 23.286 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.366 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.

FAILED (failures=7, errors=2) 




More information about the Testbot mailing list