Cleanup and enhance DateTimeFormatInfo tests (dotnet/corefx#35944)
authorHugh Bellamy <hughbellars@gmail.com>
Tue, 19 Mar 2019 17:41:44 +0000 (18:41 +0100)
committerTarek Mahmoud Sayed <tarekms@microsoft.com>
Tue, 19 Mar 2019 17:41:44 +0000 (10:41 -0700)
commitbc042970e8e7717c501b26c1b089850fcd3652ef
treedd0d75aadba9c8788af4b6a6415e0ba8a47c3620
parentfa84ab2aff7a49ff65f41545121ba61afa528ad9
 Cleanup and enhance DateTimeFormatInfo tests (dotnet/corefx#35944)

* Cleanup and enhance DateTimeFormatInfo tests

* Combine tests into single file

- Makes sense for these short tests
- No cleanups or test additions performed

* Remove net46 tests

* Update DateTimeFormatInfoAbbreviatedDayNames.cs

Commit migrated from https://github.com/dotnet/corefx/commit/f41206d387f9793fcb64c37d509128f6c016231a
63 files changed:
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoAMDesignator.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoAbbreviatedDayNames.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoAbbreviatedMonthGenitiveNames.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoAbbreviatedMonthNames.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoCalendar.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoCalendarWeekRule.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoClone.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoDayNames.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoFirstDayOfWeek.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoFullDateTimePattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetAbbreviatedDayName.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetAbbreviatedEraName.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetAbbreviatedMonthName.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetDayName.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetEra.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetEraName.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetFormat.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetInstance.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoGetMonthName.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoLongDatePattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoLongTimePattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoMonthDayPattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoMonthGenitiveNames.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoMonthNames.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoPMDesignator.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoRFC1123Pattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoReadOnly.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoShortDatePattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoShortTimePattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoShortestDayNames.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoSortableDateTimePattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoTests.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoUniversalSortableDateTimePattern.cs
src/libraries/System.Globalization/tests/DateTimeFormatInfo/DateTimeFormatInfoYearMonthPattern.cs
src/libraries/System.Globalization/tests/DateTimeStyles/DateTimeStylesTests.cs [deleted file]
src/libraries/System.Globalization/tests/NumberStyles/NumberStylesTests.cs [deleted file]
src/libraries/System.Globalization/tests/RegionInfo/RegionInfoTests.Methods.cs [deleted file]
src/libraries/System.Globalization/tests/StringInfo/StringInfoCtor.cs [deleted file]
src/libraries/System.Globalization/tests/StringInfo/StringInfoEquals.cs [deleted file]
src/libraries/System.Globalization/tests/StringInfo/StringInfoGetNextTextElement.cs [deleted file]
src/libraries/System.Globalization/tests/StringInfo/StringInfoGetTextElementEnumerator.cs [deleted file]
src/libraries/System.Globalization/tests/StringInfo/StringInfoParseCombiningCharacters.cs [deleted file]
src/libraries/System.Globalization/tests/StringInfo/StringInfoString.cs [deleted file]
src/libraries/System.Globalization/tests/StringInfo/StringInfoTests.cs [deleted file]
src/libraries/System.Globalization/tests/System.Globalization.Tests.csproj
src/libraries/System.Globalization/tests/System/Globalization/CharUnicodeInfoTestData.cs [moved from src/libraries/System.Globalization/tests/CharUnicodeInfo/CharUnicodeInfoTestData.cs with 100% similarity]
src/libraries/System.Globalization/tests/System/Globalization/CharUnicodeInfoTests.cs [moved from src/libraries/System.Globalization/tests/CharUnicodeInfo/CharUnicodeInfoTests.cs with 100% similarity]
src/libraries/System.Globalization/tests/System/Globalization/CultureNotFoundExceptionTests.cs [moved from src/libraries/System.Globalization/tests/CultureNotFoundException/CultureNotFoundExceptionTests.cs with 100% similarity]
src/libraries/System.Globalization/tests/System/Globalization/RegionInfoTests.cs [moved from src/libraries/System.Globalization/tests/RegionInfo/RegionInfoTests.Properties.cs with 70% similarity]
src/libraries/System.Globalization/tests/System/Globalization/SortVersionTests.cs [moved from src/libraries/System.Globalization/tests/SortVersion/SortVersionTests.cs with 100% similarity]
src/libraries/System.Globalization/tests/System/Globalization/StringInfoTests.cs [new file with mode: 0644]
src/libraries/System.Globalization/tests/System/Globalization/TextElementEnumeratorTests.cs [moved from src/libraries/System.Globalization/tests/TextElementEnumerator/TextElementEnumeratorTests.cs with 100% similarity]
src/libraries/System.Globalization/tests/System/Globalization/TextInfoTests.cs [new file with mode: 0644]
src/libraries/System.Globalization/tests/System/Globalization/UnicodeCategoryTests.cs [moved from src/libraries/System.Globalization/tests/UnicodeCategory/UnicodeCategoryTests.cs with 100% similarity]
src/libraries/System.Globalization/tests/TextInfo/TextInfoCultureName.cs [deleted file]
src/libraries/System.Globalization/tests/TextInfo/TextInfoEquals.cs [deleted file]
src/libraries/System.Globalization/tests/TextInfo/TextInfoIsReadOnly.cs [deleted file]
src/libraries/System.Globalization/tests/TextInfo/TextInfoIsRightToLeft.cs [deleted file]
src/libraries/System.Globalization/tests/TextInfo/TextInfoListSeparator.cs [deleted file]
src/libraries/System.Globalization/tests/TextInfo/TextInfoTests.cs [deleted file]
src/libraries/System.Globalization/tests/TextInfo/TextInfoToLower.cs [deleted file]
src/libraries/System.Globalization/tests/TextInfo/TextInfoToString.cs [deleted file]
src/libraries/System.Globalization/tests/TextInfo/TextInfoToUpper.cs [deleted file]