* ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
1 2005-08-19 Gert Driesen <drieseng@users.sourceforge.net>
2
3         * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
4         * ByteConverterTests.cs: Added tests for hex string and min/max
5         conversions.
6         * Int16ConverterTests.cs: Added tests for hex string and min/max
7         conversions.
8         * Int32ConverterTests.cs: Added tests for hex string and min/max
9         conversions.
10         * DecimalConverterTests.cs: Added tests for DecimalConverter.
11         * DoubleConverterTests.cs: Added tests for DoubleConverter.
12         * Int64ConverterTests.cs: Added tests for Int64Converter.
13         * SByteConverterTests.cs: Added tests for SByteConverter.
14         * SingleConverterTests.cs: Added tests for SingleConverter.
15         * UInt16ConverterTests.cs: Added tests for UInt16Converter.
16         * UInt32ConverterTests.cs: Added tests for UInt32Converter.
17         * UInt64ConverterTests.cs: Added tests for UInt64Converter.
18
19 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
20
21         * ByteConverterTests.cs: Added tests for ByteConverter.
22         * Int16ConverterTests.cs: Added tests for Int16Converter.
23         * Int32ConverterTests.cs: Added tests for Int32Converter.
24
25 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
26
27         * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
28
29 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
30         
31         * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
32         to pass on Mono and MS.NET.
33
34 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
35
36         * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
37         a Type argument.
38
39 2005-01-24  Joerg Rosenkranz (joergr@voelcker.com)
40
41         * TypeDescriptorTests.cs: Added tests for bug #71444
42
43 2005-01-19  Nick Drochak  <ndrochak@ieee.org>
44
45         * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
46           the component name returned for a component without a Site.
47
48 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
49
50         * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
51
52 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
53
54         * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
55
56 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
57
58         * LicenseManagerTests.cs: New. Unit tests.
59
60 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
61
62         * AllTests.cs:
63         * ChangeLog:
64         * EventHandlerListTests.cs: new test.
65