tagparser/tests
Martchus e277070e9c Use `std::filesystem` in backup helper code
* Fix applying changes to symlinks so that the target is modified in any
  case (and not just if a rewrite isn't necessary)
* Avoid using `std::rename` and `std::remove` because they might not work
  under Windows when the path contains non-ASCII characters
* Simplify code, remove `isRelative()`
2021-09-11 23:54:49 +02:00
..
helper.cpp Adapt to changes in c++utilities 2019-06-12 20:40:45 +02:00
helper.h Add Locale class to deal with differently specified languages/countries 2020-12-16 17:48:08 +01:00
mediafileinfo.cpp Improve passing paths 2021-04-23 22:16:43 +02:00
overall.h Extend Ogg related tests 2021-08-18 22:48:17 +02:00
overallflac.cpp Adapt tests to use KnownField::RecordDate instead of KnownField::Year 2021-02-01 17:22:57 +01:00
overallgeneral.cpp Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00
overallmkv.cpp Fix check for comment of Matroska test file 2021-07-06 17:19:58 +02:00
overallmp3.cpp Adapt tests to use KnownField::RecordDate instead of KnownField::Year 2021-02-01 17:22:57 +01:00
overallmp4.cpp Add API to allow aborting overall/expensive parsing functions 2021-02-04 23:21:50 +01:00
overallogg.cpp Extend Ogg related tests 2021-08-18 22:48:17 +02:00
tagvalue.cpp Apply clang-format 2021-07-06 16:38:52 +02:00
testfilecheck.cpp Extend Ogg related tests 2021-08-18 22:48:17 +02:00
utils.cpp Use `std::filesystem` in backup helper code 2021-09-11 23:54:49 +02:00