You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Apple-Mobile][Globalization] Refactoring of CalendarData.iOS and new DateTimeFormatInfo* tests (#102464)
* enable ShortDatePattern tests + refactor
* LongDatePattern correct format
* LongDatePattern tests
* fix EnumDatePatterns AddRange for Apple Hybrid
* remove duplicate invariant ShorDatePattern test
* remove duplicate en-US LongDatePattern case
* MonthDayPattern test cases
* add _ICU suffix to DatePattern names
* DayNames ICU test cases
* AbbreviatedDayNames ICU tests
* Move GetCalendarInfoNative to EnumCalendarInfo ICU
* MonthNames test suit for ICU
* AbbreviatedMonthGenitiveNames ICU test suit
* AbbreviatedMonthNames ICU test suit
* MonthGenitive ICU test suit
* refactor CalendarData.iOS.cs
to use more of the shared CalendarData.ICU code
* refactor new DateTiemFormatInfo* API tests
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime/tests/System.Globalization.Tests/DateTimeFormatInfo/DateTimeFormatInfoAbbreviatedDayNames.cs
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ public static IEnumerable<object[]> AbbreviatedDayNames_Set_TestData()
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime/tests/System.Globalization.Tests/DateTimeFormatInfo/DateTimeFormatInfoAbbreviatedMonthGenitiveNames.cs
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime/tests/System.Globalization.Tests/DateTimeFormatInfo/DateTimeFormatInfoAbbreviatedMonthNames.cs
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,13 @@ public static IEnumerable<object[]> AbbreviatedMonthNames_Set_TestData()
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime/tests/System.Globalization.Tests/DateTimeFormatInfo/DateTimeFormatInfoDayNames.cs
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,12 @@ public static IEnumerable<object[]> DayNames_Set_TestData()
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime/tests/System.Globalization.Tests/DateTimeFormatInfo/DateTimeFormatInfoLongDatePattern.cs
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,12 @@ public static IEnumerable<object[]> LongDatePattern_Set_TestData()
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime/tests/System.Globalization.Tests/DateTimeFormatInfo/DateTimeFormatInfoMonthDayPattern.cs
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@ public static IEnumerable<object[]> MonthDayPattern_Set_TestData()
Copy file name to clipboardExpand all lines: src/libraries/System.Runtime/tests/System.Globalization.Tests/DateTimeFormatInfo/DateTimeFormatInfoMonthGenitiveNames.cs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ public static IEnumerable<object[]> MonthGenitiveNames_Get_TestData()
0 commit comments