* VersionTest.cs: Reworked tests for NUnit 2.2.
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 7501f3b4f6a3d3c4cb30ef4359504552a05b780d..d3b86f41a21761aab6c8503e956bad2a965b34f6 100644 (file)
@@ -1,3 +1,137 @@
+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).
+
+2006-08-19  Miguel de Icaza  <miguel@novell.com>
+
+       * StringTest.cs: Add test.
+
+2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DateTimeTest.cs: Added checks for DateTimeKind (2.0) for the special
+       case of handling X.509 certificate dates. Added more checks (Kind) for
+       the failing test case.
+
+2006-08-14  Raja R Harinath  <rharinath@novell.com>
+
+       * ActivatorTest.cs (GenericType_Open1): New test based on #78943.
+       (GenericType_Open2, GenericTypes_Closed): Likewise.
+
+2006-08-05  Duncan Mak  <duncan@novell.com>
+
+       * CharTest.cs (TestTryParseValid, TestTryParseInvalid): Added
+       tests for 2.0 method Char.TryParse.
+
+2006-07-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * CharTest.cs : added tests for utf32 conversion methods.
+
+2006-07-19  Kornél Pál  <kornelpal@gmail.com>
+
+       * StringTest.cs: Added some more TestSbytePtrConstructorNegative tests
+         and TestSbytePtrConstructorOverflow tests.
+
+2006-07-18  Kornél Pál  <kornelpal@gmail.com>
+
+       * StringTest.cs: Added several tests for constructors that take sbyte*
+         as an argument. This covers bug #78703 as well. Renamed
+         TestUnsafeConstructors to TestCharPtrConstructors and removed sbyte*
+         tests from that test.
+
+2006-07-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * DoubleTest.cs: Add a test for inner whitespace and Parse ().
+
+2006-07-10  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : (Kind) make it work consistently.
+
+2006-07-07  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : test for DateTimeKind handling in ToLocalTime()
+         and ToUniversalTime() (bug #78784).
+
+2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DoubleTest.cs : added test for bug #78546.
+
+2006-06-20  Jb Evain  <jbevain@gmail.com>
+
+       * MathTest.cs: add tests for Math.Truncate.
+
+2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ArrayTest.cs : test for bug #77277 by Kazuki Oikawa.
+
+2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DoubleTest.cs : added tset for bug #77721.
+
+2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TypeTest.cs : added test for bug #77367.
+
+2006-03-31  Zoltan Varga  <vargaz@gmail.com>
+
+       * EnvironmentTest.cs: Add tests for SetEnvironmentVariable.
+
+2006-03-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * TimeSpanTest.cs : updated tests to not fail under run-test-ondotnet
+         on 2.0 profile. Thus marked them as NotWorking (since they are
+         regarded as working).
+
+2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DoubleTest.cs : added ParseEmptyString().
+
+2006-03-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add test for #74947.
+
+2006-02-18  Raja R Harinath  <harinath@gmail.com>
+
+       * TypeTest.cs (ByrefType): New.
+
 2006-02-17  Raja R Harinath  <rharinath@novell.com>
 
        * TypeTest.cs: Rename one of the instances of Foo<T> to ComFoo<T>.
        * ArrayTest.cs: Fix a few tests where NullReferenceException 
        is expected, not ArgumentNullException.
 
-2003-11-01  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-11-01  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * DateTimeTest.cs: Changed the Asserts to fix some things related to
        universal time, we can't test the equality if one DateTime is into
        the code and the other comes from the TimeZone. Different TimeZones,
        different errors in the test.
 
-2003-10-31  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-10-31  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * DateTimeTest.cs: Removed Universal Time in ToString because in
        each computer that could be different. We need more control over
        * RandomTest.cs: Added a test to compare Mono's random streams with
        MS implementation (framework and Rotor). Converted to NUnit2 format.
 
-2003-06-01  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-06-01  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * DoubleFormatterTest.cs: added the last changes from the author of
        this test (Patrick Kalkman <kalkman@cistron.nl>).
        * ConvertTest.cs: Added some tests for ToXXX methods.
        TestConvertFromNull ()
                
-2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * DoubleTest.cs: Converted to Nunit 2.0. Completed ToString test.
 
        * MarshalByRefTest.cs: New unit tests from Jean-Marc Andr 
        [jean-marc.andre@polymtl.ca]. One failure on .NET in the latter.
 
-2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * MathTest.cs: Add more tests because they were insufficient. Now
        they check limit values. Also add comments with the tests for the