We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5362c2a commit d808621Copy full SHA for d808621
tests/checkdb.py
@@ -431,11 +431,13 @@ def test_checkdb_block_validation_sanity(self):
431
repr(e.message), self.cmd))
432
433
self.assertIn(
434
- "WARNING: CORRUPTION in file {0}, block 1".format(heap_full_path),
+ "WARNING: CORRUPTION in file {0}, block 1".format(
435
+ os.path.normpath(heap_full_path)),
436
e.message)
437
438
- "WARNING: CORRUPTION in file {0}, block 5".format(heap_full_path),
439
+ "WARNING: CORRUPTION in file {0}, block 5".format(
440
441
442
443
# Clean after yourself
0 commit comments