Copy from 72246 to trunk
[mono.git] / mcs / class / corlib / Test / System.Text / ChangeLog
1 2007-02-01  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * EncodingTest.cs: Enabled test again.
4
5 2007-02-01  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * EncodingTest.cs :
8           reverted part of the related patch, thus added NotWorking.
9
10 2007-01-31  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * EncodingTest.cs: Improved test for not-supported encoding.
13
14 2007-01-31  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * EncodingTest.cs: Added tests for GetEncoding.
17
18 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
19
20         * ASCIIEncodingTest.cs: Added TestGetString3 test.
21
22 2006-07-11  Kornél Pál  <kornelpal@gmail.com>
23
24         * StringBuilderTest.cs: Added SetLength test.
25
26 2006-06-24  Kornél Pál  <kornelpal@gmail.com>
27
28         * UnicodeEncodingTest.cs: Added ByteOrderMark tests.
29
30 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * EncodingInfoTest.cs : new TestFixture.
33
34 2006-04-13  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * ASCIIEncodingTest.cs : added DecoderFallback().
37
38 2006-03-30  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * EncoderTest.cs, DecoderTest.cs : new tests, for Convert().
41
42 2006-02-14  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * UTF8EncodingTest.cs : test for bug #77550.
45
46 2006-02-03  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * UTF8EncodingTest.cs : added test for insufficient bytes for
49           flush=true and leftOver!='\0' case.
50
51 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * UTF7EncodingTest.cs : added test for bug #77315.
54         * UTF8EncodingTest.cs : added test for bug #77315. Also, now a
55           bunch of tests are working (while they are marked as NotDotNet
56           under 1.1 profile).
57
58 2006-01-20  Raja R Harinath  <rharinath@novell.com>
59
60         * UnicodeEncodingTest.cs (TestMaxByteCount): Remove extra declaration.
61
62 2006-01-20  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * UTF8EncodingTest.cs : added CloneNotReadOnly().
65
66 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
67
68         * UnicodeEncodingTest.cs, DecoderReplacementFallbackBufferTest.cs,
69           EncoderReplacementFallbackBufferTest.cs : tests were fixed but
70           "NotWorking" were not marked correctly.
71
72 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
73
74         * UTF7EncodingTest.cs UTF8EncodingTest.cs UnicodeEncodingTest.cs :
75           due to the introduction of fallback, some of their internals have
76           changed. Thus marked some tests as NotWorking.
77         * DecoderReplacementFallbackBufferTest.cs,
78           EncoderReplacementFallbackBufferTest.cs :
79           some behaviors have changed since beta2, so marked old tests as
80           NotWorking.
81
82 2005-12-05  Sebastien Pouliot  <sebastien@ximian.com>
83
84         * StringBuilderTest.cs: Test case MaxCapacity_Overflow3 doesn't work
85         under MS 1.1 SP1 (it should throw an ArgumentOutOfRangeException) but
86         it does work under Mono and MS 2.0 (final). Tagged as "NotWorking".
87
88 2005-11-22  Atsushi Enomoto  <atsushi@ximian.com>
89
90         * EncoderReplacementFallbackTest.cs :
91           Added Latin1 replacement test.
92           Updated some test results changed from beta2 to RTM.
93         * DecoderReplacementFallbackTest.cs : the same updates.
94
95 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * UTF8EncodingTest.cs : Simply replaced all ArgumentException with
98           switched alias (it is DecodefFallbackException in NET_2_0).
99
100 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
101
102         * EncoderReplacementFallbackBufferTest.cs : new test (it's weird, but
103           mostly identical to DecoderReplacementFallbackBufferTest...)
104
105 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
106
107         * DecoderReplacementFallbackBufferTest.cs : new test.
108
109 2005-11-15  Atsushi Enomoto  <atsushi@ximian.com>
110
111         * TestEncoding.cs,
112           DecoderReplacementFallbackTest.cs,
113           EncoderReplacementFallbackTest.cs : new 2.0 tests.
114
115 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * UTF8EncodingTest.cs : added GetCharsFEFF().
118
119 2005-06-21  Ben Maurer  <bmaurer@ximian.com>
120
121         * StringBuilderTest.cs: Test replacing with a longer string.
122
123 2005-05-06  Ben Maurer  <bmaurer@ximian.com>
124
125         * StringBuilderTest.cs (MaxCapacity_Overflow3): Test for #72244.
126
127 2005-01-21  Ben Maurer  <bmaurer@ximian.com>
128
129         * StringBuilderTest.cs (CapacityFromString): This relies on impl
130         specific behavior. Rewrite the test.
131
132 2005-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
133
134         * System.Text/StringBuilderTest.cs: new tests for capacity when the
135         StringBuilder is created from a string.
136
137 2005-01-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
138
139         * StringBuilderTest.cs: patch to test for capacity being exceeded.
140
141 2004-06-23  Sebastien Pouliot  <sebastien@ximian.com>
142
143         * UTF7EncodingTest.cs: Added 3 more test cases from RFC1642 to decode
144         and re-encode UTF7 from/to unicode.
145
146 2004-06-07  Atsushi Enomoto  <atsushi@ximian.com>
147
148         * UTF8EncodingTest.cs : Added TestThrowOnInvalid().
149
150 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
151
152         * StringBuilderTest.cs: Added unit tests to be sure integer overflows
153         are catched.
154
155 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
156
157         * UTF7EncodingTest.cs, UnicodeEncodingTest.cs: Removed unused SetUp 
158         and TearDown to facilitate searches.
159
160 2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>
161
162         * UTF8EncodingTest.cs: Test both characters in test 2.1.4.
163
164 2004-04-14  Sebastien Pouliot  <sebastien@ximian.com>
165
166         * UTF8EncodingTest.cs: Ajusted test 3.3.6 and 3.3.7 because MS accept
167         invalid UTF8 (when it shouldn't) and Mono doesn't. Both case are now
168         accepted by the unit tests.
169
170 2004-04-14  Sebastien Pouliot  <sebastien@ximian.com>
171
172         * UTF8EncodingTest.cs: Added 70 new unit tests from UTF-8-test.txt
173         (available from http://www.cl.cam.ac.uk/~mgk25/). Tests are adapted
174         so MS implementation pass them all.
175
176 2004-03-19  Dick Porter  <dick@ximian.com>
177
178         * UnicodeEncodingTest.cs: Test for character counts on subranges
179         of arrays with a BOM at the start of the array.
180
181 2004-03-10  Juraj Skripsky <juraj@hotfeet.ch>
182
183         * StringBuilderTest.cs: added new test for bug in Insert.
184
185 2004-01-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
186
187         * StringBuilderTest.cs: added test for bug #53240.
188
189 2004-01-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
190
191         * StringBuilderTest.cs: added tests for the couple of bugs found in the
192         new StringBuilder implementation.
193
194 2003-05-14  Nick Drochak  <ndrochak@gol.com>
195
196         * UTF7EncodingTest.cs: 
197         * UTF8EncodingTest.cs: added from Patrick Kalkman <kalkman@cistron.nl>
198
199 2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
200
201         * StringBuilderTest.cs: added replace tests from bug #41397 by
202         <tom@acquist.com>>.
203
204 2003-03-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
205
206         * ASCIIEncodingTest.cs: added a couple of asserts fot zero-length
207         arrays.
208
209 2003-02-05  Nick Drochak  <ndrochak@gol.com>
210
211         * StringBuilderTest.cs: Test for specific exception using Nunit verson
212         2 style Attribute.
213
214 2003-01-30  Zoltan Varga  <vargaz@freemail.hu>
215
216         * StringBuilderTest.cs: added test for passing a negative capacity to
217         the constructor.
218
219 2002-12-21  Nick Drochak <ndrochak@gol.com>
220
221         * all: make tests build and run under nunit2
222
223 2002-12-12 Jackson Harper <jackson@latitudegeo.com>
224
225         * AllTests.cs: Comment out UTF8... test (it does not exist)
226
227 2002-03-17  Mike Kestner  <mkestner@speakeasy.net>
228
229         * ASCIIEncodingTest.cs : New suite for ASCIIEncoding.
230         * AllTests.cs : Add the new suite.
231
232 2002-02-10  Nick Drochak  <ndrochak@gol.com>
233
234         * AllTests.cs: Remove StringBuilderTest suite.  There's a major failure
235         when it's included and the test errors aren't displayed. 
236
237 2002-02-09  Nick Drochak  <ndrochak@gol.com>
238
239         * StringBuilderTest.cs: Fixed tests that were failing against mscorlib.