In Test/System.Globalization:
[mono.git] / mcs / class / corlib / Test / System.Globalization / ChangeLog
index 0763d1833a20649e844b8e98d51dd5c73c971048..0e0243006c60bc72636bfd622ae16f8cee363c98 100644 (file)
@@ -1,3 +1,76 @@
+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.