2006-03-21 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Globalization / ChangeLog
index 566ce4ea2d32a89129be36a8c26ba285d1da9562..d1f18f7bdb06e2d34184011ebfeb3147fc564832 100644 (file)
@@ -1,3 +1,58 @@
+2006-03-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CalendarTest.cs : added test for bug #76252.
+
+2006-01-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CultureInfoTest.cs : added test for bug #77347.
+
+2005-12-08  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * DaylightTimeTest.cs: New. Serialization interop test cases.
+
+2005-12-06  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * TextInfoTest.cs: Added new tests for serialization and for new 2.0
+       features.
+
+2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : split the last case in NullCharacter() out
+         and marked it as NotDotNet (.NET is inconsistent between Compare
+         and IndexOf).
+
+2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added NullCharacter() for bug #76702.
+
+2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added test for Compare() w/ OrdinalIgnoreCase.
+
+2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added more tests for some specific cultures
+         (say, Japanese) that have replacement contraction in ASCII range
+         and caused incorrect results for LastIndexOf() and all dependent
+         members.
+
+2005-10-14  Ben Maurer  <bmaurer@ximian.com>
+
+       * DateTimeFormatInfoTest.cs: New test to make sure we do not
+       return the same array from GetAllDateTimePatterns.
+
+2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added testcase for bug #76243.
+
+2005-09-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added empty string cases for IsPrefix/IsSuffix.
+
+2005-09-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added another test for IsSuffix() that I found.
+
 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * TextInfoTest.cs: Added ListSeparator test.