jellyfin-server/tests
obradovichv 0282a1ed09 Fix string culture specificity
Fix bug in SsaParser.cs primary color {\1c} formatting that would leave
behind the {\1c} closing token and instead append </font> token
unconditionally to the dialogue text. Add tests.

Change AlphanumComparatorTests.cs complementary test data generation
from an array shuffle to an array reversal. Although it was previously
using a seeded Random, the shuffle itself could result in no
rearrangement of elements if the seed or test data changed over time.
The reversal guarantees reordering of elements and has the added benefit
of simplifying the test code since no special handling is needed for
arrays of 2 elements.

Change DailyTrigger.cs logging of TriggerDate format to
"yyyy-MM-dd HH:mm:ss.fff zzz" for consistency with configured log
timestamp format and change DueTime format to culture-invariant "c"
format.
2021-01-03 20:17:27 +02:00
..
Jellyfin.Api.Tests Bump AutoFixture.AutoMoq from 4.14.0 to 4.15.0 2020-12-31 14:13:22 +00:00
Jellyfin.Common.Tests Merge pull request #4884 from crobibero/json-nullable-guid-converter 2020-12-30 19:56:04 -05:00
Jellyfin.Controller.Tests Fix string culture specificity 2021-01-03 20:17:27 +02:00
Jellyfin.Dlna.Tests Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 2020-12-10 12:57:44 +00:00
Jellyfin.MediaEncoding.Tests Fix string culture specificity 2021-01-03 20:17:27 +02:00
Jellyfin.Model.Tests Upgrade Jellyfin.Model.Tests to net5.0 2020-11-13 10:40:09 -07:00
Jellyfin.Naming.Tests Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 2020-12-10 12:57:44 +00:00
Jellyfin.Networking.Tests/NetworkTesting Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 2020-12-10 12:57:44 +00:00
Jellyfin.Server.Implementations.Tests Bump AutoFixture.AutoMoq from 4.14.0 to 4.15.0 2020-12-31 14:13:22 +00:00
coverletArgs.runsettings Split CI testing files 2020-01-15 11:05:57 +01:00
jellyfin-tests.ruleset Merge MediaBrowser.Api.Tests into Jellyfin.Api.Tests 2020-09-03 23:13:46 +02:00