Skip to content

[apple][HybridGlobalization] Enable more System.Globalization.Tests for Apple Hybrid-Globalization #100240

Closed
@matouskozak

Description

@matouskozak

There are a lot of tests in System.Globalization.Tests that are only enabled for Hybrid-Globalization on Browser. For example:

[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsHybridGlobalizationOnBrowser))]
[MemberData(nameof(LongDatePattern_Get_TestData_HybridGlobalization))]
public void LongDatePattern_Get_ReturnsExpected_HybridGlobalization(DateTimeFormatInfo format, string expected)
{
Assert.Equal(expected, format.LongDatePattern);
}

Some of these tests could be used to verify correct functionality of Apple Hybrid-Globalization.


cc: @mkhamoyan

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions