[Checkins] SVN: z3c.extfile/trunk/src/z3c/extfile/ Fixed unit test failure on Windows.

Yusei Tahara yusei at domen.cx
Tue Mar 6 03:30:58 EST 2007


Log message for revision 72998:
  Fixed unit test failure on Windows.
  

Changed:
  U   z3c.extfile/trunk/src/z3c/extfile/file/file.txt
  U   z3c.extfile/trunk/src/z3c/extfile/property.txt

-=-
Modified: z3c.extfile/trunk/src/z3c/extfile/file/file.txt
===================================================================
--- z3c.extfile/trunk/src/z3c/extfile/file/file.txt	2007-03-06 06:55:13 UTC (rev 72997)
+++ z3c.extfile/trunk/src/z3c/extfile/file/file.txt	2007-03-06 08:30:57 UTC (rev 72998)
@@ -48,7 +48,9 @@
 
 Cleanup
 
+  >>> import z3c.extfile.property
+  >>> z3c.extfile.property._storage.dataManager._close()
   >>> import shutil
-  >>> shutil.rmtree(tmp) 
+  >>> shutil.rmtree(tmp)
 
 

Modified: z3c.extfile/trunk/src/z3c/extfile/property.txt
===================================================================
--- z3c.extfile/trunk/src/z3c/extfile/property.txt	2007-03-06 06:55:13 UTC (rev 72997)
+++ z3c.extfile/trunk/src/z3c/extfile/property.txt	2007-03-06 08:30:57 UTC (rev 72998)
@@ -61,6 +61,8 @@
 
 Cleanup
 
+  >>> import z3c.extfile.property
+  >>> z3c.extfile.property._storage.dataManager._close()
   >>> import shutil
-  >>> shutil.rmtree(tmp) 
+  >>> shutil.rmtree(tmp)
 



More information about the Checkins mailing list