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