[Testbot] FAILED (failures=1, errors=1) : ATCT-trunk Plone-trunk Zope-trunk Python-2.6.2

ATContentTypes Tests plone-tests at epy.co.at
Sun Jul 19 03:03:33 UTC 2009


ATContentTypes Tests : FAILED (failures=1, errors=1) 
ATCT-trunk Plone-trunk Zope-trunk 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.966 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 7.581 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 2.192 seconds.


Error 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-zope213-cmf22-plone50/src/Products.ATContentTypes/Products/ATContentTypes/tests/test_calendar.py", line 127, in testCalendarInfo
    view = getMultiAdapter((self.portal, request), name='ics_view')
  File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone50/eggs/zope.component-3.7.0-py2.6.egg/zope/component/_api.py", line 111, in getMultiAdapter
    raise ComponentLookupError(objects, interface, name)
ComponentLookupError: ((<PloneSite at /plone>, <zope.publisher.browser.TestRequest instance URL=http://127.0.0.1>), <InterfaceClass zope.interface.Interface>, 'ics_view')



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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213-cmf22-plone50/src/Products.ATContentTypes/Products/ATContentTypes/tests/http_access.txt", line 315, 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 206 Partial Content
    Accept-Ranges: bytes
    Content-Length: 5
    Content-Range: bytes 0-4/905
    Content-Type: image/gif
    Last-Modified: Sun, 19 Jul 2009 02:26:31 GMT
    Set-Cookie: I18N_LANGUAGE="en"; Path=/
    <BLANKLINE>
    GIF89

  Ran 679 tests with 1 failures and 1 errors in 54.452 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.149 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.

FAILED (failures=1, errors=1) 




More information about the Testbot mailing list