[Zope3-checkins] CVS: Zope3/src/zodb/storage/tests - undo.py:1.6
Tim Peters
tim@zope.com
Fri, 28 Feb 2003 12:01:49 -0500
[Barry Warsaw]
> Modified Files:
> undo.py
> Log Message:
> checkTransactionalUndoAfterPack(): Clean up two timing assumptions in
> the test, which aren't necessarily guaranteed on Windows. The
> packtime must be greater than revid1's timestamp, and revid2's
> timestamp must be greater than the packtime. On Windows it's possible
> one or both of those revids were equal to the packtime due to Windows
> clock granularity.
>
> This should fix the problem; Tim will verify.
It's verified: works great now.