2005-09-19 Gert Driesen * TypeConverterTests.cs: Added tests for TypeConverter. * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor Collection. 2005-08-28 Gert Driesen * DateTimeConverterTests.cs: Added tests for DateTimeConverter. 2005-08-26 Gert Driesen * ByteConverterTests.cs: Added ConvertToString and ConvertFromString tests with culture that has overriden GetFormat for NumberFormatInfo. * DecimalConverterTests.cs: same. * DoubleConverterTests.cs: same. * Int16ConverterTests.cs: same. * Int32ConverterTests.cs: same. * Int64ConverterTests.cs: same. * SByteConverterTests.cs: same. * SingleConverterTests.cs: same. * UInt16ConverterTests.cs: same. * UInt32ConverterTests.cs: same. * UInt64ConverterTests.cs: same. 2005-08-19 Gert Driesen * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property. * ByteConverterTests.cs: Added tests for hex string and min/max conversions. * Int16ConverterTests.cs: Added tests for hex string and min/max conversions. * Int32ConverterTests.cs: Added tests for hex string and min/max conversions. * DecimalConverterTests.cs: Added tests for DecimalConverter. * DoubleConverterTests.cs: Added tests for DoubleConverter. * Int64ConverterTests.cs: Added tests for Int64Converter. * SByteConverterTests.cs: Added tests for SByteConverter. * SingleConverterTests.cs: Added tests for SingleConverter. * UInt16ConverterTests.cs: Added tests for UInt16Converter. * UInt32ConverterTests.cs: Added tests for UInt32Converter. * UInt64ConverterTests.cs: Added tests for UInt64Converter. 2005-08-16 Gert Driesen * ByteConverterTests.cs: Added tests for ByteConverter. * Int16ConverterTests.cs: Added tests for Int16Converter. * Int32ConverterTests.cs: Added tests for Int32Converter. 2005-08-16 Gert Driesen * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute. 2005-06-04 Gert Driesen * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests to pass on Mono and MS.NET. 2005-02-05 Gonzalo Paniagua Javier * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes a Type argument. 2005-01-24 Joerg Rosenkranz (joergr@voelcker.com) * TypeDescriptorTests.cs: Added tests for bug #71444 2005-01-19 Nick Drochak * TypeDescriptorTests.cs: Add another test in GetComponentName() to check the component name returned for a component without a Site. 2005-01-08 Nick Drochak * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET 2004-04-16 Lluis Sanchez Gual * TypeDescriptorTests.cs: Added new tests for TypeDescriptor. 2004-03-17 Ivan Hamilton * LicenseManagerTests.cs: New. Unit tests. 2002-10-30 Gonzalo Paniagua Javier * AllTests.cs: * ChangeLog: * EventHandlerListTests.cs: new test.