X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FTest%2FSystem%2FChangeLog;h=8f623242172aa4d1a50e08cb9b0a5691e4558bf3;hb=15f7a51f07824cc529c871273010800d8acf66ed;hp=193c4810f932b6756ea5e298c988b72ce82536d1;hpb=b87c7e29df7d04e3199e224c8b8e9a41292cec1b;p=mono.git diff --git a/mcs/class/corlib/Test/System/ChangeLog b/mcs/class/corlib/Test/System/ChangeLog index 193c4810f93..8f623242172 100644 --- a/mcs/class/corlib/Test/System/ChangeLog +++ b/mcs/class/corlib/Test/System/ChangeLog @@ -1,3 +1,61 @@ +2009-05-26 Rodrigo Kumpera + + * TypeTest.cs: test for bug #506757. + +2009-05-22 Zoltan Varga + + * LazyTest.cs: New file. + +2009-05-14 Gonzalo Paniagua Javier + + * TypeTest.cs: test for bug #503728 + +2009-05-01 Sebastien Pouliot + + * AppDomainManagerTest.cs: New. Unit test for CheckSecuritySettings + +2009-04-30 Zoltan Varga + + * AppDomainTest.cs: Add a test for #499013. + +2009-04-10 Zoltan Varga + + * ArrayTest.cs: Add a test for ICollection:IsReadOnly on generic arrays. + +2009-03-27 Zoltan Varga + + * DelegateTest.cs: Mark a test as working. + +2009-03-25 Jb Evain + + * DelegateTest.cs: add new CreateDelegate test. + +2009-03-25 Jb Evain + + * DelegateTest.cs: add CreateDelegate tests for valuetype -> object + conversion for arguments and return types. + +2009-03-23 Zoltan Varga + + * StringTest.cs (LastIndexOfStringComparison): Add a test for #486234. + +2009-03-18 Zoltan Varga + + * TypeTest.cs: Add more tests for user types. + +2009-03-15 Gert Driesen + + * ConvertTest.cs: Avoid false positive in ChangeType test. + +2009-03-07 Gert Driesen + + * ConvertTest.cs: Merged and improved test for bug #481687. + * ConvertTest2.cs: Merged into ConvertTest.cs. + +2009-02-27 Rodrigo Kumpera + + * EnumTest.cs: Tests for CompareTo. + 2009-02-02 Rodrigo Kumpera * TypeTest.cs: Add a test for #471255.