|
@@ -12,7 +12,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiEdition1()
|
|
|
+ private void TestMultiEdition1()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -37,7 +37,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiEdition2()
|
|
|
+ private void TestMultiEdition2()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -85,7 +85,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestLetterFolders()
|
|
|
+ private void TestLetterFolders()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -114,7 +114,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersionLimit()
|
|
|
+ private void TestMultiVersionLimit()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -144,7 +144,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersionLimit2()
|
|
|
+ private void TestMultiVersionLimit2()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -175,7 +175,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion3()
|
|
|
+ private void TestMultiVersion3()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -202,7 +202,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion4()
|
|
|
+ private void TestMultiVersion4()
|
|
|
{
|
|
|
// Test for false positive
|
|
|
|
|
@@ -231,7 +231,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion5()
|
|
|
+ private void TestMultiVersion5()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -264,7 +264,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion6()
|
|
|
+ private void TestMultiVersion6()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -297,7 +297,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion7()
|
|
|
+ private void TestMultiVersion7()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -319,7 +319,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion8()
|
|
|
+ private void TestMultiVersion8()
|
|
|
{
|
|
|
// This is not actually supported yet
|
|
|
|
|
@@ -353,7 +353,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion9()
|
|
|
+ private void TestMultiVersion9()
|
|
|
{
|
|
|
// Test for false positive
|
|
|
|
|
@@ -382,7 +382,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion10()
|
|
|
+ private void TestMultiVersion10()
|
|
|
{
|
|
|
var files = new[]
|
|
|
{
|
|
@@ -406,7 +406,7 @@ namespace Jellyfin.Naming.Tests.Video
|
|
|
|
|
|
// FIXME
|
|
|
// [Fact]
|
|
|
- public void TestMultiVersion11()
|
|
|
+ private void TestMultiVersion11()
|
|
|
{
|
|
|
// Currently not supported but we should probably handle this.
|
|
|
|