mecatran/gtfsvtor

Make GTFS-loading unit-test works on Travis

Closed this issue · 1 comments

Currently the GTFS loading unit tests uses the default FileSystemDataSource implementation, which breaks on Travis (although gradle test works fine). I guess it does not allow file loading. We should implement a NamedInputStreamSource implementation that works with resources from the classloader. Investigate.

Since we use github actions, no real need for this.