SVN: ZODB/branches/jim-zrpc/src/ZEO/tests/testZEO.py Commas deserve spaces.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
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: