[Zope-Coders] Win32 Tests - Zope 2.6 branch - errors:6
zope-tests@squishdot.org
zope-tests@squishdot.org
Tue, 17 Dec 2002 02:13:22 +0000
==============================================================================
==============================================================================
Python Version:2.1.3 (#35, Apr 8 2002, 17:47:50) [MSC 32 bit (Intel)]
Modules included:
Zope (Zope-2_6-branch)
======================================================================
ERROR: testGarbage (testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
File "testRanges.py", line 262, in testGarbage
File "testRanges.py", line 141, in expectOK
File "testRanges.py", line 96, in doGET
File "D:\ZopeTests\sandbox\Zope\lib\python\OFS\Image.py", line 379, in index_html
RESPONSE.setBase(None)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZPublisher\HTTPResponse.py", line 427, in setBase
if not base.endswith('/'):
AttributeError: 'None' object has no attribute 'endswith'
======================================================================
ERROR: testIllegalSpec (testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
File "testRanges.py", line 265, in testIllegalSpec
File "testRanges.py", line 141, in expectOK
File "testRanges.py", line 96, in doGET
File "D:\ZopeTests\sandbox\Zope\lib\python\OFS\Image.py", line 379, in index_html
RESPONSE.setBase(None)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZPublisher\HTTPResponse.py", line 427, in setBase
if not base.endswith('/'):
AttributeError: 'None' object has no attribute 'endswith'
======================================================================
ERROR: testIsModifiedIfRangeDate (testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
File "testRanges.py", line 345, in testIsModifiedIfRangeDate
File "testRanges.py", line 141, in expectOK
File "testRanges.py", line 96, in doGET
File "D:\ZopeTests\sandbox\Zope\lib\python\OFS\Image.py", line 379, in index_html
RESPONSE.setBase(None)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZPublisher\HTTPResponse.py", line 427, in setBase
if not base.endswith('/'):
AttributeError: 'None' object has no attribute 'endswith'
======================================================================
ERROR: testNotEqualIfRangeEtag (testRanges.TestRequestRange)
----------------------------------------------------------------------
Traceback (most recent call last):
File "testRanges.py", line 357, in testNotEqualIfRangeEtag
File "testRanges.py", line 141, in expectOK
File "testRanges.py", line 96, in doGET
File "D:\ZopeTests\sandbox\Zope\lib\python\OFS\Image.py", line 379, in index_html
RESPONSE.setBase(None)
File "D:\ZopeTests\sandbox\Zope\lib\python\ZPublisher\HTTPResponse.py", line 427, in setBase
if not base.endswith('/'):
AttributeError: 'None' object has no attribute 'endswith'
======================================================================
ERROR: checkRestoreAcrossPack (testFileStorage.FileStorageRecoveryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "testFileStorage.py", line 84, in tearDown
File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\tests\StorageTestBase.py", line 115, in removefs
os.remove(path)
OSError: [Errno 13] Permission denied: 'Source.fs'
======================================================================
ERROR: checkSimpleRecovery (testFileStorage.FileStorageRecoveryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "testFileStorage.py", line 76, in setUp
File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\tests\StorageTestBase.py", line 115, in removefs
os.remove(path)
OSError: [Errno 13] Permission denied: 'Source.fs'
----------------------------------------------------------------------
Ran 1666 tests in 166.391s
FAILED (errors=6)
======================================================================
OVERALL FAILED (total errors=6)