From 37f274378039c33c8f5ea54e1ce15976f5b8f9e3 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Fri, 21 Aug 2020 22:32:47 +0200 Subject: Merge pull request #3953 from crobibero/dotnetglob bump DotNet.Glob (cherry picked from commit 03c89fa71785cb380c31c9af767caf14731d8e99) Signed-off-by: Joshua M. Boniface --- .../Library/IgnorePatternsTests.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs') diff --git a/tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs b/tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs index b4e6db8f3..09eb22328 100644 --- a/tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs +++ b/tests/Jellyfin.Server.Implementations.Tests/Library/IgnorePatternsTests.cs @@ -30,8 +30,7 @@ namespace Jellyfin.Server.Implementations.Tests.Library [InlineData("/media/movies/.@__thumb/foo-bar-thumbnail.png", true)] [InlineData("/media/music/Foo B.A.R./epic.flac", false)] [InlineData("/media/music/Foo B.A.R", false)] - // This test is pending an upstream fix: https://github.com/dazinator/DotNet.Glob/issues/78 - // [InlineData("/media/music/Foo B.A.R.", false)] + [InlineData("/media/music/Foo B.A.R.", false)] public void PathIgnored(string path, bool expected) { Assert.Equal(expected, IgnorePatterns.ShouldIgnore(path)); -- cgit v1.2.3