[Zodb-checkins] SVN: ZODB/branches/jim-zrpc/src/ZEO/tests/testZEO.py Commas deserve spaces.
Jim Fulton
jim at zope.com
Wed Jan 27 13:06:18 EST 2010
Log message for revision 108574:
Commas deserve spaces.
Changed:
U ZODB/branches/jim-zrpc/src/ZEO/tests/testZEO.py
-=-
Modified: ZODB/branches/jim-zrpc/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/branches/jim-zrpc/src/ZEO/tests/testZEO.py 2010-01-27 17:15:25 UTC (rev 108573)
+++ ZODB/branches/jim-zrpc/src/ZEO/tests/testZEO.py 2010-01-27 18:06:18 UTC (rev 108574)
@@ -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