[Zodb-checkins]
SVN: ZODB/branches/pycon-multidb/src/ZODB/tests/testmultidb.py
Reworded a clumsy sentence of mine.
Tim Peters
tim.one at comcast.net
Sat Mar 19 18:04:21 EST 2005
Log message for revision 29586:
Reworded a clumsy sentence of mine.
Changed:
U ZODB/branches/pycon-multidb/src/ZODB/tests/testmultidb.py
-=-
Modified: ZODB/branches/pycon-multidb/src/ZODB/tests/testmultidb.py
===================================================================
--- ZODB/branches/pycon-multidb/src/ZODB/tests/testmultidb.py 2005-03-19 23:00:50 UTC (rev 29585)
+++ ZODB/branches/pycon-multidb/src/ZODB/tests/testmultidb.py 2005-03-19 23:04:21 UTC (rev 29586)
@@ -91,7 +91,8 @@
>>> cn2.get_connection('notroot') is cn2
True
-Of course trying to get a non-existent named database doesn't work:
+Of course trying to get a connection for a database not in the group raises
+an exception:
>>> cn.get_connection('no way')
Traceback (most recent call last):
More information about the Zodb-checkins
mailing list