comparison MockObjects/FixedFileWarFoundryLoader.cs @ 8:69bf7972c9fd

Re #44 - Fix API tests * Remove unused method
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Mar 2009 17:11:13 +0000
parents 4222cfa99c78
children
comparison
equal deleted inserted replaced
7:209c2e9b8b20 8:69bf7972c9fd
14 14
15 public FixedFileWarFoundryLoader(ZipFile zip) 15 public FixedFileWarFoundryLoader(ZipFile zip)
16 { 16 {
17 zipFile = zip; 17 zipFile = zip;
18 } 18 }
19
20 protected override ZipFile MakeZipFile (FileInfo FileInfo)
21 {
22 return zipFile;
23 }
24
25 } 19 }
26 } 20 }