mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +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)
|
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))
|
if (file.EndsWith(".ini", StringComparison.Ordinal))
|
||||||
Assert.That(File.Exists(Path.Combine(originalDirectory, file)));
|
Assert.That(File.Exists(Path.Combine(originalDirectory, file)));
|
||||||
Assert.That(storage.Exists(file), Is.False);
|
Assert.That(storage.Exists(file), Is.False);
|
||||||
|
Loading…
Reference in New Issue
Block a user