mattconnolly / ZipArchive

zip archive processing for Cocoa - iPhone and OS X
http://code.google.com/p/ziparchive/
MIT License
840 stars 260 forks source link

Minor core refactor. Fix some tests. #61

Open wallclimber21 opened 9 years ago

wallclimber21 commented 9 years ago

I'm planning to add some minor additional functionality, but before doing that (and submitting it), I've refactored some of the Unzip which has seen quite a bit of copy-and-paste.

I also added an Unzip test for hierarchical zip files.

And I fixed the testForCrashWithSpecificFiles test case, which wasn't actually doing anything because it wasn't reading the files.