Commit db40b1b4 authored by Jim Fulton's avatar Jim Fulton

Sigh windows

parent 0eabedc1
......@@ -245,7 +245,7 @@ def resolve_even_when_xdb_referenced_classes_are_absent():
>>> databases = {}
>>> db = ZODB.DB('t.fs', databases=databases, database_name='')
>>> _ = ZODB.DB('o.fs', databases=databases, database_name='o')
>>> db2 = ZODB.DB('o.fs', databases=databases, database_name='o')
>>> storage = db.storage
>>> conn = db.open()
>>> conn.root.x = Resolveable()
......@@ -290,6 +290,7 @@ And load the pickle:
True
>>> db.close()
>>> db2.close()
"""
def test_suite():
......
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