2010-01-25 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index 5b357c03d33a35112ad84673e528e0bba1d41273..65f06ed7272aec0c8ef77ae7d4ebe27a61339795 100644 (file)
@@ -1,5 +1,219 @@
+2010-01-25  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SingleTest.cs : test for parsing MaxValue and PositiveInfinity.
+         Patch by Tiaan Geldenhuys.
+
+2010-01-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Add test for GetGenericMethodDefinition of inflated
+       generic methods on a GTD.
+
+2010-01-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : commented out ParseExact() case that tests
+         preserved fraction.
+
+2010-01-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * Int32Test.cs: Test for TryParse with MaxValue + 1.
+
+2010-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * ArrayTest.cs: Tests for IStructuralComparer::CompareTo.
+
+2010-01-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeTest.cs : added test for rounding milliseconds.
+
+2010-01-15  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeOffsetTest.cs : add ParseExact() case that should preserve
+         fractions.
+
+2010-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DoubleTest.cs : add test for AllowLeading/TrailingSpace flags.
+
+2010-01-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * Int32Test.cs: Add test case for exponent support in the Parse
+       methods.
+
+2010-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Test for variant use of GetInterfaceMap.
+
+2010-01-07  Jb Evain  <jbevain@novell.com>
+
+       * TypeTest.cs: add test for the MemberType of
+       a generic parameter.
+
+2010-01-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * ConvertTest.cs: Add test case for #568778 and the default
+       line length.
+
+2010-01-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * ArrayTest.cs: Add a test for #564095.
+
+2009-12-21  Marek Habersack  <mhabersack@novell.com>
+
+       * Int32Test.cs, Int64Test.cs, Int16Test.cs, ByteTest.cs: added
+       tests for formats with trailing null chars.
+
+2009-12-19  Zoltan Varga  <vargaz@gmail.com>
+
+       * StringTest.cs: Add tests for IndexOf ("", startIndex, count).
+
+2009-12-17  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StringTest.cs: Add test case for right padding an empty string
+
+2009-12-17 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Add tests for #564379.
+
+2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Fix test that checked for old and wrong behavior of mono.
+
+2009-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * AttributeTest.cs: Fix a NotDotNet test since mono now implements
+       the same behavior.
+
+2009-12-09  Jb Evain  <jbevain@novell.com>
+
+       * StringComparerTest.cs: add test for null passed to a ordinal
+       comparer GetHashCode.
+
+2009-12-04 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       TypeTest.cs: Remove NET_2_0.
+
+2009-12-02  Jb Evain  <jbevain@novell.com>
+
+       * EnumTest.cs: add a test for IConvertible.ToType when converting
+       an enum to a string.
+
+2009-12-02  Jb Evain  <jbevain@novell.com>
+
+       * AttributeTest.cs: add tests for retrieving custom attributes
+       defined on parameters on virtual methods.
+
+2009-12-01  Jb Evain  <jbevain@novell.com>
+
+       * TypeTest.cs: add tests for namespaces of generic parameter types.
+
+2009-12-01  Jb Evain  <jbevain@novell.com>
+
+       * TypeTest.cs: add test for MakeByRefType on a ByRef type.
+
+2009-11-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * DelegateTest.cs: Add a test for GetHashCode ().
+
+2009-11-24  Jb Evain  <jbevain@novell.com>
+
+       * ArrayTest.cs: test that we don't allow the use of the IList indexer
+       on a multi dimensional array.
+
+2009-11-24  Jb Evain  <jbevain@novell.com>
+
+       * ArrayTest: test for the proper exception on Clear ().
+
+2009-11-24  Jb Evain  <jbevain@novell.com>
+
+       * ArrayTest.cs: add test ensuring we do not allow open
+       generic types in CreateInstance.
+
+2009-11-24  Jb Evain <jbevain@novell.com>
+
+       * ArrayTest.cs: Add test ensuring we do not allow void arrays.
+
+2009-11-17  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DateTimeOffsetTest.cs : add test for bug #547675.
+         patch by Santa Marta.
+
+2009-11-08  Juraj Skripsky  <js@hotfeet.ch>
+
+       * ArraySortArgChecks.cs: Added tests checking all possible exceptions
+       the Array.Sort method can throw. 
+
+2009-10-27  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * StringTest.cs: Add test case for methods that can return
+       empty strings.
+
+2009-10-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TypeTest.cs: New. Add test cases for IsInstanceOfType
+
+2009-10-22  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * WeakReferenceTest.cs: New. Basic test cases
+
+2009-10-06  Jonathan Chambers  <joncham@gmail.com>
+
+       * StringTest.cs (Contains): Add test for Contains using
+       an Ordinal compare. Bug #535425.
+
+2009-09-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add a test for missing.
+
+2009-09-18  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * StringTest.cs : add more normalization tests.
+
+2009-08-26  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * TimeSpanTest.cs: Add test case where seconds are not specified.
+
+2009-07-31 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       TypeTest.cs: Add test for Type::GetArrayRank.
+
+2009-07-31 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       TypeTest.cs: Add test for Type::DeclaringMethod.
+       In special for throwing when the type is not a
+       generic param and for DeclaringMethod returning
+       a method bound to the right type.
+
+2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       TypeTest.cs: Fix the test.
+
+2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       TypeTest.cs: Add test for one-dym multidimensional array
+       created with Type::MakeArrayType (1).
+
+2009-07-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * ArrayTest.cs: new LastIndexOf test for 0-length arrays.
+
+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.