mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Add comment regarding teste edge case
This commit is contained in:
parent
3bf462e4fa
commit
2c1422b4f9
@ -142,6 +142,8 @@ namespace osu.Game.Tests.NonVisual
|
||||
|
||||
foreach (var file in osuStorage.IgnoreFiles)
|
||||
{
|
||||
// avoid touching realm files which may be a pipe and break everything.
|
||||
// this is also done locally inside OsuStorage via the IgnoreFiles list.
|
||||
if (file.EndsWith(".ini", StringComparison.Ordinal))
|
||||
Assert.That(File.Exists(Path.Combine(originalDirectory, file)));
|
||||
Assert.That(storage.Exists(file), Is.False);
|
||||
|
Loading…
Reference in New Issue
Block a user