* VersionTest.cs: Reworked tests for NUnit 2.2.
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index f66ff17842a53e48d2255c4b0d57f426352a6a93..d3b86f41a21761aab6c8503e956bad2a965b34f6 100644 (file)
@@ -1,8 +1,43 @@
-2006-08-22  Sebastien Pouliot  <sebastien@ximian.com> 
+2006-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * VersionTest.cs: Reworked tests for NUnit 2.2.x.
+
+2006-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * BadImageFormatExceptionTest.cs: Added ctors tests.
+
+2006-10-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EnumTest.cs: Improved TestFormat_Args tests to check whether correct
+       exception is thrown.
+
+2006-09-05  Raja R Harinath  <rharinath@novell.com>
+
+       * DateTimeTest.cs (Kind): Add test for DateTime.Today.
+
+2006-09-01  Raja R Harinath  <rharinath@novell.com>
+
+       * TypeTest.cs (GenericByRef): New.  Inspired by #79238.
+
+       Re-enable TypeTest.
+       * TypeTest.cs (TypeTest): Remove explicit constructor that
+       disabled the default empty constructor.
+       (Name): Use Assert.AreEqual.
+       (ByrefTypes): Use a nested type rather than TypeTest.
+       (InvokeMemberMatchPrimitiveTypeWithInterface): Likewise.
+       (Bug79023): Disable.
+
+2006-08-31  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add a test for #79110.
+
+2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
 
        * DateTimeTest.cs: Split the X509Certificate test in two - so the 'Z'
        literal case can be marked as NotWorking under 2.0 (anyway this doesn't
        affect X.509 certificate parsing).
+       * StringTest.cs: Add a missing test case and split some existing (to 
+       use nunit2  syntax).
        * TypeTest.cs: Fix the unit test build (for 2.0) so that monobuild can
        run them (both profiles).