X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FChangeLog;h=65f06ed7272aec0c8ef77ae7d4ebe27a61339795;hb=e1cad400aecfd787677931952ec6033a4f341d8b;hp=d1ab3c9568ef2b9c98e0076448331cc600075358;hpb=ddd3882ac371b28b601ee2ef8577da9c950d7011;p=mono.git diff --git a/mcs/class/corlib/Test/System/ChangeLog b/mcs/class/corlib/Test/System/ChangeLog index d1ab3c9568e..65f06ed7272 100644 --- a/mcs/class/corlib/Test/System/ChangeLog +++ b/mcs/class/corlib/Test/System/ChangeLog @@ -1,3 +1,181 @@ +2010-01-25 Atsushi Enomoto + + * SingleTest.cs : test for parsing MaxValue and PositiveInfinity. + Patch by Tiaan Geldenhuys. + +2010-01-19 Rodrigo Kumpera + + * TypeTest.cs: Add test for GetGenericMethodDefinition of inflated + generic methods on a GTD. + +2010-01-15 Atsushi Enomoto + + * DateTimeTest.cs : commented out ParseExact() case that tests + preserved fraction. + +2010-01-15 Carlos Alberto Cortez + + * Int32Test.cs: Test for TryParse with MaxValue + 1. + +2010-01-15 Rodrigo Kumpera + + * ArrayTest.cs: Tests for IStructuralComparer::CompareTo. + +2010-01-15 Atsushi Enomoto + + * DateTimeTest.cs : added test for rounding milliseconds. + +2010-01-15 Atsushi Enomoto + + * DateTimeOffsetTest.cs : add ParseExact() case that should preserve + fractions. + +2010-01-12 Atsushi Enomoto + + * DoubleTest.cs : add test for AllowLeading/TrailingSpace flags. + +2010-01-11 Carlos Alberto Cortez + + * Int32Test.cs: Add test case for exponent support in the Parse + methods. + +2010-01-08 Rodrigo Kumpera + + * TypeTest.cs: Test for variant use of GetInterfaceMap. + +2010-01-07 Jb Evain + + * TypeTest.cs: add test for the MemberType of + a generic parameter. + +2010-01-07 Sebastien Pouliot + + * ConvertTest.cs: Add test case for #568778 and the default + line length. + +2010-01-03 Zoltan Varga + + * ArrayTest.cs: Add a test for #564095. + +2009-12-21 Marek Habersack + + * Int32Test.cs, Int64Test.cs, Int16Test.cs, ByteTest.cs: added + tests for formats with trailing null chars. + +2009-12-19 Zoltan Varga + + * StringTest.cs: Add tests for IndexOf ("", startIndex, count). + +2009-12-17 Sebastien Pouliot + + * StringTest.cs: Add test case for right padding an empty string + +2009-12-17 Rodrigo Kumpera + + * TypeTest.cs: Add tests for #564379. + +2009-12-14 Rodrigo Kumpera + + * TypeTest.cs: Fix test that checked for old and wrong behavior of mono. + +2009-12-10 Rodrigo Kumpera + + * AttributeTest.cs: Fix a NotDotNet test since mono now implements + the same behavior. + +2009-12-09 Jb Evain + + * StringComparerTest.cs: add test for null passed to a ordinal + comparer GetHashCode. + +2009-12-04 Rodrigo Kumpera + + TypeTest.cs: Remove NET_2_0. + +2009-12-02 Jb Evain + + * EnumTest.cs: add a test for IConvertible.ToType when converting + an enum to a string. + +2009-12-02 Jb Evain + + * AttributeTest.cs: add tests for retrieving custom attributes + defined on parameters on virtual methods. + +2009-12-01 Jb Evain + + * TypeTest.cs: add tests for namespaces of generic parameter types. + +2009-12-01 Jb Evain + + * TypeTest.cs: add test for MakeByRefType on a ByRef type. + +2009-11-25 Zoltan Varga + + * DelegateTest.cs: Add a test for GetHashCode (). + +2009-11-24 Jb Evain + + * ArrayTest.cs: test that we don't allow the use of the IList indexer + on a multi dimensional array. + +2009-11-24 Jb Evain + + * ArrayTest: test for the proper exception on Clear (). + +2009-11-24 Jb Evain + + * ArrayTest.cs: add test ensuring we do not allow open + generic types in CreateInstance. + +2009-11-24 Jb Evain + + * ArrayTest.cs: Add test ensuring we do not allow void arrays. + +2009-11-17 Atsushi Enomoto + + * DateTimeOffsetTest.cs : add test for bug #547675. + patch by Santa Marta. + +2009-11-08 Juraj Skripsky + + * ArraySortArgChecks.cs: Added tests checking all possible exceptions + the Array.Sort method can throw. + +2009-10-27 Sebastien Pouliot + + * StringTest.cs: Add test case for methods that can return + empty strings. + +2009-10-26 Sebastien Pouliot + + * TypeTest.cs: New. Add test cases for IsInstanceOfType + +2009-10-22 Sebastien Pouliot + + * WeakReferenceTest.cs: New. Basic test cases + +2009-10-06 Jonathan Chambers + + * StringTest.cs (Contains): Add test for Contains using + an Ordinal compare. Bug #535425. + +2009-09-24 Zoltan Varga + + * TypeTest.cs: Add a test for missing. + +2009-09-18 Atsushi Enomoto + + * StringTest.cs : add more normalization tests. + +2009-08-26 Sebastien Pouliot + + * TimeSpanTest.cs: Add test case where seconds are not specified. + +2009-07-31 Rodrigo Kumpera + + TypeTest.cs: Add test for Type::GetArrayRank. + 2009-07-31 Rodrigo Kumpera TypeTest.cs: Add test for Type::DeclaringMethod.