SVN: ZODB/branches/3.10/src/ZEO/tests/test_cache.py spread elipsis to avoid spurious test failure

Jim Fulton <[email protected]> Wed, 27 Oct 2010 15:36:03 -0400 (EDT)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20101027193603.71912941BB__5590.78038572824$1288208175$gmane$org@cvs.zope.org>
Log message for revision 117968:
  spread elipsis to avoid spurious test failure

Changed:
  U   ZODB/branches/3.10/src/ZEO/tests/test_cache.py

-=-
Modified: ZODB/branches/3.10/src/ZEO/tests/test_cache.py
===================================================================
--- ZODB/branches/3.10/src/ZEO/tests/test_cache.py	2010-10-27 19:17:39 UTC (rev 117967)
+++ ZODB/branches/3.10/src/ZEO/tests/test_cache.py	2010-10-27 19:36:02 UTC (rev 117968)
@@ -1050,9 +1050,9 @@
     ... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
     CircularCacheSimulation, cache size 1,048,576 bytes
       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"]