Closed tschmidtb51 closed 1 year ago
Currently, discrepancies between found files in between the different used retrieval methods are all checked within the "CheckMissing()" method, which logs all of them in Requirement 18. While testing, I also found that an empty changes.csv only results in a warning and further checks on whether entries are missing are ignored as well.
Proper error sorting is done in #441
Currently (
v2.2.1-95-ga65fead
) missing files in thechanges.csv
are reported in requirement 18 instead of 13. IMHO, this is a bug.