aodn / imos-toolbox

Graphical tool for QC'ing and NetCDF'ing oceanographic datasets
GNU General Public License v3.0
46 stars 31 forks source link

feat(tests): compare filename instead of filepath #641

Closed ocehugo closed 4 years ago

ocehugo commented 4 years ago

Fixes the Star oddi tests that compares old and new parsers data on arbitrary machines.

The original path of a file is stored as string in a structure so it will never match a dynamical file loading.

The filenames should be the same though.