X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.ComponentModel%2FChangeLog;h=2be3219b973b281875c825fd0b9dbc53b597876b;hb=c58d431a74f0112c546c299ff7263509b41cafdd;hp=2a8a826766489e4eb30cf814237981ea2070e8e1;hpb=daaaa7b89cd70475da466f5423a8dc9da6b0c9b5;p=mono.git diff --git a/mcs/class/System/Test/System.ComponentModel/ChangeLog b/mcs/class/System/Test/System.ComponentModel/ChangeLog index 2a8a8267664..2be3219b973 100644 --- a/mcs/class/System/Test/System.ComponentModel/ChangeLog +++ b/mcs/class/System/Test/System.ComponentModel/ChangeLog @@ -1,3 +1,96 @@ +2009-07-18 Gert Driesen + + * ContainerTest.cs: Added tests for Remove and RemoveWithoutUnsiting. + +2009-07-18 Gert Driesen + + * ContainerTest.cs: Added tests for Add, Dispose, ValidateName and + GetService. + +2009-06-26 Robert Jordan + + * EventHandlerListTests.cs, LicenseManagerTests.cs: + Upgrade to new NUnit style. Standalone tests (#if !NUNIT) + removed. + +2009-06-22 Marek Habersack + + * TypeDescriptorTests.cs: added tests for 2.0+ APIs which deal + with adding/removing/getting type description providers. + +2009-05-14 Jonathan Pryor + + * ListChangedEventArgsTest.cs: Fix .NET 1.1 compile error. + +2009-05-14 Jonathan Pryor + + * ListChangedEventArgsTest.cs: Added; tests for ListChangedEventArgs. + +2009-02-19 Marek Habersack + + * TypeDescriptorTests.cs: added a test for + TypeDescriptor.GetConverter (null) case. + +2008-12-22 Ivan N. Zlatev + + * ReferenceConverterTest.cs: Added. + +2008-12-06 Ivan N. Zlatev + + * TypeDescriptorTests.cs: Added a test for the NullableConverter support. + +2008-12-06 Ivan N. Zlatev + + * NullableConverterTest.cs: Added. + +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