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