sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

Load test resources from classpath #450

Open chrisribble opened 2 years ago

chrisribble commented 2 years ago

Loading test resource using classpath resources allows the tests to work when executed via Gradle (and generally via resource layouts which don't exactly match those used by Maven / Eclipse).

chrisribble commented 2 years ago

@sannies do you have any concerns about the approach taken here or would we merge this?