Lecrapouille / zipper

[Lib][Version 2.1.0][Functional] C++ wrapper around minizip compression library
MIT License
65 stars 13 forks source link

broken test archive tests/issues/issue33_1.zip #2

Closed ivan-v-kush closed 1 year ago

ivan-v-kush commented 1 year ago

Issue33 test fails,

Ark also doesn't open archive: Couldn't load the archive .....

Lecrapouille commented 1 year ago

@dfooz Can you give more details: your operating system, how you build it, how you called my unit tests, are you in the good folder when doing unit tests ? ... Your description is too light for me to help you. Strange since my unit tests passed for Linux and Mac OS, did you notice an issue in my tests ?

cd tests
make -j`nproc --all`
./build/Zipper-UnitTest
Lecrapouille commented 1 year ago

Closed because I do not have enough information to fix it. Feel free to re-open it with more feedback.