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