X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FTest%2FSystem.ComponentModel%2FChangeLog;h=4648f75ee05f25ce29ce50107a89563d05a596e9;hb=9530c5256847039bb3af8aa7e5cb10d4ea5f5051;hp=9d0e865f39b39c57f0957dd5a3e854e0190ae119;hpb=2b72a5f7f1475d23d41f75df80b039f8ad623264;p=mono.git diff --git a/mcs/class/System/Test/System.ComponentModel/ChangeLog b/mcs/class/System/Test/System.ComponentModel/ChangeLog index 9d0e865f39b..4648f75ee05 100644 --- a/mcs/class/System/Test/System.ComponentModel/ChangeLog +++ b/mcs/class/System/Test/System.ComponentModel/ChangeLog @@ -1,3 +1,243 @@ +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 + retrieves the attributes of the type, the base types and the + interfaces the type implements. + +2008-05-05 Ivan N. Zlatev + + * TypeDescriptorTests.cs: Add test for handling write-only properties. + Based on patch by James Fitzsimons + +2008-04-30 Gert Driesen + + * ComponentConverterTests.cs: Allow test to be compiled using csc 1.x. + +2008-04-16 Marek Habersack + + * ComponentConverterTests.cs: added tests for + {Component, Reference}Converter ConvertFrom/ConvertTo changes. + +2008-03-15 Gert Driesen + + * DesignerAttributeTest.cs: Added ctor tests. + +2008-02-26 Ivan N. Zlatev + + * PropertyDescriptorTests.cs: Add Converter tests. Based on a + patch by Andy Hume under the MIT/X11 + license. + +2008-02-26 Gert Driesen + + * CharConverterTest.cs: Fixed test to pass on MS. + * PropertyDescriptorTest.cs: Added test for Attributes. + +2008-02-17 Gert Driesen + + * CharConverterTest.cs: Added tests for ConvertFrom and ConvertTo. + * CultureInfoConverterTest.cs: Added tests for ConvertFrom and + ConvertTo. + +2008-02-04 Ivan N. Zlatev + + * DateTimeConverterTests.cs: Test ConvertFrom with empty string. + +2008-01-19 Rolf Bjarne Kvinge + + * MaskedTextProviderTest.cs: Fix IsPassword (found by Gendarme) + +2008-01-03 Gert Driesen + + * TypeDescriptorProperties.cs: added test for order of + PropertyDescriptor instances returned by GetProperties. + +2007-12-25 Vladimir Krasnov + + * PropertyDescriptorCollectionTests.cs: added test for Find method + +2007-12-04 Gert Driesen + + * Win32ExceptionTest.cs: Added ctor tests. + +2007-11-15 Gert Driesen + + * PropertyDescriptorTests.cs: Added tests for AddValueChanged, + GetInvocationTarget, GetValueChangedHandler and RemoveValueChanged. + +2007-11-03 Gert Driesen + + * InvalidEnumArgumentExceptionTest.cs: Added ctor tests. + +2007-10-29 Atsushi Enomoto + + * ContainerTest.cs : added test for ValidateName(). + +2007-09-28 Jb Evain + + * TypeConverterTests.cs: test case for bug #329450. + +2007-09-25 Jonathan Pobst + + * AsyncOperationManagerTest.cs: Add test for SynchronizationContext. + +2007-09-17 Gert Driesen + + * ComponentResourceManagerTest.cs: Added tests for ctors, + ApplyResources and IgnoreCase. + +2007-09-05 Gert Driesen + + * EnumConverterTest.cs: Enabled test for converting flag enum from + string. Made tests less strict. + +2007-08-31 Gert Driesen + + * TypeConverterTest.cs: Added tests for GetConvertFromException and + GetConvertToException. + * EnumConverterTest.cs: Enabled test for converting flag enums to + InstanceDescriptor. + +2007-08-25 Ivan N. Zlatev + + * NestedContainerTest.cs: add. + +2007-08-20 Gert Driesen + + * EnumConverterTests.cs: Added tests for EnumConverter. + +2007-08-19 Ivan N. Zlatev + + * ReflectionPropertyDescriptorTests.cs: For read-only properties, + ShouldSerializeValue must also check for + DesignerSerializationVisibility.Content and if present return true. + +2007-08-19 Gert Driesen + + * TypeDescriptorTests: Removed Ivan's local Category. + +2007-08-19 Ivan N. Zlatev + + * TypeDescriptorTests.cs: new test to verify that GetProperties returns + only the last type's implementation of a property with a matching name + in the base types. + +2007-08-01 Atsushi Enomoto + + * BackgroundWorkerTest.cs : new test to clear some doubts on impl. + +2007-07-21 Gert Driesen + + * DisplayNameAttribute.cs: Added ctor tests. Fixed tests to pass on + MS (now that our implementation matches that of MS). Added tests + for Default, GetHashCode and Equals. + +2007-07-16 Gert Driesen + + * PropertyDescriptorTests.cs: Added test for ShouldSerializeValue + behavior with read-only properties. + +2007-07-13 Gert Driesen + + * PropertyDescriptorTests.cs: Added tests for Igor's fixes for + ShouldSerializeValue. + +2007-07-12 Rolf Bjarne Kvinge + + * PropertyDescriptorTests.cs: Added GetEditorTest. + +2006-05-31 Atsushi Enomoto + + * LookupBindingPropertiesAttributeTest.cs: + test GetHashCode() as well. + +2007-05-31 Rolf Bjarne Kvinge + + * LookupBindingPropertiesAttributeTest.cs: Added. + +2007-05-10 Rolf Bjarne Kvinge + + * MaskedTextProviderTest.cs: New test. + +2007-02-27 Rolf Bjarne Kvinge + + * MaskedTextProviderTest.cs: Added. + * MaskedTextProviderTestGenerator.cs: Added. + +2007-02-16 Gert Driesen + + * TypeDescriptorTests.cs: Use Assert instead of deriving from + deprecated Assertion. Added test for component that has a site without + an ITypeDescriptorFilterService. Fixes bug #80836. + +2007-02-01 Ilya Kharmatsky + + * TypeConverterTests.cs, PropertyDescriptorCollectionTests.cs: + excluded test which not working under TARGET_JVM + 2007-01-29 Ilya Kharmatsky * ToolboxItemAttributeTests.cs: excluded DefaultType test,