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