mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fix some Path Related Tests
This commit is contained in:
@@ -7,8 +7,8 @@ namespace NzbDrone.Common.Test.EnsureTest
|
||||
[TestFixture]
|
||||
public class PathExtensionFixture : TestBase
|
||||
{
|
||||
[TestCase(@"p:\TV Shows\file with, comma.mkv")]
|
||||
[TestCase(@"\\serer\share\file with, comma.mkv")]
|
||||
[TestCase(@"p:\Music\file with, comma.mp3")]
|
||||
[TestCase(@"\\serer\share\file with, comma.mp3")]
|
||||
public void EnsureWindowsPath(string path)
|
||||
{
|
||||
WindowsOnly();
|
||||
@@ -16,7 +16,7 @@ namespace NzbDrone.Common.Test.EnsureTest
|
||||
}
|
||||
|
||||
|
||||
[TestCase(@"/var/user/file with, comma.mkv")]
|
||||
[TestCase(@"/var/user/file with, comma.mp3")]
|
||||
public void EnsureLinuxPath(string path)
|
||||
{
|
||||
MonoOnly();
|
||||
|
||||
Reference in New Issue
Block a user