[Checkins] SVN: ZODB/branches/3.10/src/ZEO/tests/test_cache.py	spread elipsis to avoid spurious test failure
    Jim Fulton 
    jim at zope.com
       
    Wed Oct 27 15:36:03 EDT 2010
    
    
  
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"]
 
    
    
More information about the checkins
mailing list