2006-01-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 5d808ce0335c1a11617feee2eb3248f3e067f6f2..36fa209b1989c30eee99a6bc1919e54023a7da93 100644 (file)
@@ -1,3 +1,148 @@
+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.
+       * SingleTest.cs: Added test cases for parsing hexadecimal strings.
+
+2005-12-14  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * BadImageFormatExceptionCas.cs: MS fixed this in 2.0 final (#71861).
+
+2005-12-13  Zoltan Varga  <vargaz@gmail.com>
+
+       * ArrayTest.cs: Add regression test for #76973.
+
+2005-12-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DoubleTest.cs : added test for bug #75228.
+
+2005-12-09  Raja R Harinath  <rharinath@novell.com>
+
+       * TypeTest.cs (TypeParameterIsNotGeneric): New.  Test invariants
+       listed in MSDN docs.
+
+2005-12-08  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AppDomainSetupTest.cs: Adapted tests to work on both Mono/MS and
+       both 1.1/2.0. Most of the previously "NonWorking" test cases were
+       really path issues (valid on Linux, invalid on Windows).
+
+2005-12-06  Sebastien Pouliot  <sebastien@ximian.com> 
+       * ConvertTest.cs: Added test case for bug #76876 (new lines in b64).
+       * NumberFormatterTest.cs: Moved back "NotWorking" tests into their 
+       normal test case (Test13024). Added more tests for carry propagation.
+
+2005-12-05  Peter Dennis Bartok  <pbartok@novell.com>
+
+       * EnumTest.cs: Added test for "no bits set" on flags enum (bug #76921)
+
+2005-12-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AppDomainSetupTest.cs: Fixed test cases to execute properly under
+       MS 1.1 SP1 and 2.0 final.
+       * DateTimeTest.cs: Split TestParse5 into several test cases to find 
+       the one failing under MS 1.1 SP1. Also fixed tests for MS 2.0 final.
+
+2005-11-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * ArrayTest.cs: Reenable some previously not-working 2.0 tests.
+
+2005-11-11  Raja R Harinath  <rharinath@novell.com>
+
+       * ArrayTest.cs (Resize_null): New.  Test Resize<T> with a null argument.
+
+2005-11-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Int64Test.cs : ditto for long. Numbered tests.
+
+2005-11-09  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Int32Test.cs : Added tests for parsing "2147483648" (should be error)
+
+2005-10-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * StringTest.cs: new test for LastIndexOfAny.
+
+2005-10-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add tests for #75515.
+
+2005-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeTest.cs: Added GetTypeCode test.
+
+2005-10-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : another crappy Windows dependent format.
+
+2005-10-07  Zoltan Varga  <vargaz@gmail.com>
+
+       * DelegateTest.cs: New file.
+
+2005-09-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * StringTest.cs: Add test for #76204.
+
+2005-09-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeTest.cs: test for #76150.
+
 2005-09-14  Atsushi Enomoto  <atsushi@ximian.com>
 
        * DateTimeTest.cs : test for #76082.