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