aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Implementations.Tests/Sorting
AgeCommit message (Collapse)Author
2024-07-09Update PremiereDateComparerTestshonestlywhoknows
Add extra tests for edge cases, adjust dummy values for easier debugging
2024-07-09Correct PremiereDateComparerTestsAdam
Correct PremiereDateComparerTests - Adjust expected values, add comments, add extra test
2024-07-09Create PremiereDateComparerTestsAdam
Create PremiereDateComparerTests to test PremiereDateComparer functionality.
2023-11-14Fix warnings in test projectsBond_009
2022-12-14Fix debug builds (#8909)Bond-009
2022-09-28Remove redundant using directivesHannes Braun
2022-09-09Fix build errors from new warningsCody Robibero
2022-04-07Merge pull request #7548 from 1337joe/comparer-null-fixCody Robibero
(cherry picked from commit 72aca1519132315a69d9dad53e4840f461e58285) Signed-off-by: crobibero <cody@robibe.ro>
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