SVN: ZODB/trunk/src/ZODB/DemoStorage.test Test cleanup happened to soon.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20091218195439.D00B37083BC__45250.6947484382$1261166136$gmane$org@cvs.zope.org> |
Log message for revision 106767:
Test cleanup happened to soon.
Changed:
U ZODB/trunk/src/ZODB/DemoStorage.test
-=-
Modified: ZODB/trunk/src/ZODB/DemoStorage.test
===================================================================
--- ZODB/trunk/src/ZODB/DemoStorage.test 2009-12-18 19:54:37 UTC (rev 106766)
+++ ZODB/trunk/src/ZODB/DemoStorage.test 2009-12-18 19:54:39 UTC (rev 106767)
@@ -337,9 +337,7 @@
>>> storage.base.getName()
'base.fs'
- >>> storage.close()
-
Generating OIDs
===============
@@ -393,3 +391,7 @@
.. restore time
>>> time.time = real_time_time
+
+.. clean up
+
+ >>> storage.close()