mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Merge pull request #12046 from AdmiralCurtiss/nand-stats-unit-test
UnitTests: Enable cluster check in FileSystemTest.GetDirectoryStats.
This commit is contained in:
commit
17fa9dfc4e
1 changed files with 1 additions and 2 deletions
|
@ -269,8 +269,7 @@ TEST_F(FileSystemTest, GetDirectoryStats)
|
||||||
file->Write(std::vector<u8>(20).data(), 20);
|
file->Write(std::vector<u8>(20).data(), 20);
|
||||||
}
|
}
|
||||||
// The file should now take up one cluster.
|
// The file should now take up one cluster.
|
||||||
// TODO: uncomment after the FS code is fixed.
|
check_stats(1u, 2u);
|
||||||
// check_stats(1u, 2u);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Files need to be explicitly created using CreateFile or CreateDirectory.
|
// Files need to be explicitly created using CreateFile or CreateDirectory.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue