gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/lava/test/gzz/storm/impl ZipPool.test


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/lava/test/gzz/storm/impl ZipPool.test
Date: Mon, 13 Jan 2003 20:10:24 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      03/01/13 20:10:24

Modified files:
        lava/test/gzz/storm/impl: ZipPool.test 

Log message:
        Try to delete more temp files

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/test/gzz/storm/impl/ZipPool.test.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gzz/lava/test/gzz/storm/impl/ZipPool.test
diff -u gzz/lava/test/gzz/storm/impl/ZipPool.test:1.6 
gzz/lava/test/gzz/storm/impl/ZipPool.test:1.7
--- gzz/lava/test/gzz/storm/impl/ZipPool.test:1.6       Mon Dec 30 08:48:23 2002
+++ gzz/lava/test/gzz/storm/impl/ZipPool.test   Mon Jan 13 20:10:24 2003
@@ -32,6 +32,9 @@
     if name.startswith("test"):
        exec "def %s(): s.%s(p)" % (name, name)
 
+def tearDown():
+    file.delete()
+
 #def testGetBlockWithBadId():
 #    """
 #    Put a block with a bad id into the directory, then load it
@@ -54,7 +57,4 @@
 #        pass
 #    else:
 #        assert 0, "Id not checked"
-
-#def tearDown():
-#    gzz.util.TempFileUtil.deltree(dir)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]