[Checkins] SVN: ZODB/trunk/src/ZEO/tests/test_cache.py Commented out very annoying hex print that doesn't affect test

Jim Fulton jim at zope.com
Sat Jan 5 11:46:40 EST 2008


Log message for revision 82674:
  Commented out very annoying hex print that doesn't affect test
  outcome.
  

Changed:
  U   ZODB/trunk/src/ZEO/tests/test_cache.py

-=-
Modified: ZODB/trunk/src/ZEO/tests/test_cache.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/test_cache.py	2008-01-05 03:06:21 UTC (rev 82673)
+++ ZODB/trunk/src/ZEO/tests/test_cache.py	2008-01-05 16:46:39 UTC (rev 82674)
@@ -81,7 +81,7 @@
                                    data='*'*size, start_tid=oid(1),
                                    end_tid=None)
             fc.add(obj)
-        hexprint(fc.f)
+        #hexprint(fc.f)
         fc.close()
 
 



More information about the Checkins mailing list