Merge pull request #260 from pcc/topmost
[mono.git] / mcs / class / corlib / Test / System.Globalization / ChangeLog
index 70f271236a36bbddf1cb7d37241874858d29fbac..2274f429d378db407737643be1e35243ef13cc63 100644 (file)
@@ -1,3 +1,43 @@
+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.