2006-03-21 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Globalization / ChangeLog
index 739b329b16a8809ac5fb881f74933c52a55915ee..d1f18f7bdb06e2d34184011ebfeb3147fc564832 100644 (file)
@@ -1,3 +1,172 @@
+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.
+
+2005-08-11  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CultureInfoTest.cs : added OptionalCalendars().
+       * CompareInfoTest.cs : added possible bug test for checkedFlags 
+         optimization.
+
+2005-07-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : Some GetSortKey That tests got working.
+
+2005-07-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : Uncommented tests that got working. Added two
+         cornercase notworking LastIndexOf() tests.
+
+2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : IsSuffix() extender tests got working.
+
+2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf()
+         with ignorable source character. Added some non-working tests.
+
+2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf()
+         that takes an expansion for target char.
+
+2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : removed some FIXMEs. Added more extender tests.
+
+2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : some special weight tests got working.
+         Commented on some FIXME tests why they are so.
+
+2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : Added extender tests for GetSortKey(),
+         Compare(), IsPrefix(), IndexOf() and LastIndexOf().
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : Added Compare() test that contains expansion.
+         Fixed CompareSpecialWeight() which was not testing what I intended.
+         Added IsPrefix() tests with special weight (copying Compare() tests)
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added CompareSpecialWeight() and moved special 
+         weight comparison there.
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added GetSortKey() testcase that tests a
+         sequence of nonprimary character followed by an extender.
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added more culture-sensitive "empty" test.
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : Test for IndexOf() and LastIndexOf() with
+         "empty" target (in culture-sensitive context).
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added ignorable character in target for
+         IsPrefix/IsSuffix/IndexOf/LastIndexOf methods.
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added more special weight testcases.
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added Czech and Hungarian sorting tests.
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added more diacritical tests.
+
+2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added test for CJK mapping customization.
+
+2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added GetSortKey() test for Thai.
+
+2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added special weight GetSortKey() test.
+
+2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added several GetSortKey() tests.
+
+2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added shift weight testcases. Commented one
+         French sort thingy out.
+
+2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CompareInfoTest.cs : added another French testcase.
+
 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
 
        * CompareInfoTest.cs : added LastIndexOf() contraction cases and more.
 
        * CompareInfoTest.cs: Added some Compare tests
 
-2002-12-21  Nick Drochak <ndrochak@gol.com>\r
-\r
-       * all: make tests build and run under nunit2\r
+2002-12-21  Nick Drochak <ndrochak@gol.com>
+
+       * all: make tests build and run under nunit2