[Zope3-dev] Win32 Tests - Zope 3 - failures:1

zope-tests@squishdot.org zope-tests@squishdot.org
Wed, 27 Nov 2002 15:30:30 +0000


==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]

Modules included:
Zope3 (HEAD)

Exception exceptions.OSError: (13, 'Permission denied', 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~1152-83.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~1152-83.inv', mode 'w+b' at 0x01CCB368>> ignored
Failure in test test_getStorage (Zope.App.Caching.RAMCache.tests.test_RAMCache.TestRAMCache)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\Caching\RAMCache\tests\test_RAMCache.py", line 91, in test_getStorage
    self.assertEqual(storage1.maxAge, 123, "maxAge not set")
  File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: maxAge not set

======================================================================
FAIL: test_getStorage (Zope.App.Caching.RAMCache.tests.test_RAMCache.TestRAMCache)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\Caching\RAMCache\tests\test_RAMCache.py", line 91, in test_getStorage
    self.assertEqual(storage1.maxAge, 123, "maxAge not set")
  File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
    raise self.failureException, \
AssertionError: maxAge not set

----------------------------------------------------------------------
Ran 2477 tests in 317.297s

FAILED (failures=1)