mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
@@ -83,11 +83,13 @@ namespace NzbDrone.Core.Test.ParserTests
|
||||
}
|
||||
};
|
||||
|
||||
[Test, TestCaseSource(nameof(HashedReleaseParserCases))]
|
||||
[Test]
|
||||
[TestCaseSource(nameof(HashedReleaseParserCases))]
|
||||
[Ignore("Hashed code is not currently called with track parsing")]
|
||||
public void should_properly_parse_hashed_releases(string path, string title, Quality quality, string releaseGroup)
|
||||
{
|
||||
var result = Parser.Parser.ParseMusicPath(path);
|
||||
|
||||
//result.SeriesTitle.Should().Be(title);
|
||||
result.Quality.Quality.Should().Be(quality);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user