2006-01-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 94554f7c56f3e08d5335d0fe3573a71921f1d5d9..36fa209b1989c30eee99a6bc1919e54023a7da93 100644 (file)
@@ -1,3 +1,31 @@
+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.