X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.ComponentModel%2FChangeLog;h=4648f75ee05f25ce29ce50107a89563d05a596e9;hb=9530c5256847039bb3af8aa7e5cb10d4ea5f5051;hp=bb74b988189f7e4e1b5b272a3fb05791b65ee5c7;hpb=4aeb7473ea9b4bb10b2f49e39f6607b3b267543f;p=mono.git diff --git a/mcs/class/System/Test/System.ComponentModel/ChangeLog b/mcs/class/System/Test/System.ComponentModel/ChangeLog index bb74b988189..4648f75ee05 100644 --- a/mcs/class/System/Test/System.ComponentModel/ChangeLog +++ b/mcs/class/System/Test/System.ComponentModel/ChangeLog @@ -1,3 +1,66 @@ +2008-10-18 Gert Driesen + + * TypeDescriptorTests.cs: + * PropertyDescriptorTests.cs: Define alias for S.C.DescriptionAttribute + to avoid ambiguous reference error using more recent versions of + NUnit (which also contains a DescriptionAttribute). + +2008-09-01 Rodrigo Kumpera + + * PropertyDescriptorTest.cs: Tests for Get/Set Value of partial + overrides of virtual properties. + +2008-08-07 Sebastien Pouliot + + * DefaultValueAttributeTest.cs: New. A few unit tests for + DefaultValueAttribute - showing problems in Equals and GetHashCode. + +2008-07-16 Ivan N. Zlatev + + * TypeDescriptorTests.cs: Add a test that both GetConverter + overloads return the same converter. + +2008-07-16 Jonathan Pobst + + * BackgroundWorkerTest.cs: Add some asserts for bug #364365. + +2008-07-16 Jonathan Pobst + + * BackgroundWorkerTest.cs: Add tests for bugs 328830 and 373153. + +2008-07-03 Gert Driesen + + * PropertyDescriptorCollectionTests.cs: Allow tests for pass on MS. + * TypeDescriptorTests.cs: Added GetProperties and GetEvents asserts + for interfaces. + +2008-06-27 Atsushi Enomoto + + * PropertyDescriptorCollectionTests.cs : huh. + +2008-06-27 Gert Driesen + + * EventDescriptorCollectionTests.cs: Enabled tests for Empty, Find and + IList. Added test for String indexer. + * PropertyDescriptorCollectionTests.cs: Improved test for Find and + merged CultureInsensitiveFindTest. Improved test for Find with null + name/key. Added test for String indexer. + +2008-06-27 Gert Driesen + + * EventDescriptorCollectionTests.cs: Added tests based on tests for + PropertyDescriptorCollection. + * PropertyDescriptorCollectionTests.cs: Added tests for Sort overloads. + Improved test for Find with null key. + +2008-06-11 Atsushi Enomoto + + * DateTimeConverterTest.cs : test for bug #396649 by Andy Hume. + +2008-05-30 Ivan N. Zlatev + + * TypeDescriptorTests.cs: Fix the attributes test on the 1.1 profile. + 2008-05-29 Ivan N. Zlatev * TypeDescriptorTests.cs: Add test that verifies that GetAttributes