aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2021-05-16Reduce some allocationscvium
2021-05-16Add tests for RecordinghelperBond_009
2021-05-15Changes as requestedBaronGreenback
2021-05-14Update to dotnet5.0.6crobibero
2021-05-11corrected testsBaronGreenback
2021-05-10Add tests for LocalizationManagerDavid Ullmer
2021-05-08Moved testBaronGreenback
2021-05-08Changed to use spanBaronGreenback
2021-05-08Merge remote-tracking branch 'upstream/master' into UrlDecodingBaronGreenback
2021-05-08Minor improvementsBond_009
* properly dispose CancellationTokenSource * rewrite DynamicHlsController.GetSegmentLengths * remove dead code
2021-05-07changedBaronGreenback
2021-05-07Update tests/Jellyfin.Api.Tests/Controllers/EncodedQueryStringTest.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-05-07Update tests/Jellyfin.Api.Tests/Controllers/EncodedQueryStringTest.csBaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-05-07Moved into test controller.BaronGreenback
2021-05-07tests and small fix.BaronGreenback
2021-05-06Add support for legacy HDhomerun DUAlBond_009
2021-05-05PathExtensions: Fix index out of bounds in TryReplaceSubPathBond_009
Fixes #5977
2021-05-05Merge pull request #5984 from Bond-009/containerBond-009
Add regression test for ContainerProfile.ContainsContainer
2021-05-05Add regression test for ContainerProfile.ContainsContainerBond_009
2021-05-05Add support for fanart aspect in thumb tagDavid Ullmer
2021-05-05Merge pull request #5938 from cvium/allocationzBond-009
2021-05-05Merge pull request #5762 from BaronGreenback/networkTestHardeningBill Thornton
Fix network test on dns failure
2021-05-04remove redundant codecvium
2021-05-03rename to SplitEnumerator and fix testcvium
2021-05-03Changed selection methodBaronGreenback
2021-05-02Merge pull request #5954 from Bond-009/tests5Bond-009
Add tests for SqliteItemRepository.(De)SerializeProviderIds
2021-05-02Don't run integration tests in parallelBond_009
* Easier to debug failing tests when the logs aren't scrambled * Static properties could cause issues
2021-05-02Add tests for SqliteItemRepository.(De)SerializeProviderIdsBond_009
2021-05-02Add tests for SqliteItemRepository.(De)SerializeImagesBond_009
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-05-01Update tests/Jellyfin.Networking.Tests/NetworkParseTests.csBaronGreenback
Co-authored-by: David Ullmer <davidullmer@outlook.de>
2021-04-30Merge pull request #5890 from Bond-009/filesystemBond-009
Reduce string allocations/fs lookups in resolve code
2021-04-30Bump AutoFixture.AutoMoq from 4.16.0 to 4.17.0dependabot[bot]
Bumps [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-30Merge pull request #5913 from ↵Bond-009
jellyfin/dependabot/nuget/AutoFixture.Xunit2-4.17.0 Bump AutoFixture.Xunit2 from 4.16.0 to 4.17.0
2021-04-29Merge pull request #5891 from Bond-009/filesystem2Bond-009
2021-04-27Bump AutoFixture.Xunit2 from 4.16.0 to 4.17.0dependabot[bot]
Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26Fixed testBaronGreenback
2021-04-26removed unused usingsBaronGreenback
2021-04-26Fix url for LiveTVBaronGreenback
2021-04-26Bump AutoFixture from 4.16.0 to 4.17.0dependabot[bot]
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0. - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0) Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22ManagedFileSystem: Rewrite GetValidFilename and more improvementsBond_009
2021-04-22Reduce string allocations/fs lookups in resolve codeBond_009
2021-04-21Moved AssertBaronGreenback
2021-04-21Changes as requestedBaronGreenback
2021-04-21Update tests/Jellyfin.Dlna.Tests/ProfileTester.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-21Update tests/Jellyfin.Dlna.Tests/ProfileTester.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-21Update tests/Jellyfin.Dlna.Tests/ProfileTester.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-04-20Merge branch 'master' into ProfileMatchBaronGreenback