square / okio

A modern I/O library for Android, Java, and Kotlin Multiplatform.
https://square.github.io/okio/
Apache License 2.0
8.77k stars 1.18k forks source link

Use constant files in ZipFileSystemTest #1437

Closed swankjesse closed 7 months ago

swankjesse commented 7 months ago

This should make it possible to run this test on platforms where programatically creating .zip files is difficult.

swankjesse commented 7 months ago

Probably the biggest victory here is that these tests now run on Windows (JVM).