2007-06-01 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Globalization / ChangeLog
1 2007-06-01  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * CalendarTest.cs : test for bug #81783 and AddYears() for leap year
4           (similar issue).
5
6 2007-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * IdnMappingTest.cs : new test.
9
10 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * RegionInfoTest.cs : new tests.
13
14 2007-03-06  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * CompareInfoTest.cs : added test for bug #79714.
17
18 2007-02-15  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * CompareInfoTest.cs : added test for bug #80865.
21
22 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
23
24         * CompareInfoTest.cs : added test for bug #80612.
25
26 2007-01-22  Atsushi Enomoto  <atsushi@ximian.com>
27
28         * CompareInfoTest.cs : Added Compare() tests for hyphens.
29           Removed NotWorking from previous new test (its existence wasn't
30           even recognized until today).
31
32 2007-01-11 Gert Driesen  <drieseng@users.sourceforge.net>
33
34         * CompareInfoTest.cs: Added test for checking valid CompareOptions for
35         GetSortKey.
36
37 2006-12-25 Atsushi Enomoto  <atsushi@ximian.com>
38
39         * CompareInfoTest.cs : added tests for OrdinalIgnoreCase versions
40           of IndexOf() and LastIndexOf(). Added Ordinal LastIndexOf() tests.
41
42 2006-11-27 Atsushi Enomoto  <atsushi@ximian.com>
43
44         * CompareInfoTest.cs : why there was "return" before OrdinalIgnoreCase
45           tests ...
46
47 2006-06-08 Atsushi Enomoto  <atsushi@ximian.com>
48
49         * DateTimeFormatInfoTest.cs : added test for bug #78569.
50
51 2006-04-25 Atsushi Enomoto  <atsushi@ximian.com>
52
53         * CompareInfoTest.cs : seems like Microsoft had introduced several
54           bugs in CompareInfo, so marked many of them as NotDotNet.
55
56 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * CultureInfoTest.cs : added test for bug #69652.
59
60 2006-03-21  Atsushi Enomoto  <atsushi@ximian.com>
61
62         * CalendarTest.cs : added test for bug #76252.
63
64 2006-01-25  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * CultureInfoTest.cs : added test for bug #77347.
67
68 2005-12-08  Sebastien Pouliot  <sebastien@ximian.com> 
69
70         * DaylightTimeTest.cs: New. Serialization interop test cases.
71
72 2005-12-06  Sebastien Pouliot  <sebastien@ximian.com> 
73
74         * TextInfoTest.cs: Added new tests for serialization and for new 2.0
75         features.
76
77 2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
78
79         * CompareInfoTest.cs : split the last case in NullCharacter() out
80           and marked it as NotDotNet (.NET is inconsistent between Compare
81           and IndexOf).
82
83 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
84
85         * CompareInfoTest.cs : added NullCharacter() for bug #76702.
86
87 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
88
89         * CompareInfoTest.cs : added test for Compare() w/ OrdinalIgnoreCase.
90
91 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
92
93         * CompareInfoTest.cs : added more tests for some specific cultures
94           (say, Japanese) that have replacement contraction in ASCII range
95           and caused incorrect results for LastIndexOf() and all dependent
96           members.
97
98 2005-10-14  Ben Maurer  <bmaurer@ximian.com>
99
100         * DateTimeFormatInfoTest.cs: New test to make sure we do not
101         return the same array from GetAllDateTimePatterns.
102
103 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
104
105         * CompareInfoTest.cs : added testcase for bug #76243.
106
107 2005-09-20  Atsushi Enomoto  <atsushi@ximian.com>
108
109         * CompareInfoTest.cs : added empty string cases for IsPrefix/IsSuffix.
110
111 2005-09-09  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * CompareInfoTest.cs : added another test for IsSuffix() that I found.
114
115 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
116
117         * TextInfoTest.cs: Added ListSeparator test.
118
119 2005-08-11  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * CultureInfoTest.cs : added OptionalCalendars().
122         * CompareInfoTest.cs : added possible bug test for checkedFlags 
123           optimization.
124
125 2005-07-15  Atsushi Enomoto  <atsushi@ximian.com>
126
127         * CompareInfoTest.cs : Some GetSortKey That tests got working.
128
129 2005-07-15  Atsushi Enomoto  <atsushi@ximian.com>
130
131         * CompareInfoTest.cs : Uncommented tests that got working. Added two
132           cornercase notworking LastIndexOf() tests.
133
134 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
135
136         * CompareInfoTest.cs : IsSuffix() extender tests got working.
137
138 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
139
140         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf()
141           with ignorable source character. Added some non-working tests.
142
143 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
144
145         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf()
146           that takes an expansion for target char.
147
148 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
149
150         * CompareInfoTest.cs : removed some FIXMEs. Added more extender tests.
151
152 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
153
154         * CompareInfoTest.cs : some special weight tests got working.
155           Commented on some FIXME tests why they are so.
156
157 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
158
159         * CompareInfoTest.cs : Added extender tests for GetSortKey(),
160           Compare(), IsPrefix(), IndexOf() and LastIndexOf().
161
162 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
163
164         * CompareInfoTest.cs : Added Compare() test that contains expansion.
165           Fixed CompareSpecialWeight() which was not testing what I intended.
166           Added IsPrefix() tests with special weight (copying Compare() tests)
167
168 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
169
170         * CompareInfoTest.cs : added CompareSpecialWeight() and moved special 
171           weight comparison there.
172
173 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
174
175         * CompareInfoTest.cs : added GetSortKey() testcase that tests a
176           sequence of nonprimary character followed by an extender.
177
178 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
179
180         * CompareInfoTest.cs : added more culture-sensitive "empty" test.
181
182 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
183
184         * CompareInfoTest.cs : Test for IndexOf() and LastIndexOf() with
185           "empty" target (in culture-sensitive context).
186
187 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
188
189         * CompareInfoTest.cs : added ignorable character in target for
190           IsPrefix/IsSuffix/IndexOf/LastIndexOf methods.
191
192 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
193
194         * CompareInfoTest.cs : added more special weight testcases.
195
196 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
197
198         * CompareInfoTest.cs : added Czech and Hungarian sorting tests.
199
200 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
201
202         * CompareInfoTest.cs : added more diacritical tests.
203
204 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
205
206         * CompareInfoTest.cs : added test for CJK mapping customization.
207
208 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
209
210         * CompareInfoTest.cs : added GetSortKey() test for Thai.
211
212 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
213
214         * CompareInfoTest.cs : added special weight GetSortKey() test.
215
216 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
217
218         * CompareInfoTest.cs : added several GetSortKey() tests.
219
220 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
221
222         * CompareInfoTest.cs : added shift weight testcases. Commented one
223           French sort thingy out.
224
225 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
226
227         * CompareInfoTest.cs : added another French testcase.
228
229 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
230
231         * CompareInfoTest.cs : added LastIndexOf() contraction cases and more.
232
233 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
234
235         * CompareInfoTest.cs : added tests for IsSuffix(),
236           IndexOf(string,string) and LastIndexOf(string,string).
237
238 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
239
240         * CompareInfoTest.cs : added tests for IsPrefix() and optionally
241           Compare() (which is currently used inside IsPrefix() which is
242           however wrong when it comes to managed collation).
243
244 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
245
246         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf().
247           Fixed tests for Compare() - it should use overloaded ones of
248           the tested library (do not call overloaded tests themselves).
249
250 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
251
252         * CompareInfoTest.cs : added a few managed collation tests for
253           GetSortKey() and Compare() (they are ignored when managed collation
254           is off).
255
256 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
257
258         * GlobalizationAndDomains.cs: more tests for bugz.
259
260 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
261
262         * CultureInfoTest.cs: added test that tries setting the culture to a
263         neutral culture that is not the InvariantCulture.
264
265 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
266
267         * CultureInfoTest.cs: added new test.
268
269 2005-04-05  Atsushi Enomoto  <atsushi@ximian.com>
270
271         * TextInfoTest.cs : added further ToTitleCase() tests.
272
273 2004-10-27  Ben Maurer  <bmaurer@ximian.com>
274
275         * TextInfoTest.cs: Fix up migster's type
276
277 2003-12-19  Dick Porter  <dick@ximian.com>
278
279         * CompareInfoTest.cs: Added some Compare tests
280
281 2002-12-21  Nick Drochak <ndrochak@gol.com>
282
283         * all: make tests build and run under nunit2