Merge pull request #907 from enricosada/era_names
[mono.git] / mcs / class / corlib / Test / System.Globalization / ChangeLog
index 4456f939d655791ff49ad9a30c42250b4f697ff8..2274f429d378db407737643be1e35243ef13cc63 100644 (file)
@@ -1,3 +1,158 @@
+2010-05-14  Damien Diederen  <dd@crosstwine.com>
+
+       * 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  <jbevain@novell.com>
+
+       * StringInfoTest.cs: test the default constructor.
+
+2009-10-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * CompareInfoTest.cs: Add test cases to validate parameters
+
+2009-06-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * *.cs: Convert all tests to new-style nunit classes/methods.   
+
+2009-05-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * CultureInfoTest.cs: Fix the net 1.1 build.
+
+2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CultureInfoTest.cs : test zh-Hant.
+
+2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added test for #462957.
+
+2008-08-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CultureInfoTest.cs : added test for bug #402128.
+
+2008-04-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SortKeyTest.cs : new test, for bug #376171.
+
+2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeFormatInfoTest.cs : enabled test for bug #332553.
+
+2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeFormatInfoTest.cs : added test for bug #335298.
+
+2007-10-10  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DateTimeFormatInfoTest.cs: Added test for bug #332553.
+
+2007-07-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CalendarTest.cs : true test for bug #81783 (overflown month in
+         AddMonths().)
+
+2007-07-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * StringInfoTest.cs : new test.
+
+2007-07-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CalendarTest.cs : enabled ToFourDigitYear() test from 5 years ago.
+         and added some more ToFourDigitYear() tests.
+
+2007-07-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CalendarTest.cs : added GetWeekOfYear() test.
+
+2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CultureInfoTest.cs: Fixed UseUserOverride tests to pass on systems
+       where invariant culture is default locale.
+
+2007-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CultureInfoTest.cs: Added extra info in order to troubleshoot
+       buildbot failure on redhat9-i386.
+
+2007-07-03  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CalendarTest.cs, EastAsianLunisolarCalendarTest.cs :
+         more tests needed mark as NotWorking.
+
+2007-07-02  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EastAsianLunisolarCalenderTest.cs: Fixed build.
+
+2007-07-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * EastAsianLunisolarCalendarTest.cs : new test, totally not-working.
+       * CalendarTest.cs : added couple of 2.0 tests. Some are not working.
+
+2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <atsushi@ximian.com>
+
+       * CalendarTest.cs : test for bug #81783 and AddYears() for leap year
+         (similar issue).
+
+2007-05-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>
+
+       * DateTimeFormatInfo.cs: Added EraName.
+
+2007-05-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * IdnMappingTest.cs : new test.
+
+2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * RegionInfoTest.cs : new tests.
+
+2007-03-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added test for bug #79714.
+
+2007-02-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added test for bug #80865.
+
+2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added test for bug #80612.
+
+2007-01-22  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * 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  <drieseng@users.sourceforge.net>
+
+       * CompareInfoTest.cs: Added test for checking valid CompareOptions for
+       GetSortKey.
+
+2006-12-25 Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added tests for OrdinalIgnoreCase versions
+         of IndexOf() and LastIndexOf(). Added Ordinal LastIndexOf() tests.
+
+2006-11-27 Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : why there was "return" before OrdinalIgnoreCase
+         tests ...
+
 2006-06-08 Atsushi Enomoto  <atsushi@ximian.com>
 
        * DateTimeFormatInfoTest.cs : added test for bug #78569.