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

ATContentTypes Tests plone-tests at epy.co.at
Thu Feb 5 06:49:51 UTC 2009


ATContentTypes Tests : FAILED (failures=1) 
ATCT-trunk Plone-trunk Zope-trunk Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/test --package Products.ATContentTypes
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 3.453 seconds.
  Set up Products.PloneTestCase.layer.ZCML/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/kss.core/kss/core/kssview.py:46: DeprecationWarning: ISite is deprecated. Moved to zope.location.interfaces. Importing from here will stop working in Zope 3.6
  from zope.app.component.interfaces import ISite
/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/plone.app.vocabularies/plone/app/vocabularies/catalog.py:5: DeprecationWarning: ITerms is deprecated. It has moved to zope.browser.interfaces This reference will be gone sometimes.
  from zope.app.form.browser.interfaces import ISourceQueryView, ITerms
 in 9.465 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 8.086 seconds.


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

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/events.txt", line 13, in events.txt
Failed example:
    from zope.app.container.interfaces import IObjectEvent
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest events.txt[5]>", line 1, in ?
        from zope.app.container.interfaces import IObjectEvent
    ImportError: cannot import name IObjectEvent
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/events.txt", line 26, in events.txt
Failed example:
    ztapi.subscribe([IBaseObject, IObjectEvent], None, handler)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/eggs/zope.testing-3.7.1-py2.4.egg/zope/testing/doctest.py", line 1356, in __run
        compileflags, 1) in test.globs
      File "<doctest events.txt[8]>", line 1, in ?
        ztapi.subscribe([IBaseObject, IObjectEvent], None, handler)
    NameError: name 'IObjectEvent' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/events.txt", line 31, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 12 events:
    ? ^^
    + 0 events:
    ? ^
    + []
    - [(<ATDocument at a>,
    -   <zope.app.event.objectevent.ObjectCreatedEvent object at ...>),
    -  (<ATDocument at a>, <OFS.event.ObjectWillBeAddedEvent object at ...>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    -   <Products.DCWorkflow.events.BeforeTransitionEvent object at ...>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    -   <Products.DCWorkflow.events.AfterTransitionEvent object at ...>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    -   <zope.app.container.contained.ObjectAddedEvent object at ...>),
    -  (<ATFolder at /.../Members/test_user_1_>,
    -   <zope.app.container.contained.ContainerModifiedEvent object at ...>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    -   <zope.app.event.objectevent.ObjectModifiedEvent object at ...),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    -   <zope.app.event.objectevent.ObjectCreatedEvent object at ...>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    -   <Products.DCWorkflow.events.BeforeTransitionEvent object at ...>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    -   <Products.DCWorkflow.events.AfterTransitionEvent object at ...>),
    -  (<ATDocument at /.../Members/test_user_1_/a>,
    -   <zope.app.container.contained.ObjectAddedEvent object at ...>),
    -  (<ATFolder at /.../Members/test_user_1_>,
    -   <zope.app.container.contained.ContainerModifiedEvent object at ...>)]
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/events.txt", line 61, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 1 events:
    ? ^
    + 0 events:
    ? ^
    + []
    - [(<ATDocument at /.../Members/test_user_1_/a>,
    -   <Products.Archetypes.event.ObjectInitializedEvent object at ...>)]
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python24-zope212-cmf22-plone40/src/Products.ATContentTypes/Products/ATContentTypes/tests/events.txt", line 72, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 1 events:
    ? ^
    + 0 events:
    ? ^
    + []
    - [(<ATDocument at /.../Members/test_user_1_/a>,
    -   <Products.Archetypes.event.WebDAVObjectEditedEvent object at ...>)]

  Ran 696 tests with 1 failures and 0 errors in 3 minutes 11.896 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.425 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.023 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.

FAILED (failures=1) 




More information about the Testbot mailing list