2005-07-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.Globalization / ChangeLog
1 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * CompareInfoTest.cs : added Czech and Hungarian sorting tests.
4
5 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * CompareInfoTest.cs : added more diacritical tests.
8
9 2005-07-13  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * CompareInfoTest.cs : added test for CJK mapping customization.
12
13 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * CompareInfoTest.cs : added GetSortKey() test for Thai.
16
17 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * CompareInfoTest.cs : added special weight GetSortKey() test.
20
21 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * CompareInfoTest.cs : added several GetSortKey() tests.
24
25 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * CompareInfoTest.cs : added shift weight testcases. Commented one
28           French sort thingy out.
29
30 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * CompareInfoTest.cs : added another French testcase.
33
34 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * CompareInfoTest.cs : added LastIndexOf() contraction cases and more.
37
38 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * CompareInfoTest.cs : added tests for IsSuffix(),
41           IndexOf(string,string) and LastIndexOf(string,string).
42
43 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * CompareInfoTest.cs : added tests for IsPrefix() and optionally
46           Compare() (which is currently used inside IsPrefix() which is
47           however wrong when it comes to managed collation).
48
49 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * CompareInfoTest.cs : added tests for IndexOf() and LastIndexOf().
52           Fixed tests for Compare() - it should use overloaded ones of
53           the tested library (do not call overloaded tests themselves).
54
55 2005-07-12  Atsushi Enomoto  <atsushi@ximian.com>
56
57         * CompareInfoTest.cs : added a few managed collation tests for
58           GetSortKey() and Compare() (they are ignored when managed collation
59           is off).
60
61 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
62
63         * GlobalizationAndDomains.cs: more tests for bugz.
64
65 2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
66
67         * CultureInfoTest.cs: added test that tries setting the culture to a
68         neutral culture that is not the InvariantCulture.
69
70 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
71
72         * CultureInfoTest.cs: added new test.
73
74 2005-04-05  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * TextInfoTest.cs : added further ToTitleCase() tests.
77
78 2004-10-27  Ben Maurer  <bmaurer@ximian.com>
79
80         * TextInfoTest.cs: Fix up migster's type
81
82 2003-12-19  Dick Porter  <dick@ximian.com>
83
84         * CompareInfoTest.cs: Added some Compare tests
85
86 2002-12-21  Nick Drochak <ndrochak@gol.com>\r
87 \r
88         * all: make tests build and run under nunit2\r