* Activator.cs: Match exceptions thrown by MS.NET for CreateInstance
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index c35d3635dbf05c138aaf9b4cb8ee3ad5ca3c8134..3976e0574d867e38fb952f3fd4aa61761014552c 100644 (file)
@@ -1,3 +1,83 @@
+2005-05-13  Gert Driesen <drieseng@users.sourceforge.net>
+       
+       * ActivatorTest.cs: Tests for exceptions thrown by CreateInstance
+       overloads if type is abstract.
+
+2005-05-08  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * DoubleFormatterTest.cs: re-enabled test as bug #60110 is fixed.
+
+2005-05-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DoubleTest.cs : added test for #72955.
+
+2005-05-07  Ben Maurer  <bmaurer@ximian.com>
+
+       * ArrayTest.cs: Test for #70725.
+
+2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
+
+       * MathTest.cs: Add new rounding test.
+
+2005-04-16  Ben Maurer  <bmaurer@ximian.com>
+
+       * DateTimeTest.cs: Remove tests that fail durring DST.
+
+2005-04-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AppDomainCas.cs: New. Permission (CAS) unit tests for AppDomain.
+
+2005-03-31  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ExceptionTest.cs: Added check for ArgumentNullException on 
+       GetObjectData method.
+
+2005-03-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeTest.cs: Add new tests for bug #73972.
+
+2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
+
+       * StringTest.cs: Added tests for new methods.
+
+       * ModuleHandleTest.cs: Fix warning.
+
+2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ActivatorCas.cs: New. CAS unit tests for Activator.
+       * ConsoleCas.cs: New. CAS unit tests for Console.
+       * EnvironmentCas.cs: Added partial trust test cases.
+       * ExceptionCas.cs: Added partial trust test cases.
+       * MarshalByRefObjectCas.cs: New. CAS unit tests for MarshalByRefObject.
+       * RuntimeMethodHandleCas.cs: New. CAS unit tests RuntimeMethodHandle.
+       * TypedReferenceCas.cs: New. CAS unit tests for TypedReference.
+
+2005-03-15  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * BadImageFormatExceptionCas.cs: New. Permission tests for 
+       BadImageFormatException.
+
+2005-03-14  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * EnvironmentCas.cs: Fixed failures under MS for NET_1_1.
+       * ExceptionCas.cs: Fixed failures under MS for NET_1_1.
+
+2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeTest.cs: Add tests for bug #73432.
+
+2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * StringTest.cs: Add some unsafe ctor tests.
+
+2005-02-19  Ben Maurer  <bmaurer@ximian.com>
+
+       * RandomTest.cs (NextDouble): Disable. See comment.
+
+2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
+
+       * TypeTest.cs: Add tests for byref types.
+
 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
 
        * *: Fix up tests on 2.0 by explicitly boxing.