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