[Zodb-checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.32.2.2
Jeremy Hylton
jeremy@zope.com
Thu, 12 Sep 2002 15:24:36 -0400
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv30127
Modified Files:
Tag: ZODB3-3_1-branch
testZEO.py
Log Message:
Merge from trunk: Add extra zLOG call.
=== ZODB3/ZEO/tests/testZEO.py 1.32.2.1 => 1.32.2.2 ===
--- ZODB3/ZEO/tests/testZEO.py:1.32.2.1 Thu Sep 12 15:20:01 2002
+++ ZODB3/ZEO/tests/testZEO.py Thu Sep 12 15:24:36 2002
@@ -174,6 +174,7 @@
"""
def setUp(self):
+ zLOG.LOG("testZEO", zLOG.INFO, "setUp() %s" % self.id())
args = self.getStorageInfo()
name = args[0]
args = args[1]