|
|
@@ -41,7 +41,7 @@ public class WebAssemblyICUShardingTest : ServerTestBase<ToggleExecutionModeServ
|
|
|
Assert.Equal("Bonjour!", localizedDisplay.Text);
|
|
|
}
|
|
|
|
|
|
- [Theory(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
|
|
|
+ [Theory]
|
|
|
[InlineData("ko", "ko", "2020. 9. 2. 오전 12:00:00", "안녕하세요")] // ko exists in the CJK data set.
|
|
|
[InlineData("ko-KR", "ko-KR", "2020. 9. 2. 오전 12:00:00", "안녕하세요")]// ko-KR exists in the CJK data set.
|
|
|
[InlineData("ko-KO", "ko-KO", "2020. 9. 2. 00:00:00", "안녕하세요")] // ko-KO is custom culture and doesn't exist in the CJK data set.
|
|
|
@@ -65,7 +65,7 @@ public class WebAssemblyICUShardingTest : ServerTestBase<ToggleExecutionModeServ
|
|
|
Assert.Equal(expectedText, localizedDisplay.Text);
|
|
|
}
|
|
|
|
|
|
- [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
|
|
|
+ [Fact]
|
|
|
public void LoadingApp_RussianLanguage_Works()
|
|
|
{
|
|
|
// Arrange
|
|
|
@@ -83,7 +83,7 @@ public class WebAssemblyICUShardingTest : ServerTestBase<ToggleExecutionModeServ
|
|
|
Assert.Equal("Hello", localizedDisplay.Text); // No localized resources for this culture.
|
|
|
}
|
|
|
|
|
|
- [Fact(Skip = "https://github.com/dotnet/aspnetcore/issues/49191")]
|
|
|
+ [Fact]
|
|
|
public void LoadingApp_KannadaLanguage_Works()
|
|
|
{
|
|
|
// Arrange
|