[Zodb-checkins] SVN: ZODB/trunk/src/ZODB/DemoStorage.test Test cleanup happened to soon.

Jim Fulton jim at zope.com
Fri Dec 18 14:54:39 EST 2009


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()



More information about the Zodb-checkins mailing list