X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem.Globalization%2FChangeLog;h=2274f429d378db407737643be1e35243ef13cc63;hb=2f076e3b2d1eb1b59afdea3856e6389ce25db878;hp=67a95f0c5b457f63870185eecb4f61e7e90189f9;hpb=a8b22e0e864c03b8cfd2f2cb5a8075b6611c5553;p=mono.git diff --git a/mcs/class/corlib/Test/System.Globalization/ChangeLog b/mcs/class/corlib/Test/System.Globalization/ChangeLog index 67a95f0c5b4..2274f429d37 100644 --- a/mcs/class/corlib/Test/System.Globalization/ChangeLog +++ b/mcs/class/corlib/Test/System.Globalization/ChangeLog @@ -1,3 +1,153 @@ +2010-05-14 Damien Diederen + + * IdnMappingTest.cs: U+0221 is not unassigned anymore, use U+18B0 + + U+0221 is LATIN SMALL LETTER D WITH CURL in Unicode 4.0, + and is recognized as a valid letter in recent versions of the + .NET framework. This causes GetAsciiInvalid to (unexpectedly) + succeed, and the test to fail. + + Use U+18B0 instead, which is unassigned as of Unicode 5.2 and + .NET 3.5 SP1. + +2009-12-09 Jb Evain + + * StringInfoTest.cs: test the default constructor. + +2009-10-29 Sebastien Pouliot + + * CompareInfoTest.cs: Add test cases to validate parameters + +2009-06-25 Zoltan Varga + + * *.cs: Convert all tests to new-style nunit classes/methods. + +2009-05-27 Zoltan Varga + + * CultureInfoTest.cs: Fix the net 1.1 build. + +2009-05-21 Atsushi Enomoto + + * CultureInfoTest.cs : test zh-Hant. + +2009-01-07 Atsushi Enomoto + + * CompareInfoTest.cs : added test for #462957. + +2008-08-14 Atsushi Enomoto + + * CultureInfoTest.cs : added test for bug #402128. + +2008-04-02 Atsushi Enomoto + + * SortKeyTest.cs : new test, for bug #376171. + +2007-11-03 Atsushi Enomoto + + * DateTimeFormatInfoTest.cs : enabled test for bug #332553. + +2007-10-30 Atsushi Enomoto + + * DateTimeFormatInfoTest.cs : added test for bug #335298. + +2007-10-10 Gert Driesen + + * DateTimeFormatInfoTest.cs: Added test for bug #332553. + +2007-07-17 Atsushi Enomoto + + * CalendarTest.cs : true test for bug #81783 (overflown month in + AddMonths().) + +2007-07-10 Atsushi Enomoto + + * StringInfoTest.cs : new test. + +2007-07-10 Atsushi Enomoto + + * CalendarTest.cs : enabled ToFourDigitYear() test from 5 years ago. + and added some more ToFourDigitYear() tests. + +2007-07-09 Atsushi Enomoto + + * CalendarTest.cs : added GetWeekOfYear() test. + +2007-07-05 Gert Driesen + + * CultureInfoTest.cs: Fixed UseUserOverride tests to pass on systems + where invariant culture is default locale. + +2007-07-03 Gert Driesen + + * CultureInfoTest.cs: Added extra info in order to troubleshoot + buildbot failure on redhat9-i386. + +2007-07-03 Atsushi Enomoto + + * CalendarTest.cs, EastAsianLunisolarCalendarTest.cs : + more tests needed mark as NotWorking. + +2007-07-02 Gert Driesen + + * EastAsianLunisolarCalenderTest.cs: Fixed build. + +2007-07-02 Atsushi Enomoto + + * EastAsianLunisolarCalendarTest.cs : new test, totally not-working. + * CalendarTest.cs : added couple of 2.0 tests. Some are not working. + +2007-06-24 Gert Driesen + + * CultureInfoTest.cs: Added exception tests when invoking NumberFormat + or DateTimeFormat on a neutral culture. Added tests for bug #81930. + No longer derive from deprecated Assertion class. Added tests for + GetCultureInfo (2.0). + +2007-06-01 Atsushi Enomoto + + * CalendarTest.cs : test for bug #81783 and AddYears() for leap year + (similar issue). + +2007-05-31 Rolf Bjarne Kvinge + + * DateTimeFormatInfo.cs: Added EraName. + +2007-05-25 Atsushi Enomoto + + * IdnMappingTest.cs : new test. + +2007-05-15 Atsushi Enomoto + + * RegionInfoTest.cs : new tests. + +2007-03-06 Atsushi Enomoto + + * CompareInfoTest.cs : added test for bug #79714. + +2007-02-15 Atsushi Enomoto + + * CompareInfoTest.cs : added test for bug #80865. + +2007-01-25 Atsushi Enomoto + + * CompareInfoTest.cs : added test for bug #80612. + +2007-01-22 Atsushi Enomoto + + * CompareInfoTest.cs : Added Compare() tests for hyphens. + Removed NotWorking from previous new test (its existence wasn't + even recognized until today). + +2007-01-11 Gert Driesen + + * CompareInfoTest.cs: Added test for checking valid CompareOptions for + GetSortKey. + +2006-12-25 Atsushi Enomoto + + * CompareInfoTest.cs : added tests for OrdinalIgnoreCase versions + of IndexOf() and LastIndexOf(). Added Ordinal LastIndexOf() tests. + 2006-11-27 Atsushi Enomoto * CompareInfoTest.cs : why there was "return" before OrdinalIgnoreCase