[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEO.py commas should be followed by spaces.

Jim Fulton jim at zope.com
Thu Jan 28 16:49:33 EST 2010


Log message for revision 108623:
  commas should be followed by spaces.
  

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

-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEO.py	2010-01-28 19:27:42 UTC (rev 108622)
+++ ZODB/trunk/src/ZEO/tests/testZEO.py	2010-01-28 21:49:32 UTC (rev 108623)
@@ -484,7 +484,8 @@
 
         # This is a deliberately bogus call to get an exception
         # logged
-        self._storage._connection.handle_request('foo',0,'history',(1,2,3,4))
+        self._storage._connection.handle_request(
+            'foo', 0, 'history', (1, 2, 3, 4))
         # test logging
 
         for level, message, kw in log:



More information about the Zodb-checkins mailing list