You've already forked linux-packaging-mono
Imported Upstream version 6.12.0.93
Former-commit-id: 3f17acf8aeaf62336186ac76c66fcc12727a6c8f
This commit is contained in:
parent
3308852af0
commit
15e620f34f
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user