2006-01-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 35935fb588ae6e87e353ee06eece296622517413..36fa209b1989c30eee99a6bc1919e54023a7da93 100644 (file)
@@ -1,3 +1,59 @@
+2006-01-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * ActivatorTest.cs: Add Nullable tests.
+
+2006-01-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ActivatorTest.cs: Added new test cases for bug #71300 and for some
+       specific types that cannot be created using Activator.
+       * TypeTest.cs: Added new test cases for bug #71300.
+
+2006-01-02  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add Nullable tests.
+
+2005-12-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * TimeZoneTest.cs: Fix CET tests.
+
+2005-12-23  Sebastien Pouliot  <sebastien@ximian.com> 
+       * TimeZoneTest.cs: Added test cases for serialization interop.
+
+2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DecimalTest.cs: Re-enabled Single rounding tests (which had nothing
+       to do with bug #60227). The problems were in the string output of the
+       float - which was then used to parse the decimal.
+
+2005-12-22  Raja R Harinath  <rharinath@novell.com>
+
+       * ConsoleTest.cs: Modernize to use attributes and Assert class.
+
+2005-12-20  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DecimalTest.cs: Fixed test cases to run (without failures) on 2.0.
+       Re-activated TestDiv by excluding only the failures from Mono (so it
+       doesn't get worse), in fact we only have 1 (very small) difference
+       with MS 2.0.
+       * DecimalTest2.cs: Fixed test cases to run (without failures) on 2.0.
+
+2005-12-20  Raja R Harinath  <rharinath@novell.com>
+
+       * TypeTest.cs (FullNameGenerics): Add tests for AssemblyQualifiedName.
+       (IsAssignable): New.  Test Type.IsAssignableFrom for generic types.
+
+2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ArrayTest.cs: Added test cases for a binary search with an empty
+       list (bug #77030). Fixed other test cases so they execute without 
+       failures under MS 2.0. Removed test cases for API changes in 2.0 
+       final.
+
+2005-12-18  Raja R Harinath  <harinath@gmail.com>
+
+       * TypeTest.cs (FullNameGenerics): Identify individual assertions.
+
 2005-12-15  Sebastien Pouliot  <sebastien@ximian.com>
 
        * DoubleTest.cs: Added test cases for parsing hexadecimal strings.