[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Globalization / ChangeLog
1 2010-05-14  Damien Diederen  <dd@crosstwine.com>
2
3         * IdnMappingTest.cs: U+0221 is not unassigned anymore, use U+18B0
4
5         U+0221 is LATIN SMALL LETTER D WITH CURL in Unicode 4.0,
6         and is recognized as a valid letter in recent versions of the
7         .NET framework.  This causes GetAsciiInvalid to (unexpectedly)
8         succeed, and the test to fail.
9
10         Use U+18B0 instead, which is unassigned as of Unicode 5.2 and
11         .NET 3.5 SP1.
12
13 2009-12-09  Jb Evain  <jbevain@novell.com>
14
15         * StringInfoTest.cs: test the default constructor.
16
17 2009-10-29  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * CompareInfoTest.cs: Add test cases to validate parameters
20
21 2009-06-25  Zoltan Varga  <vargaz@gmail.com>
22
23         * *.cs: Convert all tests to new-style nunit classes/methods.   
24
25 2009-05-27  Zoltan Varga  <vargaz@gmail.com>
26
27         * CultureInfoTest.cs: Fix the net 1.1 build.
28
29 2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * CultureInfoTest.cs : test zh-Hant.
32
33 2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * CompareInfoTest.cs : added test for #462957.
36
37 2008-08-14  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * CultureInfoTest.cs : added test for bug #402128.
40
41 2008-04-02  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * SortKeyTest.cs : new test, for bug #376171.
44
45 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
46
47         * DateTimeFormatInfoTest.cs : enabled test for bug #332553.
48
49 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * DateTimeFormatInfoTest.cs : added test for bug #335298.
52
53 2007-10-10  Gert Driesen  <drieseng@users.sourceforge.net>
54
55         * DateTimeFormatInfoTest.cs: Added test for bug #332553.
56
57 2007-07-17  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * CalendarTest.cs : true test for bug #81783 (overflown month in
60           AddMonths().)
61
62 2007-07-10  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * StringInfoTest.cs : new test.
65
66 2007-07-10  Atsushi Enomoto  <atsushi@ximian.com>
67
68         * CalendarTest.cs : enabled ToFourDigitYear() test from 5 years ago.
69           and added some more ToFourDigitYear() tests.
70
71 2007-07-09  Atsushi Enomoto  <atsushi@ximian.com>
72
73         * CalendarTest.cs : added GetWeekOfYear() test.
74
75 2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
76
77         * CultureInfoTest.cs: Fixed UseUserOverride tests to pass on systems
78         where invariant culture is default locale.
79
80 2007-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
81
82         * CultureInfoTest.cs: Added extra info in order to troubleshoot
83         buildbot failure on redhat9-i386.
84
85 2007-07-03  Atsushi Enomoto  <atsushi@ximian.com>
86
87         * CalendarTest.cs, EastAsianLunisolarCalendarTest.cs :
88           more tests needed mark as NotWorking.
89
90 2007-07-02  Gert Driesen  <drieseng@users.sourceforge.net>
91
92         * EastAsianLunisolarCalenderTest.cs: Fixed build.
93
94 2007-07-02  Atsushi Enomoto  <atsushi@ximian.com>
95
96         * EastAsianLunisolarCalendarTest.cs : new test, totally not-working.
97         * CalendarTest.cs : added couple of 2.0 tests. Some are not working.
98
99 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
100
101         * CultureInfoTest.cs: Added exception tests when invoking NumberFormat
102         or DateTimeFormat on a neutral culture. Added tests for bug #81930.
103         No longer derive from deprecated Assertion class. Added tests for
104         GetCultureInfo (2.0).
105
106 2007-06-01  Atsushi Enomoto  <atsushi@ximian.com>
107
108         * CalendarTest.cs : test for bug #81783 and AddYears() for leap year
109           (similar issue).
110
111 2007-05-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>
112
113         * DateTimeFormatInfo.cs: Added EraName.
114
115 2007-05-25  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * IdnMappingTest.cs : new test.
118
119 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * RegionInfoTest.cs : new tests.
122
123 2007-03-06  Atsushi Enomoto  <atsushi@ximian.com>
124
125         * CompareInfoTest.cs : added test for bug #79714.
126
127 2007-02-15  Atsushi Enomoto  <atsushi@ximian.com>
128
129         * CompareInfoTest.cs : added test for bug #80865.
130
131 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
132
133         * CompareInfoTest.cs : added test for bug #80612.
134
135 2007-01-22  Atsushi Enomoto  <atsushi@ximian.com>
136
137         * CompareInfoTest.cs : Added Compare() tests for hyphens.
138           Removed NotWorking from previous new test (its existence wasn't
139           even recognized until today).
140
141 2007-01-11 Gert Driesen  <drieseng@users.sourceforge.net>
142
143         * CompareInfoTest.cs: Added test for checking valid CompareOptions for
144         GetSortKey.
145
146 2006-12-25 Atsushi Enomoto  <atsushi@ximian.com>
147
148         * CompareInfoTest.cs : added tests for OrdinalIgnoreCase versions
149           of IndexOf() and LastIndexOf(). Added Ordinal LastIndexOf() tests.
150
151 2006-11-27 Atsushi Enomoto  <atsushi@ximian.com>
152
153         * CompareInfoTest.cs : why there was "return" before OrdinalIgnoreCase
154           tests ...
155
156 2006-06-08 Atsushi Enomoto  <atsushi@ximian.com>
157
158         * DateTimeFormatInfoTest.cs : added test for bug #78569.
159
160 2006-04-25 Atsushi Enomoto  <atsushi@ximian.com>
161
162         * CompareInfoTest.cs : seems like Microsoft had introduced several
163           bugs in CompareInfo, so marked many of them as NotDotNet.
164
165 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
166
167         * CultureInfoTest.cs : added test for bug #69652.
168
169 2006-03-21  Atsushi Enomoto  <atsushi@ximian.com>
170
171         * CalendarTest.cs : added test for bug #76252.
172
173 2006-01-25  Atsushi Enomoto  <atsushi@ximian.com>
174
175         * CultureInfoTest.cs : added test for bug #77347.
176
177 2005-12-08  Sebastien Pouliot  <sebastien@ximian.com> 
178
179         * DaylightTimeTest.cs: New. Serialization interop test cases.
180
181 2005-12-06  Sebastien Pouliot  <sebastien@ximian.com> 
182
183         * TextInfoTest.cs: Added new tests for serialization and for new 2.0
184         features.
185
186 2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
187
188         * CompareInfoTest.cs : split the last case in NullCharacter() out
189           and marked it as NotDotNet (.NET is inconsistent between Compare
190           and IndexOf).
191
192 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
193
194         * CompareInfoTest.cs : added NullCharacter() for bug #76702.
195
196 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
197
198         * CompareInfoTest.cs : added test for Compare() w/ OrdinalIgnoreCase.
199
200 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
201
202         * CompareInfoTest.cs : added more tests for some specific cultures
203           (say, Japanese) that have replacement contraction in ASCII range
204           and caused incorrect results for LastIndexOf() and all dependent
205           members.
206
207 2005-10-14  Ben Maurer  <bmaurer@ximian.com>
208
209         * DateTimeFormatInfoTest.cs: New test to make sure we do not
210         return the same array from GetAllDateTimePatterns.
211
212 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
213
214         * CompareInfoTest.cs : added testcase for bug #76243.
215
216 2005-09-20  Atsushi Enomoto  <atsushi@ximian.com>
217
218         * CompareInfoTest.cs : added empty string cases for IsPrefix/IsSuffix.
219
220 2005-09-09  Atsushi Enomoto  <atsushi@ximian.com>
221
222         * CompareInfoTest.cs : added another test for IsSuffix() that I found.
223
224 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
225
226         * TextInfoTest.cs: Added ListSeparator test.
227
228 2005-08-11  Atsushi Enomoto  <atsushi@ximian.com>
229
230         * CultureInfoTest.cs : added OptionalCalendars().
231         * CompareInfoTest.cs : added possible bug test for checkedFlags 
232           optimization.
233
234 2005-07-15  Atsushi Enomoto  <atsushi@ximian.com>
235
236         * CompareInfoTest.cs : Some GetSortKey That tests got working.
237
238 2005-07-15  Atsushi Enomoto  <atsushi@ximian.com>
239
240         * CompareInfoTest.cs : Uncommented tests that got working. Added two
241           cornercase notworking LastIndexOf() tests.
242
243 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
244
245         * CompareInfoTest.cs : IsSuffix() extender tests got working.
246
247 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
248
249         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf()
250           with ignorable source character. Added some non-working tests.
251
252 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
253
254         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf()
255           that takes an expansion for target char.
256
257 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
258
259         * CompareInfoTest.cs : removed some FIXMEs. Added more extender tests.
260
261 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
262
263         * CompareInfoTest.cs : some special weight tests got working.
264           Commented on some FIXME tests why they are so.
265
266 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
267
268         * CompareInfoTest.cs : Added extender tests for GetSortKey(),
269           Compare(), IsPrefix(), IndexOf() and LastIndexOf().
270
271 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
272
273         * CompareInfoTest.cs : Added Compare() test that contains expansion.
274           Fixed CompareSpecialWeight() which was not testing what I intended.
275           Added IsPrefix() tests with special weight (copying Compare() tests)
276
277 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
278
279         * CompareInfoTest.cs : added CompareSpecialWeight() and moved special 
280           weight comparison there.
281
282 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
283
284         * CompareInfoTest.cs : added GetSortKey() testcase that tests a
285           sequence of nonprimary character followed by an extender.
286
287 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
288
289         * CompareInfoTest.cs : added more culture-sensitive "empty" test.
290
291 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
292
293         * CompareInfoTest.cs : Test for IndexOf() and LastIndexOf() with
294           "empty" target (in culture-sensitive context).
295
296 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
297
298         * CompareInfoTest.cs : added ignorable character in target for
299           IsPrefix/IsSuffix/IndexOf/LastIndexOf methods.
300
301 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
302
303         * CompareInfoTest.cs : added more special weight testcases.
304
305 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
306
307         * CompareInfoTest.cs : added Czech and Hungarian sorting tests.
308
309 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
310
311         * CompareInfoTest.cs : added more diacritical tests.
312
313 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
314
315         * CompareInfoTest.cs : added test for CJK mapping customization.
316
317 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
318
319         * CompareInfoTest.cs : added GetSortKey() test for Thai.
320
321 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
322
323         * CompareInfoTest.cs : added special weight GetSortKey() test.
324
325 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
326
327         * CompareInfoTest.cs : added several GetSortKey() tests.
328
329 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
330
331         * CompareInfoTest.cs : added shift weight testcases. Commented one
332           French sort thingy out.
333
334 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
335
336         * CompareInfoTest.cs : added another French testcase.
337
338 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
339
340         * CompareInfoTest.cs : added LastIndexOf() contraction cases and more.
341
342 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
343
344         * CompareInfoTest.cs : added tests for IsSuffix(),
345           IndexOf(string,string) and LastIndexOf(string,string).
346
347 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
348
349         * CompareInfoTest.cs : added tests for IsPrefix() and optionally
350           Compare() (which is currently used inside IsPrefix() which is
351           however wrong when it comes to managed collation).
352
353 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
354
355         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf().
356           Fixed tests for Compare() - it should use overloaded ones of
357           the tested library (do not call overloaded tests themselves).
358
359 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
360
361         * CompareInfoTest.cs : added a few managed collation tests for
362           GetSortKey() and Compare() (they are ignored when managed collation
363           is off).
364
365 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
366
367         * GlobalizationAndDomains.cs: more tests for bugz.
368
369 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
370
371         * CultureInfoTest.cs: added test that tries setting the culture to a
372         neutral culture that is not the InvariantCulture.
373
374 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
375
376         * CultureInfoTest.cs: added new test.
377
378 2005-04-05  Atsushi Enomoto  <atsushi@ximian.com>
379
380         * TextInfoTest.cs : added further ToTitleCase() tests.
381
382 2004-10-27  Ben Maurer  <bmaurer@ximian.com>
383
384         * TextInfoTest.cs: Fix up migster's type
385
386 2003-12-19  Dick Porter  <dick@ximian.com>
387
388         * CompareInfoTest.cs: Added some Compare tests
389
390 2002-12-21  Nick Drochak <ndrochak@gol.com>
391
392         * all: make tests build and run under nunit2