X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FChangeLog;h=30520808a4ce306cc6a0127dfc2830f59766d727;hb=397176d70101b9bcb7b016ad028378cadb3d302e;hp=36f47eb37e25f3768f523b00de04cc0a0bdae700;hpb=0ff9ac2db6c30b092bebcb2155e4f57560feafc4;p=mono.git diff --git a/mcs/class/corlib/Test/System/ChangeLog b/mcs/class/corlib/Test/System/ChangeLog index 36f47eb37e2..30520808a4c 100644 --- a/mcs/class/corlib/Test/System/ChangeLog +++ b/mcs/class/corlib/Test/System/ChangeLog @@ -1,3 +1,78 @@ +2010-07-05 Jb Evain + + * TypeTest.cs: prefixed TypedReference with global:: to + remove confusion with the test suite namespace. + +2010-06-29 Rodrigo Kumpera + + * TypeTest.cs: Add tests for #612780. + +2010-06-29 Sebastien Pouliot + + * AttributeTest.cs: Add test cases for GetHashCode + +2010-06-25 Zoltan Varga + + * ArrayTest.cs: Add a test for #616416. + +2010-06-22 Jb Evain + + * GuidTest.cs: add tests for #616050. + +2010-06-15 Jonathan Pryor + + * ConvertTest.cs: Add tests for #596339. + +2010-06-08 Jonathan Pryor + + * StringTest.cs: Add tests for #601772 (i.e. take SplitStringChars(), + change all the chars to Strings, and things should work). + +2010-06-04 Damien Diederen + + * CharTest.cs: Add tests for astral plane characters/surrogate + pairs. + + - Show that Char.GetUnicodeCategory(string,int) results in a + lookup into the higher planes of the Unicode database when invoked + on a valid surrogate pair, and returns the "normal" category code + otherwise. + + - Perform a few sanity checks on the results of ConvertFromUtf32 + and GetUnicodeCategory when invoked on codepoints from the + higher planes. + +2010-06-04 Damien Diederen + + * CharCategoryTest.cs, CharTest.cs: Update category dumps to match + MS .NET. + + The category codes in newer versions of Microsoft's framework are + not compatible with the ones encoded in this class, causing tests + to fail. Fix that by using new sets of dumps generated under + v3.5.21022 and v4.0.30319. + + Also, drop CharTest.IsWhiteSpace_Complete as the same checks + are performed by CharCategoryTest.IsWhiteSpace. + + While we are at it, improve the generator so that: + + - common code is shared between the generator and the test; + + - a number of test cases can be generated at once via + command-line arguments; + + - the dumps are word-wrapped, enhancing legibility and avoiding + line length limitations in some compilers. + +2010-05-31 Rodrigo Kumpera + + * LazyTest.cs: Add a test that actually test something. + +2010-05-17 Atsushi Enomoto + + * EnumTest.cs : add test for bug #604134. + 2010-05-17 Atsushi Enomoto * StringTest.cs : add test for bug #605094.