2006-01-03 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 316b725342c28f436ce6c75c365f9161bdbd5e58..36fa209b1989c30eee99a6bc1919e54023a7da93 100644 (file)
@@ -1,3 +1,298 @@
+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.
+
+2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : test for #72132.
+
+2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : test for #75995.
+
+2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : test for #75213.
+
+2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : another COM dependent idiotic parse.
+
+2005-08-19  Gert Driesen <drieseng@users.sourceforge.net>
+
+       * ConvertTest.cs: FromBase64String always return zero-length byte 
+       array for a zero-length string. On 2.0 profile, FromBase64String also
+       returns a zero-length byte array for a whitespace-only string.
+       Added tests for empty and whitespace-only byte array.
+
+2005-08-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ConvertTest.cs: added test for bug #75840.
+
+2005-08-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ConvertTest.cs: Added mix/max base 16 convert from string tests for
+       byte/short/int.
+
+2005-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ConvertTest.cs: Added tests for hex prefixed value, bad hex prefixes,
+       negative hex values, invalid chars for base 10 and 16 values, empty
+       base values, values containing only hex prefix, values containing only
+       negative sign.
+
+2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : added ParseCOMDependent().
+
+2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : added EmptyFormatPattern() failure case.
+       * StringTest.cs : number asserts.
+
+2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : added test for M/d/yyyy. Uncommented B14 in
+         TestToString() (working). Commented some part of TestParseExact3()
+         (timezone dependent). Commented one case in TestParse5() (fails
+         under MS.NET).
+
+2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
+
+       * StringTest.cs: Add tests for Split(String[]).
+
+2005-07-25  Raja R Harinath  <rharinath@novell.com>
+
+       * EnumTest.cs (TestParse2): Enable testcases.
+
+2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
+
+       * AttributeTest.cs: Add test for bug #75514.
+
+2005-07-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeTest.cs: Added test for bug #75408. Modified tests to use
+       Assert instead of inheriting from deprecated Assertion class.
+
+2005-07-04  Ben Maurer  <bmaurer@ximian.com>
+
+       * StringTest.cs: Add a test for 63981, which seems to be fixed
+
+2005-06-30  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * GuidTest.cs: Updated tests to NUnit 2.2 format. Added tests for new
+       2.0 methods. Added missing tests for some constructors. Fixed 2 tests
+       to work on bigendian machines.
+
+2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ConvertTest.cs: added test from Lluis.
+
+2005-06-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * StringTest.cs : added new Trim() tests for bug #75259.
+
+2005-06-14  Sebastien Pouliot  <sebastien@ximian.com> 
+
+       * CharCategoryTest.cs: Added new whitespace (to fix failure on Mono, 
+       there are other failures when executed under 2.0 beta 2).
+       * CharTest.cs: Added test to check for all whitespaces.
+
+2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ConvertTest.cs: added new tests for FromBase64String.
+
+2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ModuleHandleTest.cs: Renamed PortableExecutableKind to *Kinds to fix
+       compilation.
+
+2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ActivatorTest.cs: removed CreateCom* tests, as we don't support that
+       and will never do.
+
+       * AppDomainSetupTest.cs: fixed a 'NotWorking' test and added a comment
+       to the other.
+
+2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * TypeTest.cs: new test for null in Type [] for GetConstructor().
+
+2005-05-30  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ActivatorTest.cs: Updated current tests (which weren't executed 
+       since ...) and added more to test exceptions and unification.
+
+2005-05-27  Raja R Harinath  <rharinath@novell.com>
+
+       * DateTimeTest.cs (TestParseExact2): Remove.  Merge into ...
+       (TestParseExact3): ... here.  Fix to convert the parsed DateTime
+       to UTC before comparing values.
+
+2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : TestParse3() is still NotWorking on others' :(
+
+2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : added testcase for #72788. Test that assures we
+         reject 2 digit years for "yyyy".
+
+2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : removed some NotWorking (they are working).
+         Added testcase for #63137.
+
+2005-05-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : testcase for #60912.
+
 2005-05-24  Atsushi Enomoto  <atsushi@ximian.com>
 
        * DateTimeTest.cs : testcase for #71289.