aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs
AgeCommit message (Collapse)Author
2023-11-14Fix warnings in test projectsBond_009
2022-12-14Fix debug builds (#8909)Bond-009
2021-10-03Fix warning: Using directive is not required by the code and can be safely ↵KonH
removed (#2149)
2021-09-25Merge branch 'master' into theorydataBond-009
2021-09-12Fixing #6269 by comparing PremiereDate when episode comparison would ↵ankenyr
otherwise be equal.
2021-09-11Use TheoryData instead of MemberData and ClassDataianjazz246
2021-08-15Removing if statement and always testing reverse of x and y.ankenyr
2021-08-15Breaking up the test theory so episodes and the results are on their own lines.ankenyr
2021-08-15Update ↵Rob
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-08-15Update ↵Rob
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Thanks for this suggestion. I will try to keep this in mind going forward with future PRs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-08-11Separating out error cases from good cases.ankenyr
2021-08-09Changing test name to be more descrptive.ankenyr
2021-08-09Update ↵Rob
tests/Jellyfin.Server.Implementations.Tests/Sorting/AiredEpisodeOrderComparerTests.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-08-07Changing namespace to be within Jellyfin.Server.Implementations.Testsankenyr