In .:
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
1 2006-03-11 Gert Driesen <drieseng@users.sourceforge.net>
2
3         * TypeDescriptorTests.cs: Added test for bug #76686.
4
5 2006-02-23 Andrew Skiba <andrews@mainsoft.com>
6
7         * standalone_tests: TypeDescriptor performance test
8
9 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10
11         * ContainerTest.cs: new test.
12
13 2005-09-29  Raja R Harinath  <harinath@gmail.com>
14
15         * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
16         that require CurrentCulture _not_ to be InvariantCulture.
17         (ConvertToString_MaxValue): Likewise.
18
19 2005-09-19 Gert Driesen <drieseng@users.sourceforge.net>
20
21         * TypeConverterTests.cs: Added tests for TypeConverter.
22         * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
23         Collection.
24
25 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
26
27         * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
28
29 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
30
31         * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
32         tests with culture that has overriden GetFormat for NumberFormatInfo.
33         * DecimalConverterTests.cs: same.
34         * DoubleConverterTests.cs: same.
35         * Int16ConverterTests.cs: same.
36         * Int32ConverterTests.cs: same.
37         * Int64ConverterTests.cs: same.
38         * SByteConverterTests.cs: same.
39         * SingleConverterTests.cs: same.
40         * UInt16ConverterTests.cs: same.
41         * UInt32ConverterTests.cs: same.
42         * UInt64ConverterTests.cs: same.
43
44 2005-08-19 Gert Driesen <drieseng@users.sourceforge.net>
45
46         * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
47         * ByteConverterTests.cs: Added tests for hex string and min/max
48         conversions.
49         * Int16ConverterTests.cs: Added tests for hex string and min/max
50         conversions.
51         * Int32ConverterTests.cs: Added tests for hex string and min/max
52         conversions.
53         * DecimalConverterTests.cs: Added tests for DecimalConverter.
54         * DoubleConverterTests.cs: Added tests for DoubleConverter.
55         * Int64ConverterTests.cs: Added tests for Int64Converter.
56         * SByteConverterTests.cs: Added tests for SByteConverter.
57         * SingleConverterTests.cs: Added tests for SingleConverter.
58         * UInt16ConverterTests.cs: Added tests for UInt16Converter.
59         * UInt32ConverterTests.cs: Added tests for UInt32Converter.
60         * UInt64ConverterTests.cs: Added tests for UInt64Converter.
61
62 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
63
64         * ByteConverterTests.cs: Added tests for ByteConverter.
65         * Int16ConverterTests.cs: Added tests for Int16Converter.
66         * Int32ConverterTests.cs: Added tests for Int32Converter.
67
68 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
69
70         * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
71
72 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
73         
74         * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
75         to pass on Mono and MS.NET.
76
77 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
78
79         * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
80         a Type argument.
81
82 2005-01-24  Joerg Rosenkranz (joergr@voelcker.com)
83
84         * TypeDescriptorTests.cs: Added tests for bug #71444
85
86 2005-01-19  Nick Drochak  <ndrochak@ieee.org>
87
88         * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
89           the component name returned for a component without a Site.
90
91 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
92
93         * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
94
95 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
96
97         * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
98
99 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
100
101         * LicenseManagerTests.cs: New. Unit tests.
102
103 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
104
105         * AllTests.cs:
106         * ChangeLog:
107         * EventHandlerListTests.cs: new test.
108