/[gzz]/gzz/test/gzz/mediaserver/storage/TestZipStorer.java
ViewVC logotype

Diff of /gzz/test/gzz/mediaserver/storage/TestZipStorer.java

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

revision 1.1 by tjl, Mon Apr 15 21:45:32 2002 UTC revision 1.2 by benja, Sat Nov 16 04:38:04 2002 UTC
# Line 22  TestZipStorer.java Line 22  TestZipStorer.java
22   */   */
23    
24  package gzz.mediaserver.storage;  package gzz.mediaserver.storage;
25  import gzz.util.TestingUtil;  import gzz.util.TempFileUtil;
26  import junit.framework.*;  import junit.framework.*;
27  import java.io.*;  import java.io.*;
28  import java.util.*;  import java.util.*;
# Line 40  public class TestZipStorer extends TestC Line 40  public class TestZipStorer extends TestC
40      File tmp;      File tmp;
41    
42      public void setUp() throws IOException {      public void setUp() throws IOException {
43          tmp = TestingUtil.tmpFile(new File("."));          tmp = TempFileUtil.tmpFile(new File("."));
44    
45          ZipOutputStream os = new ZipOutputStream(new FileOutputStream(tmp));          ZipOutputStream os = new ZipOutputStream(new FileOutputStream(tmp));
46    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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