correct asserts in the test
[mono.git] / mcs / class / System / Test / System.ComponentModel / ChangeLog
1 2006-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * ContainerTest.cs: Fixed compiler warning.
4
5 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6
7         * DefaultBindingPropertyAttributeTest.cs: new tests.
8
9 2006-12-21  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * PropertyDescriptorTests.cs: Added test for bug #80292. Fixed
12         accessibility of NestedClass, not caugh due to bug #80338.
13
14 2006-12-20  Chris Toshok  <toshok@ximian.com>
15
16         * AttributeProviderAttributeTest.cs: new tests.
17
18 2006-12-20  Chris Toshok  <toshok@ximian.com>
19
20         * ComplexBindingPropertiesAttributeTest.cs: add test for Default
21         field.
22
23 2006-12-20  Chris Toshok  <toshok@ximian.com>
24
25         * ComplexBindingPropertiesAttributeTest.cs: new tests.
26
27 2006-12-19  Chris Toshok  <toshok@ximian.com>
28
29         * PropertyDescriptorTests.cs: add some tests here because we were
30         generating an NRE for a missing type converter type.  MS doesn't -
31         it instead falls back to the converter for the property type.
32
33 2006-12-06  Chris Toshok  <toshok@ximian.com>
34
35         * PropertyDescriptorTests.cs: add a test to see if
36         ShouldSerializeValue's return value affects CanResetValue.
37
38 2006-12-06  Chris Toshok  <toshok@ximian.com>
39
40         * PropertyDescriptorTests.cs: add a test for ShouldSerializeValue
41         and CanResetValue on a class without ShouldSerialize/Reset
42         methods.
43
44 2006-12-06  Chris Toshok  <toshok@ximian.com>
45
46         * PropertyDescriptorTests.cs: flesh out these tests more with some
47         for ShouldSerialize and CanReset.
48
49 2006-11-08  Sebastien Pouliot  <sebastien@ximian.com>
50
51         * CollectionConverterTest.cs: More test cases.
52
53 2006-11-08  Gert Driesen  <drieseng@users.sourceforge.net>
54
55         * ArrayConverterTests.cs: Added tests for ArrayConverter.
56
57 2006-11-07  Sebastien Pouliot  <sebastien@ximian.com>
58
59         * CollectionConverterTest.cs: New. Some unit tests done while tracking
60         an issue.
61
62 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
63
64         * System.ComponentModel/ContainerTest.cs: new test.
65
66 2006-09-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
67
68         * TypeDescriptorTests.cs: test for overriden attributes.
69         Patch by Ivan N. Zlatev.
70
71 2006-05-22  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * TypeDescriptorTest.cs : added GetPropertiesIgnoreIndexers().
74
75 2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * ByteConverterTests.cs,
78           DecimalConverterTests.cs,
79           DoubleConverterTests.cs,
80           Int16ConverterTests.cs,
81           Int64ConverterTests.cs,
82           SByteConverterTests.cs,
83           SingleConverterTests.cs,
84           UInt16ConverterTests.cs,
85           UInt32ConverterTests.cs,
86           UInt64ConverterTests.cs:
87           ConvertToString() (test with custom culture) failed on .NET 2.0.
88           Fixed it by adding NumberFormat override in each test culture.
89
90 2006-03-11 Gert Driesen <drieseng@users.sourceforge.net>
91
92         * TypeDescriptorTests.cs: Added test for bug #76686.
93
94 2006-02-23 Andrew Skiba <andrews@mainsoft.com>
95
96         * standalone_tests: TypeDescriptor performance test
97
98 2006-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
99
100         * ContainerTest.cs: new test.
101
102 2005-09-29  Raja R Harinath  <harinath@gmail.com>
103
104         * DateTimeConverterTests.cs (ConvertTo_MaxValue): Disable tests
105         that require CurrentCulture _not_ to be InvariantCulture.
106         (ConvertToString_MaxValue): Likewise.
107
108 2005-09-19 Gert Driesen <drieseng@users.sourceforge.net>
109
110         * TypeConverterTests.cs: Added tests for TypeConverter.
111         * PropertyDescriptorCollection.cs: Added tests for PropertyDescriptor
112         Collection.
113
114 2005-08-28 Gert Driesen <drieseng@users.sourceforge.net>
115
116         * DateTimeConverterTests.cs: Added tests for DateTimeConverter.
117
118 2005-08-26 Gert Driesen <drieseng@users.sourceforge.net>
119
120         * ByteConverterTests.cs: Added ConvertToString and ConvertFromString
121         tests with culture that has overriden GetFormat for NumberFormatInfo.
122         * DecimalConverterTests.cs: same.
123         * DoubleConverterTests.cs: same.
124         * Int16ConverterTests.cs: same.
125         * Int32ConverterTests.cs: same.
126         * Int64ConverterTests.cs: same.
127         * SByteConverterTests.cs: same.
128         * SingleConverterTests.cs: same.
129         * UInt16ConverterTests.cs: same.
130         * UInt32ConverterTests.cs: same.
131         * UInt64ConverterTests.cs: same.
132
133 2005-08-19 Gert Driesen <drieseng@users.sourceforge.net>
134
135         * ToolboxItemAttributeTests.cs: Fixed typo in eol-style property.
136         * ByteConverterTests.cs: Added tests for hex string and min/max
137         conversions.
138         * Int16ConverterTests.cs: Added tests for hex string and min/max
139         conversions.
140         * Int32ConverterTests.cs: Added tests for hex string and min/max
141         conversions.
142         * DecimalConverterTests.cs: Added tests for DecimalConverter.
143         * DoubleConverterTests.cs: Added tests for DoubleConverter.
144         * Int64ConverterTests.cs: Added tests for Int64Converter.
145         * SByteConverterTests.cs: Added tests for SByteConverter.
146         * SingleConverterTests.cs: Added tests for SingleConverter.
147         * UInt16ConverterTests.cs: Added tests for UInt16Converter.
148         * UInt32ConverterTests.cs: Added tests for UInt32Converter.
149         * UInt64ConverterTests.cs: Added tests for UInt64Converter.
150
151 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
152
153         * ByteConverterTests.cs: Added tests for ByteConverter.
154         * Int16ConverterTests.cs: Added tests for Int16Converter.
155         * Int32ConverterTests.cs: Added tests for Int32Converter.
156
157 2005-08-16 Gert Driesen <drieseng@users.sourceforge.net>
158
159         * ToolboxItemAttributeTests.cs: Added tests for ToolboxItemAttribute.
160
161 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
162         
163         * TypeDescriptorTests.cs: Added tests for bug #75152. Fixed tests
164         to pass on Mono and MS.NET.
165
166 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
167
168         * TypeDescriptorTests.cs: new test for TypeConverter ctor that takes
169         a Type argument.
170
171 2005-01-24  Joerg Rosenkranz (joergr@voelcker.com)
172
173         * TypeDescriptorTests.cs: Added tests for bug #71444
174
175 2005-01-19  Nick Drochak  <ndrochak@ieee.org>
176
177         * TypeDescriptorTests.cs: Add another test in GetComponentName() to check
178           the component name returned for a component without a Site.
179
180 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
181
182         * TypeDescriptorTests.cs: Fix/Ignore tests for MS.NET
183
184 2004-04-16  Lluis Sanchez Gual <lluis@ximian.com>
185
186         * TypeDescriptorTests.cs: Added new tests for TypeDescriptor.
187
188 2004-03-17  Ivan Hamilton <ivan@chimerical.com.au>
189
190         * LicenseManagerTests.cs: New. Unit tests.
191
192 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
193
194         * AllTests.cs:
195         * ChangeLog:
196         * EventHandlerListTests.cs: new test.
197