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