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