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