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