/[gzz]/gzz/lava/test/gzz/storm/impl/DirPool.test
ViewVC logotype

Diff of /gzz/lava/test/gzz/storm/impl/DirPool.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by benja, Thu Nov 14 21:25:06 2002 UTC revision 1.5 by benja, Sat Nov 16 04:38:04 2002 UTC
# Line 18  Line 18 
18    
19  import java, gzz  import java, gzz
20    
21  dir = gzz.util.TestingUtil.tmpFile(java.io.File("."));  dir = gzz.util.TempFileUtil.tmpFile(java.io.File("."));
22  dir.mkdir();  dir.mkdir();
23    
24  s = gzz.storm.StormPoolTest()  s = gzz.storm.StormPoolTest()
# Line 34  def testAddBlock(): s.testAddBlock(p) Line 34  def testAddBlock(): s.testAddBlock(p)
34  def testGetNonexistent(): s.testGetNonexistent(p)  def testGetNonexistent(): s.testGetNonexistent(p)
35    
36  def tearDown():  def tearDown():
37      gzz.util.TestingUtil.deltree(dir)      gzz.util.TempFileUtil.deltree(dir)
38    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26