Commit dbedfb3e authored by Jim Fulton's avatar Jim Fulton

Test cleanup happened to soon.

parent 4358a9e1
...@@ -337,8 +337,6 @@ and base options: ...@@ -337,8 +337,6 @@ and base options:
>>> storage.base.getName() >>> storage.base.getName()
'base.fs' 'base.fs'
>>> storage.close()
Generating OIDs Generating OIDs
=============== ===============
...@@ -393,3 +391,7 @@ We're done with the storage, so "unwrap" the underlying storage. ...@@ -393,3 +391,7 @@ We're done with the storage, so "unwrap" the underlying storage.
.. restore time .. restore time
>>> time.time = real_time_time >>> time.time = real_time_time
.. clean up
>>> storage.close()
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