Imported Upstream version 6.12.0.93

Former-commit-id: 3f17acf8aeaf62336186ac76c66fcc12727a6c8f
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2020-09-02 08:48:03 +00:00
parent 3308852af0
commit 15e620f34f
59 changed files with 871 additions and 780 deletions

View File

@@ -1109,6 +1109,7 @@ namespace System.Tests
}
#if !MONO // currently fails, see https://github.com/mono/mono/issues/16623#issuecomment-678248447
var hebrewCulture = new CultureInfo("he-IL");
hebrewCulture.DateTimeFormat.Calendar = new HebrewCalendar();
DateTime today = DateTime.Today;
@@ -1116,6 +1117,7 @@ namespace System.Tests
{
yield return new object[] { today.ToString(pattern, hebrewCulture), pattern, hebrewCulture, DateTimeStyles.None, null };
}
#endif
}
[Theory]