Commit 5c52c930 authored by Guido van Rossum's avatar Guido van Rossum

Make testClientStorage work on Windows.

parent 0ae46ba2
......@@ -56,10 +56,10 @@ class StorageTestCase(unittest.TestCase):
sample = """
<Storage>
type ClientStorage
addr %s
addr zep://www.python.org:9001
wait no
</Storage>
""" % self.tmpfn
"""
io = StringIO(sample)
rootconf = ZConfig.loadfile(io)
storageconf = rootconf.getSection("Storage")
......
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