/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/widget.py:23: DeprecationWarning: ISession is deprecated. It has moved to zope.session.interfaces This reference will be gone sometimes. from zope.app.session.interfaces import ISession /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/widget.py:24: DeprecationWarning: SessionPkgData is deprecated. It has moved to zope.session.session This reference will be gone sometimes. from zope.app.session.session import SessionPkgData /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:25: DeprecationWarning: CookieClientIdManager is deprecated. It has moved to zope.session.http This reference will be gone sometimes. from zope.app.session.http import CookieClientIdManager Running unit tests: /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:32: DeprecationWarning: ClientId is deprecated. It has moved to zope.session.session This reference will be gone sometimes. zope.component.provideAdapter( /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:32: DeprecationWarning: IClientId is deprecated. It has moved to zope.session.interfaces This reference will be gone sometimes. zope.component.provideAdapter( /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:34: DeprecationWarning: Session is deprecated. It has moved to zope.session.session This reference will be gone sometimes. zope.component.provideAdapter( /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:36: DeprecationWarning: IClientIdManager is deprecated. It has moved to zope.session.interfaces This reference will be gone sometimes. zope.component.provideUtility( /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:38: DeprecationWarning: PersistentSessionDataContainer is deprecated. It has moved to zope.session.session This reference will be gone sometimes. zope.component.provideUtility( /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/tests.py:40: DeprecationWarning: ISessionDataContainer is deprecated. It has moved to zope.session.interfaces This reference will be gone sometimes. interfaces.ISessionDataContainer) Failure in test /home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/README.txt Failed doctest test for README.txt File "/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/README.txt", line 0 ---------------------------------------------------------------------- File "/home/ctheune/zope.org/slave/z3c.sessionwidget/build/src/z3c/sessionwidget/README.txt", line 87, in README.txt Failed example: objWidget.session Expected: Got: Ran 19 tests with 1 failures and 0 errors in 0.464 seconds.