2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / class / corlib / Test / System.Globalization / ChangeLog
blobbf1636514986b2b9004e8c51a848ce546aaf64bb
1 2009-12-09  Jb Evain  <jbevain@novell.com>
3         * StringInfoTest.cs: test the default constructor.
5 2009-10-29  Sebastien Pouliot  <sebastien@ximian.com>
7         * CompareInfoTest.cs: Add test cases to validate parameters
9 2009-06-25  Zoltan Varga  <vargaz@gmail.com>
11         * *.cs: Convert all tests to new-style nunit classes/methods.   
13 2009-05-27  Zoltan Varga  <vargaz@gmail.com>
15         * CultureInfoTest.cs: Fix the net 1.1 build.
17 2009-05-21  Atsushi Enomoto  <atsushi@ximian.com>
19         * CultureInfoTest.cs : test zh-Hant.
21 2009-01-07  Atsushi Enomoto  <atsushi@ximian.com>
23         * CompareInfoTest.cs : added test for #462957.
25 2008-08-14  Atsushi Enomoto  <atsushi@ximian.com>
27         * CultureInfoTest.cs : added test for bug #402128.
29 2008-04-02  Atsushi Enomoto  <atsushi@ximian.com>
31         * SortKeyTest.cs : new test, for bug #376171.
33 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
35         * DateTimeFormatInfoTest.cs : enabled test for bug #332553.
37 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
39         * DateTimeFormatInfoTest.cs : added test for bug #335298.
41 2007-10-10  Gert Driesen  <drieseng@users.sourceforge.net>
43         * DateTimeFormatInfoTest.cs: Added test for bug #332553.
45 2007-07-17  Atsushi Enomoto  <atsushi@ximian.com>
47         * CalendarTest.cs : true test for bug #81783 (overflown month in
48           AddMonths().)
50 2007-07-10  Atsushi Enomoto  <atsushi@ximian.com>
52         * StringInfoTest.cs : new test.
54 2007-07-10  Atsushi Enomoto  <atsushi@ximian.com>
56         * CalendarTest.cs : enabled ToFourDigitYear() test from 5 years ago.
57           and added some more ToFourDigitYear() tests.
59 2007-07-09  Atsushi Enomoto  <atsushi@ximian.com>
61         * CalendarTest.cs : added GetWeekOfYear() test.
63 2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
65         * CultureInfoTest.cs: Fixed UseUserOverride tests to pass on systems
66         where invariant culture is default locale.
68 2007-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
70         * CultureInfoTest.cs: Added extra info in order to troubleshoot
71         buildbot failure on redhat9-i386.
73 2007-07-03  Atsushi Enomoto  <atsushi@ximian.com>
75         * CalendarTest.cs, EastAsianLunisolarCalendarTest.cs :
76           more tests needed mark as NotWorking.
78 2007-07-02  Gert Driesen  <drieseng@users.sourceforge.net>
80         * EastAsianLunisolarCalenderTest.cs: Fixed build.
82 2007-07-02  Atsushi Enomoto  <atsushi@ximian.com>
84         * EastAsianLunisolarCalendarTest.cs : new test, totally not-working.
85         * CalendarTest.cs : added couple of 2.0 tests. Some are not working.
87 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
89         * CultureInfoTest.cs: Added exception tests when invoking NumberFormat
90         or DateTimeFormat on a neutral culture. Added tests for bug #81930.
91         No longer derive from deprecated Assertion class. Added tests for
92         GetCultureInfo (2.0).
94 2007-06-01  Atsushi Enomoto  <atsushi@ximian.com>
96         * CalendarTest.cs : test for bug #81783 and AddYears() for leap year
97           (similar issue).
99 2007-05-31  Rolf Bjarne Kvinge  <RKvinge@novell.com>
101         * DateTimeFormatInfo.cs: Added EraName.
103 2007-05-25  Atsushi Enomoto  <atsushi@ximian.com>
105         * IdnMappingTest.cs : new test.
107 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
109         * RegionInfoTest.cs : new tests.
111 2007-03-06  Atsushi Enomoto  <atsushi@ximian.com>
113         * CompareInfoTest.cs : added test for bug #79714.
115 2007-02-15  Atsushi Enomoto  <atsushi@ximian.com>
117         * CompareInfoTest.cs : added test for bug #80865.
119 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
121         * CompareInfoTest.cs : added test for bug #80612.
123 2007-01-22  Atsushi Enomoto  <atsushi@ximian.com>
125         * CompareInfoTest.cs : Added Compare() tests for hyphens.
126           Removed NotWorking from previous new test (its existence wasn't
127           even recognized until today).
129 2007-01-11 Gert Driesen  <drieseng@users.sourceforge.net>
131         * CompareInfoTest.cs: Added test for checking valid CompareOptions for
132         GetSortKey.
134 2006-12-25 Atsushi Enomoto  <atsushi@ximian.com>
136         * CompareInfoTest.cs : added tests for OrdinalIgnoreCase versions
137           of IndexOf() and LastIndexOf(). Added Ordinal LastIndexOf() tests.
139 2006-11-27 Atsushi Enomoto  <atsushi@ximian.com>
141         * CompareInfoTest.cs : why there was "return" before OrdinalIgnoreCase
142           tests ...
144 2006-06-08 Atsushi Enomoto  <atsushi@ximian.com>
146         * DateTimeFormatInfoTest.cs : added test for bug #78569.
148 2006-04-25 Atsushi Enomoto  <atsushi@ximian.com>
150         * CompareInfoTest.cs : seems like Microsoft had introduced several
151           bugs in CompareInfo, so marked many of them as NotDotNet.
153 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
155         * CultureInfoTest.cs : added test for bug #69652.
157 2006-03-21  Atsushi Enomoto  <atsushi@ximian.com>
159         * CalendarTest.cs : added test for bug #76252.
161 2006-01-25  Atsushi Enomoto  <atsushi@ximian.com>
163         * CultureInfoTest.cs : added test for bug #77347.
165 2005-12-08  Sebastien Pouliot  <sebastien@ximian.com> 
167         * DaylightTimeTest.cs: New. Serialization interop test cases.
169 2005-12-06  Sebastien Pouliot  <sebastien@ximian.com> 
171         * TextInfoTest.cs: Added new tests for serialization and for new 2.0
172         features.
174 2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
176         * CompareInfoTest.cs : split the last case in NullCharacter() out
177           and marked it as NotDotNet (.NET is inconsistent between Compare
178           and IndexOf).
180 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
182         * CompareInfoTest.cs : added NullCharacter() for bug #76702.
184 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
186         * CompareInfoTest.cs : added test for Compare() w/ OrdinalIgnoreCase.
188 2005-11-14  Atsushi Enomoto  <atsushi@ximian.com>
190         * CompareInfoTest.cs : added more tests for some specific cultures
191           (say, Japanese) that have replacement contraction in ASCII range
192           and caused incorrect results for LastIndexOf() and all dependent
193           members.
195 2005-10-14  Ben Maurer  <bmaurer@ximian.com>
197         * DateTimeFormatInfoTest.cs: New test to make sure we do not
198         return the same array from GetAllDateTimePatterns.
200 2005-09-27  Atsushi Enomoto  <atsushi@ximian.com>
202         * CompareInfoTest.cs : added testcase for bug #76243.
204 2005-09-20  Atsushi Enomoto  <atsushi@ximian.com>
206         * CompareInfoTest.cs : added empty string cases for IsPrefix/IsSuffix.
208 2005-09-09  Atsushi Enomoto  <atsushi@ximian.com>
210         * CompareInfoTest.cs : added another test for IsSuffix() that I found.
212 2005-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
214         * TextInfoTest.cs: Added ListSeparator test.
216 2005-08-11  Atsushi Enomoto  <atsushi@ximian.com>
218         * CultureInfoTest.cs : added OptionalCalendars().
219         * CompareInfoTest.cs : added possible bug test for checkedFlags 
220           optimization.
222 2005-07-15  Atsushi Enomoto  <atsushi@ximian.com>
224         * CompareInfoTest.cs : Some GetSortKey That tests got working.
226 2005-07-15  Atsushi Enomoto  <atsushi@ximian.com>
228         * CompareInfoTest.cs : Uncommented tests that got working. Added two
229           cornercase notworking LastIndexOf() tests.
231 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
233         * CompareInfoTest.cs : IsSuffix() extender tests got working.
235 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
237         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf()
238           with ignorable source character. Added some non-working tests.
240 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
242         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf()
243           that takes an expansion for target char.
245 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
247         * CompareInfoTest.cs : removed some FIXMEs. Added more extender tests.
249 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
251         * CompareInfoTest.cs : some special weight tests got working.
252           Commented on some FIXME tests why they are so.
254 2005-07-14  Atsushi Enomoto  <atsushi@ximian.com>
256         * CompareInfoTest.cs : Added extender tests for GetSortKey(),
257           Compare(), IsPrefix(), IndexOf() and LastIndexOf().
259 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
261         * CompareInfoTest.cs : Added Compare() test that contains expansion.
262           Fixed CompareSpecialWeight() which was not testing what I intended.
263           Added IsPrefix() tests with special weight (copying Compare() tests)
265 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
267         * CompareInfoTest.cs : added CompareSpecialWeight() and moved special 
268           weight comparison there.
270 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
272         * CompareInfoTest.cs : added GetSortKey() testcase that tests a
273           sequence of nonprimary character followed by an extender.
275 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
277         * CompareInfoTest.cs : added more culture-sensitive "empty" test.
279 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
281         * CompareInfoTest.cs : Test for IndexOf() and LastIndexOf() with
282           "empty" target (in culture-sensitive context).
284 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
286         * CompareInfoTest.cs : added ignorable character in target for
287           IsPrefix/IsSuffix/IndexOf/LastIndexOf methods.
289 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
291         * CompareInfoTest.cs : added more special weight testcases.
293 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
295         * CompareInfoTest.cs : added Czech and Hungarian sorting tests.
297 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
299         * CompareInfoTest.cs : added more diacritical tests.
301 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
303         * CompareInfoTest.cs : added test for CJK mapping customization.
305 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
307         * CompareInfoTest.cs : added GetSortKey() test for Thai.
309 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
311         * CompareInfoTest.cs : added special weight GetSortKey() test.
313 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
315         * CompareInfoTest.cs : added several GetSortKey() tests.
317 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
319         * CompareInfoTest.cs : added shift weight testcases. Commented one
320           French sort thingy out.
322 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
324         * CompareInfoTest.cs : added another French testcase.
326 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
328         * CompareInfoTest.cs : added LastIndexOf() contraction cases and more.
330 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
332         * CompareInfoTest.cs : added tests for IsSuffix(),
333           IndexOf(string,string) and LastIndexOf(string,string).
335 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
337         * CompareInfoTest.cs : added tests for IsPrefix() and optionally
338           Compare() (which is currently used inside IsPrefix() which is
339           however wrong when it comes to managed collation).
341 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
343         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf().
344           Fixed tests for Compare() - it should use overloaded ones of
345           the tested library (do not call overloaded tests themselves).
347 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
349         * CompareInfoTest.cs : added a few managed collation tests for
350           GetSortKey() and Compare() (they are ignored when managed collation
351           is off).
353 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
355         * GlobalizationAndDomains.cs: more tests for bugz.
357 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
359         * CultureInfoTest.cs: added test that tries setting the culture to a
360         neutral culture that is not the InvariantCulture.
362 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
364         * CultureInfoTest.cs: added new test.
366 2005-04-05  Atsushi Enomoto  <atsushi@ximian.com>
368         * TextInfoTest.cs : added further ToTitleCase() tests.
370 2004-10-27  Ben Maurer  <bmaurer@ximian.com>
372         * TextInfoTest.cs: Fix up migster's type
374 2003-12-19  Dick Porter  <dick@ximian.com>
376         * CompareInfoTest.cs: Added some Compare tests
378 2002-12-21  Nick Drochak <ndrochak@gol.com>
380         * all: make tests build and run under nunit2