[Zodb-checkins] CVS: ZEO/ZEO/tests - testZEO.py:1.16.4.8
Guido van Rossum
guido@python.org
Sat, 26 Jan 2002 16:02:18 -0500
Update of /cvs-repository/ZEO/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv10501
Modified Files:
Tag: Standby-branch
testZEO.py
Log Message:
Be a little more informative in the zLOG message in setUp: mention the
test name, and raise priority to INFO (every test spits out several
messages in INFO mode anyway).
=== ZEO/ZEO/tests/testZEO.py 1.16.4.7 => 1.16.4.8 ===
def setUp(self):
- zLOG.LOG("testZEO", zLOG.BLATHER, "setUp() new test")
+ zLOG.LOG("testZEO", zLOG.INFO, "setUp() %s" % self.id())
self.running = 1
client, exit, pid = forker.start_zeo(self.getStorage())
self._pids = [pid]