[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
index 0988a842685875e0a6c4a5f6c4dc267bcf93e1f2..97f7eaecc740cd1c2c957e5386aa24ef32fac1c8 100644 (file)
@@ -1,3 +1,296 @@
+2010-05-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DefaultValueAttributeTest.cs: Change test case to compare the 
+       hash code of two DVA created with null (instead of comparing to 0)
+
+2010-02-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * MaskedTextProviderTest.cs: New tests for ToString and
+       ToDisplayString, specifically when IsPassword is true. 
+
+2010-01-15  Alexandre Gomes  <alexmipego@gmail.com>
+
+       * ByteConverterTests.cs:
+       * DoubleConverterTests.cs:
+       * Int32ConverterTests.cs:
+       * Int16ConverterTests.cs:
+       * Int64ConverterTests.cs:
+       * SingleConverterTests.cs:
+       * UInt32ConverterTests.cs:
+       * SByteConverterTests.cs:
+       * UInt16ConverterTests.cs:
+       * UInt64ConverterTests.cs: Added tests to verify CanConvertTo when
+       targeting primitive types.
+       
+2009-09-29  Alan McGovern  <amcgovern@novell.com>
+
+       * CategoryAttributeTest.cs: Added new test file.
+         
+2009-09-24  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * EnumConverterTests.cs: Add a test to verify behaviour when converting
+        a 0 flag value.
+
+2009-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ContainerTest.cs: Added test for bug #522474.
+
+2009-07-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ContainerTest.cs: Added tests for Remove and RemoveWithoutUnsiting.
+
+2009-07-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ContainerTest.cs: Added tests for Add, Dispose, ValidateName and
+       GetService.
+
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * EventHandlerListTests.cs, LicenseManagerTests.cs:
+       Upgrade to new NUnit style. Standalone tests (#if !NUNIT)
+       removed.
+
+2009-06-22  Marek Habersack  <mhabersack@novell.com>
+
+       * TypeDescriptorTests.cs: added tests for 2.0+ APIs which deal
+       with adding/removing/getting type description providers.
+
+2009-05-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * ListChangedEventArgsTest.cs: Fix .NET 1.1 compile error.
+
+2009-05-14  Jonathan Pryor  <jpryor@novell.com>
+
+       * ListChangedEventArgsTest.cs: Added; tests for ListChangedEventArgs.
+
+2009-02-19  Marek Habersack  <mhabersack@novell.com>
+
+       * TypeDescriptorTests.cs: added a test for
+       TypeDescriptor.GetConverter (null) case.
+
+2008-12-22  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * ReferenceConverterTest.cs: Added.
+
+2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * TypeDescriptorTests.cs: Added a test for the NullableConverter support.
+
+2008-12-06  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * NullableConverterTest.cs: Added.
+
+2008-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <rkumpera@novell.com>
+
+       * PropertyDescriptorTest.cs: Tests for Get/Set Value of partial
+       overrides of virtual properties.
+
+2008-08-07  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DefaultValueAttributeTest.cs: New. A few unit tests for 
+       DefaultValueAttribute - showing problems in Equals and GetHashCode.
+
+2008-07-16  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * TypeDescriptorTests.cs: Add a test that both GetConverter 
+       overloads return the same converter.
+
+2008-07-16  Jonathan Pobst  <monkey@jpobst.com>
+
+       * BackgroundWorkerTest.cs: Add some asserts for bug #364365.
+
+2008-07-16  Jonathan Pobst  <monkey@jpobst.com>
+
+       * BackgroundWorkerTest.cs: Add tests for bugs 328830 and 373153.
+
+2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PropertyDescriptorCollectionTests.cs: Allow tests for pass on MS.
+       * TypeDescriptorTests.cs: Added GetProperties and GetEvents asserts
+       for interfaces.
+
+2008-06-27  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * PropertyDescriptorCollectionTests.cs : huh.
+
+2008-06-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <drieseng@users.sourceforge.net>
+
+       * 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  <atsushi@ximian.com>
+
+       * DateTimeConverterTest.cs : test for bug #396649 by Andy Hume.
+
+2008-05-30  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * TypeDescriptorTests.cs: Fix the attributes test on the 1.1 profile.
+
+2008-05-29  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * 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  <contact@i-nz.net>
+
+       * TypeDescriptorTests.cs: Add test for handling write-only properties.
+       Based on patch by James Fitzsimons <james.fitzsimons@gmail.com>
+
+2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ComponentConverterTests.cs: Allow test to be compiled using csc 1.x.
+
+2008-04-16  Marek Habersack  <mhabersack@novell.com>
+
+       * ComponentConverterTests.cs: added tests for
+       {Component, Reference}Converter ConvertFrom/ConvertTo changes.
+
+2008-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DesignerAttributeTest.cs: Added ctor tests.
+
+2008-02-26  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * PropertyDescriptorTests.cs: Add Converter tests. Based on a 
+       patch by Andy Hume <andyhume32@yahoo.co.uk> under the MIT/X11 
+       license.
+
+2008-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CharConverterTest.cs: Fixed test to pass on MS.
+       * PropertyDescriptorTest.cs: Added test for Attributes.
+
+2008-02-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CharConverterTest.cs: Added tests for ConvertFrom and ConvertTo.
+       * CultureInfoConverterTest.cs: Added tests for ConvertFrom and
+       ConvertTo.
+
+2008-02-04  Ivan N. Zlatev  <contact@i-nz.net>
+
+        * DateTimeConverterTests.cs: Test ConvertFrom with empty string.
+
+2008-01-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * MaskedTextProviderTest.cs: Fix IsPassword (found by Gendarme)
+
+2008-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeDescriptorProperties.cs: added test for order of
+       PropertyDescriptor instances returned by GetProperties.
+
+2007-12-25  Vladimir Krasnov  <vladimirk@mainsoft.com>
+
+       * PropertyDescriptorCollectionTests.cs: added test for Find method
+
+2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * Win32ExceptionTest.cs: Added ctor tests.
+
+2007-11-15  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PropertyDescriptorTests.cs: Added tests for AddValueChanged,
+       GetInvocationTarget, GetValueChangedHandler and RemoveValueChanged.
+
+2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * InvalidEnumArgumentExceptionTest.cs: Added ctor tests.
+
+2007-10-29  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ContainerTest.cs : added test for ValidateName().
+
+2007-09-28  Jb Evain  <jbevain@novell.com>
+
+       * TypeConverterTests.cs: test case for bug #329450.
+
+2007-09-25  Jonathan Pobst  <monkey@jpobst.com>
+
+       * AsyncOperationManagerTest.cs: Add test for SynchronizationContext.
+
+2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ComponentResourceManagerTest.cs: Added tests for ctors,
+       ApplyResources and IgnoreCase.
+
+2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EnumConverterTest.cs: Enabled test for converting flag enum from
+       string. Made tests less strict.
+
+2007-08-31  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeConverterTest.cs: Added tests for GetConvertFromException and
+       GetConvertToException.
+       * EnumConverterTest.cs: Enabled test for converting flag enums to
+       InstanceDescriptor.
+
+2007-08-25  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * NestedContainerTest.cs: add.
+
+2007-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * EnumConverterTests.cs: Added tests for EnumConverter.
+
+2007-08-19  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * ReflectionPropertyDescriptorTests.cs: For read-only properties,
+       ShouldSerializeValue must also check for 
+       DesignerSerializationVisibility.Content and if present return true.
+
+2007-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TypeDescriptorTests: Removed Ivan's local Category.
+
+2007-08-19  Ivan N. Zlatev  <contact@i-nz.net>
+
+       * 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  <atsushi@ximian.com>
+
+       * BackgroundWorkerTest.cs : new test to clear some doubts on impl.
+
+2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * 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  <drieseng@users.sourceforge.net>
+
+       * PropertyDescriptorTests.cs: Added test for ShouldSerializeValue
+       behavior with read-only properties.
+
+2007-07-13  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * PropertyDescriptorTests.cs: Added tests for Igor's fixes for
+       ShouldSerializeValue.
+
+2007-07-12  Rolf Bjarne Kvinge <RKvinge@novell.com> 
+
+       * PropertyDescriptorTests.cs: Added GetEditorTest.
+
 2006-05-31  Atsushi Enomoto  <atsushi@ximian.com>
 
        * LookupBindingPropertiesAttributeTest.cs: