Commit 7c8a07c1 authored by Jim Fulton's avatar Jim Fulton

spread elipsis to avoid spurious test failure

parent a8ef9518
...@@ -1050,9 +1050,9 @@ Now try to do simulation: ...@@ -1050,9 +1050,9 @@ Now try to do simulation:
... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
CircularCacheSimulation, cache size 1,048,576 bytes CircularCacheSimulation, cache size 1,048,576 bytes
START TIME DUR. LOADS HITS INVALS WRITES HITRATE EVICTS INUSE START TIME DUR. LOADS HITS INVALS WRITES HITRATE EVICTS INUSE
... 0 1 0 1 12 0.0% 10 50.0 ... 1 0 1 12 0.0% 10 50.0
-------------------------------------------------------------------------- --------------------------------------------------------------------------
... 0 1 0 1 12 0.0% 10 50.0 ... 1 0 1 12 0.0% 10 50.0
>>> del os.environ["ZEO_CACHE_TRACE"] >>> del os.environ["ZEO_CACHE_TRACE"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment