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