[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / I18N / CJK / Test / ChangeLog
1 2009-10-09  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * I18N.CJK.Test.cs : added test for iso-2022-jp wrong esc sequences.
4
5 2009-04-15  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * I18N.CJK.Test.cs : added test for bug #491799.
8
9 2008-06-09  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * I18N.CJK.Test.cs : added test for bug #398273.
12
13 2006-01-23  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * I18N.CJK.Test.cs :
16           added Decoder950Refresh() and Decoder950NoRefresh().
17
18 2006-01-23  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * I18N.CJK.Test.cs :
21           added Decoder949Refresh() and Decoder949NoRefresh().
22
23 2006-01-23  Atsushi Enomoto  <atsushi@ximian.com>
24
25         * I18N.CJK.Test.cs :
26           added Decoder936Refresh() and Decoder936NoRefresh().
27
28 2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
29
30         * I18N.CJK.Test.cs :
31           added Decoder51932Refresh() and Decoder51932NoRefresh().
32
33 2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
34
35         * I18N.CJK.Test.cs : added Decoder932Refresh().
36
37 2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * I18N.CJK.Test.cs : Actually some of new tests fail under .NET 1.x.
40           Added Encoder54936Refresh() which tests Encoder.GetBytes() where
41           refresh==true.
42
43 2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
44
45         * I18N.CJK.Test.cs : Added test for #77307. Unify those "get bytes
46           for all of chars" tests.
47
48 2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * I18N.CJK.Test.cs : Added test for #77306.
51
52 2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * I18N.CJK.Test.cs : fixed broken method extraction. Added test for
55           #77298.
56
57 2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * I18N.CJK.Test.cs : added test for bug #77274. Unify those
60           "all pair of bytes" tests code.
61
62 2006-01-16  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * I18N.CJK.Test.cs : added test for bug #77238.
65
66 2006-01-16  Atsushi Enomoto  <atsushi@ximian.com>
67
68         * I18N.CJK.Test.cs : added test for bug #77223, #77224 and #77222.
69
70 2005-12-06  Atsushi Enomoto  <atsushi@ximian.com>
71
72         * I18N.CJK.Test.cs : w00t, Now all test are working, including
73           codepage 936 (GB2312) and GB18030.
74
75 2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
76
77         * I18N.CJK.Test.cs : BIG5 tests are now working.
78
79 2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * I18N.CJK.Test.cs : initial NUnit test checkin.