Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Test « CJK « I18N « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52672d2bede2b07bebf2152b8f0e66acf7159314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
2006-01-23  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs :
	  added Decoder950Refresh() and Decoder950NoRefresh().

2006-01-23  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs :
	  added Decoder949Refresh() and Decoder949NoRefresh().

2006-01-23  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs :
	  added Decoder936Refresh() and Decoder936NoRefresh().

2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs :
	  added Decoder51932Refresh() and Decoder51932NoRefresh().

2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : added Decoder932Refresh().

2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : Actually some of new tests fail under .NET 1.x.
	  Added Encoder54936Refresh() which tests Encoder.GetBytes() where
	  refresh==true.

2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : Added test for #77307. Unify those "get bytes
	  for all of chars" tests.

2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : Added test for #77306.

2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : fixed broken method extraction. Added test for
	  #77298.

2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : added test for bug #77274. Unify those
	  "all pair of bytes" tests code.

2006-01-16  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : added test for bug #77238.

2006-01-16  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : added test for bug #77223, #77224 and #77222.

2005-12-06  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : w00t, Now all test are working, including
	  codepage 936 (GB2312) and GB18030.

2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : BIG5 tests are now working.

2005-12-05  Atsushi Enomoto  <atsushi@ximian.com>

	* I18N.CJK.Test.cs : initial NUnit test checkin.