ZipArchive/SSZipArchive.xcodeproj
Christopher Denter f89c159b2a Issue #85: Add test for relative symlink preservation patch.
This test adds a fixture RelativeSymlinks.zip with the following
structure:

    RelativeSymbolicLink
    ├── symlinkedFile
    ├── symlinkedFolder
    └── symlinks
       ├── fileSymlink -> ../symlinkedFile
       └── folderSymlink -> ../symlinkedFolder

The test checks if both `fileSymlink` and `folderSymlink` still point to
the respective files in the parent directory after the fixture has been
unzipped.
2013-11-08 20:34:17 +01:00
..
xcshareddata/xcschemes Add shares scheme 2013-09-09 23:50:07 -07:00
project.pbxproj Issue #85: Add test for relative symlink preservation patch. 2013-11-08 20:34:17 +01:00