Commit fda3f6e4 authored by Guido van Rossum's avatar Guido van Rossum

Log setUp() in more places.

parent f2f194a8
......@@ -176,6 +176,7 @@ class WindowsGenericTests(GenericTests):
"""
def setUp(self):
zLOG.LOG("testZEO", zLOG.INFO, "setUp() %s" % self.id())
args = self.getStorageInfo()
name = args[0]
args = args[1]
......@@ -224,6 +225,7 @@ class ConnectionTests(StorageTestBase.StorageTestBase):
The ZEO server uses the storage object returned by the
getStorage() method.
"""
zLOG.LOG("testZEO", zLOG.INFO, "setUp() %s" % self.id())
self.running = 1
self.file = tempfile.mktemp()
self.addr = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment