[corlib] Tests TimeZoneInfo.ParseTZBuffer
authorMarcos Henrich <marcos.henrich@xamarin.com>
Thu, 12 Nov 2015 18:45:03 +0000 (18:45 +0000)
committerMarcos Henrich <marcos.henrich@xamarin.com>
Fri, 13 Nov 2015 15:51:11 +0000 (15:51 +0000)
commit1ca88f954763f0be109a0a4f3f60c79f47f2f976
tree2f5c9323ffa38ef4b4712170107b681f13ba6fb9
parentd6866aa8dd3adf69fc02b605cd3e70c24411edc5
[corlib] Tests TimeZoneInfo.ParseTZBuffer

Context: https://bugzilla.xamarin.com/show_bug.cgi?id=31432

Tests TimeZoneInfo.ParseTZBuffer with Europe/Moscow data that thrown
at System.ThrowHelper.ThrowKeyNotFoundException ()
at System.Collections.Generic.Dictionary`2[System.Int32,System.String].get_Item (Int32 key)mscorlib/system/collections/generic/dictionary.cs:176
at System.TimeZoneInfo.ParseTimesTypes (System.Byte[] buffer, Int32 index, Int32 count, System.Collections.Generic.Dictionary`2 abbreviations) [0x0002f] in mcs/class/corlib/System/TimeZoneInfo.cs:1293
at System.TimeZoneInfo.ParseTZBuffer (System.String id, System.Byte[] buffer, Int32 length)
mcs/class/corlib/Test/System/TimeZoneInfoTest.cs