You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
@ -283,6 +283,7 @@ namespace MonoTests.System.Globalization
|
||||
}
|
||||
|
||||
[Test] // bug #81930
|
||||
[Category ("NotWasm")]
|
||||
public void IsReadOnly ()
|
||||
{
|
||||
CultureInfo ci;
|
||||
@ -504,6 +505,7 @@ namespace MonoTests.System.Globalization
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWasm")]
|
||||
public void UseUserOverride_CurrentCulture ()
|
||||
{
|
||||
CultureInfo ci = CultureInfo.CurrentCulture;
|
||||
@ -515,6 +517,7 @@ namespace MonoTests.System.Globalization
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("NotWasm")]
|
||||
public void UseUserOverride_CurrentUICulture ()
|
||||
{
|
||||
CultureInfo ci = CultureInfo.CurrentCulture;
|
||||
@ -757,6 +760,7 @@ namespace MonoTests.System.Globalization
|
||||
}
|
||||
|
||||
[Test]
|
||||
[Category ("MultiThreaded")]
|
||||
public void FlowCultureInfoFromParentThreadSinceNet46 ()
|
||||
{
|
||||
if (SynchronizationContext.Current != null) {
|
||||
|
Reference in New Issue
Block a user