New test.
[mono.git] / mcs / class / corlib / Test / System / ChangeLog
index df3d2563d40990a5fd57cbfe935236a3e8ccee76..57c224bfa7a4d9f50706ea71ff679f37f3bc036a 100644 (file)
@@ -1,3 +1,199 @@
+2010-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * TimeSpan.cs: Add some new assertions for old/new stuff in
+       TimeSpan.
+
+2010-03-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * TimeSpanTest.cs: It seems somebody forgot to actually mark the
+       TestParse method with TestAttribute. Also, add a bunch of asserions
+       to reflect the new behaviour for 4.0 in the needed test cases.
+
+2010-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * TimeSpanTest.cs: New tests for the 4.0 ToString overloads.
+
+2010-03-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * TimeSpanTest.cs: 'Port' our Parse assertions to also use TryParse.
+
+2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs : Added test for bug #574696      
+       Patch by Eberhard Beilharz <eb1@sil.org>
+
+2010-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Tests for new v4 overloads of GetType.
+
+2010-02-26 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * LazyTest.cs: Add tests for lazy modes.
+
+2010-02-26 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Test new v4 IsEnumDefined ().
+
+2010-02-24 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Test new v4 GetEnumValue ().
+
+2010-02-24 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Test new v4 GetEnumValues ().
+
+2010-02-23 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Test new v4 GetEnumNames ().
+
+2010-02-22 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs:  Test new v4 GetEnumUnderlyingType ().
+
+2010-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeTest.cs: Test new v4 behavior for Equals.
+
+2010-01-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * Int32Test.cs: Fix a copy-paste error.
+
+2010-01-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * TypeTest.cs: Add a test for #574819.
+
+2010-01-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * VersionTest.cs: New tests for Parse and TryParse.
+
+2010-01-27  Zoltan Varga  <vargaz@gmail.com>
+
+       * ValueTypeTest.cs: Add a test for Equals () + nullables.
+
+2010-01-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * EnumTest.cs: New tests for the new TryParse method.
+
+2010-01-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * ArrayTest.cs: Add a test for SetValue () + nullables.
+
+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