mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add comment regarding teste edge case
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user