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