Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use filename (which fallback to root type name) in locations of impor…
…t messages Fixes the test: ``` [info] - meta_imports_abs_unknown *** FAILED *** [info] meta_imports_abs_unknown: /meta/imports/0: [info] error: unable to find 'unknown_absolute_name.ksy' in import search paths, using: List() [info] did not equal meta_imports_abs_unknown.ksy: /meta/imports/0: [info] error: unable to find 'unknown_absolute_name.ksy' in import search paths, using: List() (SimpleMatchers.scala:34) ``` Changes filename in the following tests: ``` [info] - meta_imports_rel2 *** FAILED *** [info] meta_imports_rel_unknown: /meta/imports/0: [info] error: unknown_relative_name.ksy (No such file or directory) [info] did not equal meta_imports_rel_unknown: /meta/imports/0: [info] error: ../tests/formats_err/unknown_relative_name.ksy (No such file or directory) (SimpleMatchers.scala:34) [info] - meta_imports_rel_unknown *** FAILED *** [info] meta_imports_rel_unknown: /meta/imports/0: [info] error: unknown_relative_name.ksy (No such file or directory) [info] did not equal meta_imports_rel_unknown: /meta/imports/0: [info] error: ../tests/formats_err/unknown_relative_name.ksy (No such file or directory) (SimpleMatchers.scala:34) ```
- Loading branch information