2009-07-14 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 7b916450e10091e569ea5f10e35dc31ca61b01ec..ffbe67ee37ab283c349db51122280eb273bb1980 100644 (file)
@@ -1,3 +1,145 @@
+2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * AttributeTest.cs: Add tests for user types passed to
+       Attribute.GetCustomAttribute[s].
+       
+2009-07-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeTest.cs: Enabled test that was failing due to regression.
+
+2009-07-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add a test for #520690. Disable a test which fails on
+       MS.NET.
+
+2009-06-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * IntPtrTest.cs: Disable a test whose corresponding fix was reverted.
+
+       * *.cs: Convert all tests to new-style nunit classes/methods. Enable
+       some hidden tests.
+
+       * ObjectTest.cs RandomTest.cs SByteTest.cs SingleTest.cs 
+       TimeZoneTest.cs UInt16Test.cs UInt32Test.cs UInt64Test.cs 
+       UIntPtrTest.cs ValueTypeTest.cs: Convert all tests to new-style nunit 
+       classes/methods. Enable some hidden tests.
+
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * StringTest.cs: Convert all tests to new-style nunit 
+       classes/methods.
+
+       * ArrayTest.cs, ConvertTest.cs, DecimalTest.cs, TimeSpanTest.cs:
+       likewise.
+
+       * DecimalTest2.cs: likewise, 5 hidden tests enabled.
+
+2009-06-26  Zoltan Varga  <vargaz@gmail.com>
+
+       * NumberFormatterTest.cs: Convert all tests to new-style nunit 
+       classes/methods.
+
+2009-06-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * StringTest.cs : Fix the previous test. It was expecting wrong
+         results. Added another NFC composition test.
+
+2009-06-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * DateTimeTest.cs: add test for parsing a negative timezone.
+       * DateTimeOffsetTest.cs: several tests for Parse.
+
+2009-06-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * StringTest.cs: Fix make check.
+
+2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * StringTest.cs : added string normalization test.
+
+2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: test for bug #506757.
+
+2009-05-22  Zoltan Varga  <vargaz@gmail.com>
+
+       * LazyTest.cs: New file.
+
+2009-05-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * TypeTest.cs: test for bug #503728
+
+2009-05-01  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * AppDomainManagerTest.cs: New. Unit test for CheckSecuritySettings
+
+2009-04-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * AppDomainTest.cs: Add a test for #499013.
+
+2009-04-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * ArrayTest.cs: Add a test for ICollection:IsReadOnly on generic arrays.
+
+2009-03-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * DelegateTest.cs: Mark a test as working.
+
+2009-03-25  Jb Evain  <jbevain@novell.com>
+
+       * DelegateTest.cs: add new CreateDelegate test.
+
+2009-03-25  Jb Evain  <jbevain@novell.com>
+
+       * DelegateTest.cs: add CreateDelegate tests for valuetype -> object
+       conversion for arguments and return types.
+
+2009-03-23  Zoltan Varga  <vargaz@gmail.com>
+
+       * StringTest.cs (LastIndexOfStringComparison): Add a test for #486234.
+
+2009-03-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add more tests for user types.
+
+2009-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ConvertTest.cs: Avoid false positive in ChangeType test. 
+
+2009-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ConvertTest.cs: Merged and improved test for bug #481687.
+       * ConvertTest2.cs: Merged into ConvertTest.cs.
+
+2009-02-27  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * EnumTest.cs: Tests for CompareTo.
+
+2009-02-02  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Add a test for #471255.
+
+2009-01-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add a test for #467229.
+
+2009-01-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : added test for parsing no-millisecond time
+         with optional millisecond designator.
+
+2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * TypeTest.cs: new test for Type.GetType.
+
+2008-11-06  Bill Holmes  <billholmes54@gmail.com>
+
+       * TypeTest.cs: TypeGetMemberReturnTypeTest added to check that the
+         instantiated type of the returned MemberInfo array matches the
+         MemberTypes flag passed in.
+
+       Contributed under MIT/X11 license.
+
 2008-10-07  Marek Habersack  <mhabersack@novell.com>
 
        * MathTest.cs: added tests for rounding doubles with truncation in