[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.2 - failures:1

zope-tests at bitdance.com zope-tests at bitdance.com
Thu Oct 23 12:15:26 EDT 2003


==============================================================================
==============================================================================
Python Version:2.2.3 (#1, Sep 29 2003, 12:18:31) 
[GCC 3.2.2 [FreeBSD] 20030205 (release)]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
The following test left new threads behind:
testTimeout (<class 'zodb.zeo.tests.test_conn.MappingStorageTimeoutTests'>)
New thread(s): [<ConnectThread(Connect([(2, ('localhost', 28536))]), started daemon)>]
The following test left new threads behind:
testZEOInvalidation (<class 'zodb.zeo.tests.test_zeo.MappingStorageTests'>)
New thread(s): [<ConnectThread(Connect([(2, ('localhost', 25194))]), started daemon)>, <ConnectThread(Connect([(2, ('localhost', 27686))]), started daemon)>]
Failure in test addSiteManager (zope.app.browser.services.service.MakeSite)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 68, in runTest
    raise self.failureException(
AssertionError: Failed doctest test for zope.app.browser.services.service.MakeSite.addSiteManager
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/services/service/__init__.py", line 344, in addSiteManager

*****************************************************************
Failure in example: MakeSite(folder, request).addSiteManager()
from line #17 of zope.app.browser.services.service.MakeSite.addSiteManager
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/doctest.py", line 430, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/services/service/__init__.py", line 388, in addSiteManager
    self.context.setSiteManager(sm)
AttributeError: PossibleSite instance has no attribute 'setSiteManager'
*****************************************************************
Failure in example: ISite.isImplementedBy(folder)
from line #21 of zope.app.browser.services.service.MakeSite.addSiteManager
Expected: 1
Got: 0
*****************************************************************
Failure in example: request.response.getStatus()
from line #26 of zope.app.browser.services.service.MakeSite.addSiteManager
Expected: 302
Got: 599
*****************************************************************
Failure in example: request.response.getHeader('location')
from line #29 of zope.app.browser.services.service.MakeSite.addSiteManager
Expected: '++etc++site/'
Got: 
*****************************************************************
Failure in example: MakeSite(folder, request).addSiteManager()
from line #34 of zope.app.browser.services.service.MakeSite.addSiteManager
Expected: UserError: This is already a site
Got: AttributeError: PossibleSite instance has no attribute 'setSiteManager'


======================================================================
FAIL: Doctest: zope.app.browser.services.service.MakeSite.addSiteManager
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/testing/doctestunit.py", line 68, in runTest
    raise self.failureException(
AssertionError: Failed doctest test for zope.app.browser.services.service.MakeSite.addSiteManager
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/services/service/__init__.py", line 344, in addSiteManager

*****************************************************************
Failure in example: MakeSite(folder, request).addSiteManager()
from line #17 of zope.app.browser.services.service.MakeSite.addSiteManager
Exception raised:
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/doctest.py", line 430, in _run_examples_inner
    compileflags, 1) in globs
  File "<string>", line 1, in ?
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/services/service/__init__.py", line 388, in addSiteManager
    self.context.setSiteManager(sm)
AttributeError: PossibleSite instance has no attribute 'setSiteManager'
*****************************************************************
Failure in example: ISite.isImplementedBy(folder)
from line #21 of zope.app.browser.services.service.MakeSite.addSiteManager
Expected: 1
Got: 0
*****************************************************************
Failure in example: request.response.getStatus()
from line #26 of zope.app.browser.services.service.MakeSite.addSiteManager
Expected: 302
Got: 599
*****************************************************************
Failure in example: request.response.getHeader('location')
from line #29 of zope.app.browser.services.service.MakeSite.addSiteManager
Expected: '++etc++site/'
Got: 
*****************************************************************
Failure in example: MakeSite(folder, request).addSiteManager()
from line #34 of zope.app.browser.services.service.MakeSite.addSiteManager
Expected: UserError: This is already a site
Got: AttributeError: PossibleSite instance has no attribute 'setSiteManager'


----------------------------------------------------------------------
Ran 5084 tests in 394.461s

FAILED (failures=1)




More information about the Zope3-dev mailing list