+"- 'a/b' CRC32 checksum in the file system = 00000009 but in the path info database = 00000007\n"
+"- 'a/c' size in the file system = 35 bytes but in the path info database = 42 bytes.\n"
+"- 'b' is on the file system but is not referenced in the path info database\n"
+"- 'c' is a directory in the file system but a file in the path info database\n\n"
+"Data set ds2:\n"
+"- exists in the path info database but does not exist in the file system\n\n"
+"Data set ds3:\n"
+"- 'a/b' CRC32 checksum in the file system = 00000007 but in the path info database = 00000009\n"
+"- 'a/c' size in the file system = 42 bytes but in the path info database = 35 bytes.\n"
+"- 'b' is referenced in the path info database but does not exist on the file system\n"
+"- 'c' is a directory in the path info database but a file in the file system\n\n"
+"Data set ds5:\n"
+"- exists neither in the path info database nor in the file system",
logRecorder.getLogContent());
assertThat(logRecorder.getLogLines(),
hasItem("INFO OPERATION.DataSetAndPathInfoDBConsistencyCheckTask - Check 5 data sets registered since 1970-01-01 01:00:00"));
assertThat(
logRecorder.getLogLines(),
hasItem("ERROR NOTIFY.DataSetAndPathInfoDBConsistencyCheckTask - File system and path info DB consistency check report for all data sets since 1970-01-01 01:00:00"));