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