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