|
|
@ -19,6 +19,7 @@ namespace Emby.Server.Implementations.Tests.IO
|
|
|
|
[Theory]
|
|
|
|
[Theory]
|
|
|
|
[InlineData("/Volumes/Library/Sample/Music/Playlists/", "../Beethoven/Misc/Moonlight Sonata.mp3", "/Volumes/Library/Sample/Music/Beethoven/Misc/Moonlight Sonata.mp3")]
|
|
|
|
[InlineData("/Volumes/Library/Sample/Music/Playlists/", "../Beethoven/Misc/Moonlight Sonata.mp3", "/Volumes/Library/Sample/Music/Beethoven/Misc/Moonlight Sonata.mp3")]
|
|
|
|
[InlineData("/Volumes/Library/Sample/Music/Playlists/", "../../Beethoven/Misc/Moonlight Sonata.mp3", "/Volumes/Library/Sample/Beethoven/Misc/Moonlight Sonata.mp3")]
|
|
|
|
[InlineData("/Volumes/Library/Sample/Music/Playlists/", "../../Beethoven/Misc/Moonlight Sonata.mp3", "/Volumes/Library/Sample/Beethoven/Misc/Moonlight Sonata.mp3")]
|
|
|
|
|
|
|
|
[InlineData("/Volumes/Library/Sample/Music/Playlists/", "Beethoven/Misc/Moonlight Sonata.mp3", "/Volumes/Library/Sample/Music/Playlists/Beethoven/Misc/Moonlight Sonata.mp3")]
|
|
|
|
public void MakeAbsolutePathCorrectlyHandlesRelativeFilePaths(
|
|
|
|
public void MakeAbsolutePathCorrectlyHandlesRelativeFilePaths(
|
|
|
|
string folderPath,
|
|
|
|
string folderPath,
|
|
|
|
string filePath,
|
|
|
|
string filePath,
|
|
|
|