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

Marius Gedminas mgedmin@codeworks.lt
Tue, 3 Dec 2002 12:31:41 +0200


On Tue, Dec 03, 2002 at 02:15:33AM +0000, zope-tests@squishdot.org wrote:
> 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 105, in test_getStorage
>     "maxAge not set (expected 123, got %s)"
>   File "c:\python22\lib\unittest.py", line 286, in failUnlessEqual
>     raise self.failureException, \
> AssertionError: maxAge not set (expected 123, got 3600)

This should be fixed now.  The reason it only showed up under Win32
tests is the limited precision of time.time() -- 55ms on Win9x, IIRC;
and that led to duplicate unique IDs.

Marius Gedminas
-- 
If "con" is the opposite of "pro", then what is the opposite of progress?