You've already forked linux-packaging-mono
Imported Upstream version 4.0.1.28
Former-commit-id: d8405b75d12c6845dab8fe08c1576f57a148d621
This commit is contained in:
@ -225,6 +225,15 @@ namespace MonoTests.System.Globalization
|
||||
Assert.Fail ("InvariantCulture not found in the array from GetCultures()");
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void GetAllCultures_Specific ()
|
||||
{
|
||||
CultureInfo [] infos = CultureInfo.GetCultures (CultureTypes.SpecificCultures);
|
||||
foreach (CultureInfo ci in infos) {
|
||||
Assert.IsNotNull (ci.DateTimeFormat);
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
#if !NET_4_0
|
||||
[ExpectedException (typeof (NotSupportedException))]
|
||||
|
Reference in New Issue
Block a user