aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStepan <ste.martinek+git@gmail.com>2020-11-10 19:28:03 +0100
committerStepan <ste.martinek+git@gmail.com>2020-11-10 19:28:03 +0100
commit195a6261c49f2f1376794a149ddec0a56cbe230a (patch)
treeaa3e6a067dd5429654a822e01b0aeb6bcac8f80f
parent158eff62d75db2d5e6e6f09fbe6e03eac607fc56 (diff)
Dummy test case explanation.
-rw-r--r--tests/Jellyfin.Naming.Tests/TV/EpisodePathParserTest.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Jellyfin.Naming.Tests/TV/EpisodePathParserTest.cs b/tests/Jellyfin.Naming.Tests/TV/EpisodePathParserTest.cs
index 57f382b38..12fc19bc4 100644
--- a/tests/Jellyfin.Naming.Tests/TV/EpisodePathParserTest.cs
+++ b/tests/Jellyfin.Naming.Tests/TV/EpisodePathParserTest.cs
@@ -82,6 +82,10 @@ namespace Jellyfin.Naming.Tests.TV
Assert.True(res!.IsStub);
}
+ /*
+ * EpisodePathParser.cs:130 is currently unreachable, but the piece of code is useful and could be reached with addition of new EpisodeExpressions.
+ * In order to preserve it but achieve 100% code coverage the test case below with made up expressions and filename is used.
+ */
[Fact]
public void EpisodePathParserTest_EmptyDateParsers()
{