Don't wait for client data when authenticating server ssl stream - fix bug 457120...
[mono.git] / mcs / class / System / Test / ChangeLog
1 2012-06-21  Maciej Paszta <maciej.paszta@gmail.com>
2
3         * System.Net.Security: New test directory.
4
5 2010-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6
7         * System.IO.Ports: New test directory.
8
9 2010-01-29  Mike Kestner <mkestner@novell.com>
10
11         * System.Net/WebUtilityTest.cs: port of tests from System.Web.
12
13 2009-05-14  Jonathan Pryor  <jpryor@novell.com>
14
15         * test-config-file: Revert the prior change, as this breaks 1.0
16           profile testing.
17         * test-config-file-net-2.0: Added; config file to use when testing
18           under the .NET 2.0+ profile, for #502944.
19
20 2009-05-12  Jonathan Pryor  <jpryor@novell.com>
21
22         * test-config-file: Add a /configuration/system.diagnostics/source
23           section to elicit the buggy behavior found in #502944.
24
25 2008-12-09  Christian Hergert <christian.hergert@gmail.com>
26
27         * System.Diagnostics/CounterCreationDataTest.cs: New test to verify
28         that CounterHelp defaults to String.Empty.
29
30 2007-12-04  Arina Itkes <arinai@mainsoft.com>
31
32         * System_test.dll.sources : added RegexReplaceTests.cs
33         * PerlTest.cs, PerlTrials.cs, RegexResultTests.cs: New tests added.
34
35 2007-12-04  Arina Itkes <arinai@mainsoft.com>
36
37         * UriTest.cs, UriTest2.cs : Tests that check Unix path should 
38           not run on Windows.
39
40 2007-07-06  Alan McGovern  <amcgovern@novell.com>
41
42         * UriTest.cs : Added test to check that whitespace
43         is trimmed correctly before parsing a Uri.
44
45 2007-07-06  Alan McGovern  <amcgovern@novell.com>
46
47         * SoundPlayerTest.cs : added SoundPlayerTest.cs
48
49 2007-05-19  Atsushi Enomoto  <atsushi@ximian.com>
50
51         * System_test.dll.sources : added DelimitedListTraceListenerTest.cs.
52
53 2007-04-19  Atsushi Enomoto  <atsushi@ximian.com>
54
55         * System.dll.sources : added XmlWriterTraceListener.cs.
56         * System_test.dll.sources : added TraceListenerTest.cs and
57           XmlWriterTraceListenerTest.cs.
58
59 2007-02-01  Ilya Kharmatsky <ilyak -at- mainsoft.com>
60
61         * System.Test20.vmwcsproj: in project's files list - changed
62         SocketTest.cs to SocketTest.jvm.cs .
63
64 2007-01-30  Ilya Kharmatsky <ilyak -at- mainsoft.com>
65
66         * System.Test20.vmwcsproj: updated list of files.
67
68 2006-01-13  John Luke  <john.luke@gmail.com>
69
70         * System.Net.Mail/*Test.cs: update tests
71
72 2006-01-06  Raja R Harinath  <rharinath@novell.com>
73
74         * System.Net.Mime/ContentDispositionTest.cs: Use Assert.AreEqual
75         rather than Assert.IsTrue(foo == bar) where appropriate.
76         (ToStringTest): Make it work on all timezones.
77
78 2005-12-25  John Luke  <john.luke@gmail.com>
79
80         * System.Net.Mail/*Test.cs: additional tests
81
82 2005-12-24  John Luke  <john.luke@gmail.com>
83
84         * System.Net.Mail/*Test.cs: add tests
85
86 2005-12-23  John Luke  <john.luke@gmail.com>
87
88         * System.Net.Mime/ContentDispositionTest.cs:
89         * System.Net.Mime/ContentTypeTest.cs: add new tests
90
91 2005-09-22  Chris Toshok  <toshok@ximian.com>
92
93         * System.Configuration.Provider/ProviderBaseTest.cs: add test for
94         null description.
95         
96 2005-09-22  Chris Toshok  <toshok@ximian.com>
97
98         * System.Configuration.Provider/ProviderBaseTest.cs: new (rather
99         tiny) test.
100
101 2005-09-21  Chris Toshok  <toshok@ximian.com>
102
103         * System.Configuration/ApplicationSettingsBaseTest.cs: start of
104         tests.  These are going to be rather convoluted.
105
106 2005-09-20  Chris Toshok  <toshok@ximian.com>
107
108         * System.Configuration/ProviderCollectionTest.cs: new test.
109
110 2005-09-20  Chris Toshok  <toshok@ximian.com>
111
112         * System.Configuration/SettingsPropertyValueCollectionTest.cs: new
113         test.
114
115         * System.Configuration/SettingsPropertyCollectionTest.cs: new
116         test.
117
118         * System.Configuration/SettingsPropertyValueTest.cs: new test.
119
120 2005-09-19  Chris Toshok  <toshok@ximian.com>
121
122         * System.Configuration/SettingsPropertyTest.cs: new tests.
123
124 2005-01-18  Jonathan Pryor  <jonpryor@vt.edu>
125
126         * test-config-file: Remove "string-value" switch, as it causes
127           ConfigurationExceptions under .NET 1.1 (the value attribute can't be
128           non-numeric), and Mono now follows this behavior.  Add a "custom-switch"
129           value, which is used in the regression tests.
130
131 2005-01-17  Jonathan Pryor  <jonpryor@vt.edu>
132
133         * test-config-file: Remove <add/> elements lacking a value attribute.
134           .NET 1.1 doesn't support this anymore, and neither does Mono.
135
136 2004-12-03  Raja R Harinath  <rharinath@novell.com>
137
138         * System.IO.Compression/GzipStreamTest.cs: Fix compile errors.
139         * System.IO.Compression/GzipStreamTest.cs: Likewise.
140
141 2004-10-04  Raja R Harinath  <rharinath@novell.com>
142
143         * System.IO.Compression/DeflateStreamTest.cs: NET_2_0 only.
144         * System.IO.Compression/GzipStreamTest.cs: Likewise.
145         Report from Mayank Ritvik <mritvik@novell.com>.
146         
147 2003-05-29  Nick Drochak  <ndrochak@gol.com>
148
149         * makefile.gnu: turn on debug since it works now
150
151 2003-03-29  Nick Drochak  <ndrochak@gol.com>
152
153         * makefile.gnu: link from where the dll is placed now
154
155 2003-03-29  Nick Drochak  <ndrochak@gol.com>
156
157         * BasicOperationsTest.cs: Moved into proper subdir
158         * system_linux_test.args: Change path to above file
159
160 2003/03/25  Nick Drochak <ndrochak@gol.com>
161
162         * System_test.build: Use nunit2 to run the tests.
163
164 2003-03-18  Martin Willemoes Hansen <mwh@sysrq.dk>
165         * Removed: Old AllTests.cs files
166         * NUnit20ified the tests.
167
168 2002-12-23  Nick Drochak  <ndrochak@gol.com>
169
170         * System_test.build: Fix build.  Need to link with System.Xml.dll
171
172 2002-12-20 Jonathan Pryor <jonpryor@vt.edu>
173
174         * makefile.gnu: Add System.Xml.dll to list of referenced assemblies
175         * system_linux_test.args: Add System.Xml, new test cases
176         * test-config-file: new file; sample .config file that
177           System.Diagnostics/SwitchesTest.cs would use to test .config file
178                 operations.
179                 I'm not sure what this file should be named, much less it's proper
180                 location.  In CVS so it's stored in a "safe" location.
181
182 2002-12-08 Jackson Harper <jackson@latitudegeo.com>
183
184         * system_linux_test.args: Remove Compiler tests
185
186 2002-11-6 Jackson Harper <jackson@latitudegeo.com>
187
188         * AllTests.cs system_linux_test.args: Added Microsft.CSharp tests
189
190 2002-10-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
191
192         * AllTests.cs:
193         * system_linux_test.args: added System.ComponentModel and
194         EventHandlerListTests to the build.
195
196 2002-09-17  Nick Drochak  <ndrochak@gol.com>
197
198         * TheTests.cs: Removed.  Not needed anymore since NUnit runs on linux.
199         * System_test.build: Build a linux version of the unit tests (just a 
200         different linking of dll's)
201
202 2002/05/17  Lawrence Pit  <loz@cable.a2000.nl>
203
204         * AllTests.cs: added call to System.Net.Sockets.AllTests.cs
205
206 2002/05/14  Lawrence Pit  <loz@cable.a2000.nl>
207
208         * Dnstest.cs: added test for asynchronous methods
209         
210 2002/05/09  Lawrence Pit  <loz@cable.a2000.nl>
211
212         * AllTests.cs: added System.AllTests
213         * Moved 2 files to the System.Collections.Specialized dir
214
215 2002/05/07  Nick Drochak <ndrochak@gol.com>
216
217         * AllTests.cs: Run the System.Net tests from here.
218
219 2002-05-05  Nick Drochak  <ndrochak@gol.com>
220
221         * ChangeLog: Update build file to run correct class in the test dll.
222
223 2002-05-05  Nick Drochak  <ndrochak@gol.com>
224
225         * AllTests.cs:
226         * BasicOperationsTest.cs:
227         * DnsTest.cs:
228         * NameValueCollectionTest.cs:
229         * StringCollectionTest.cs:
230         * TheTests.cs:
231         * System.Text.RegularExpressions/AllTests.cs:
232         * System.Text.RegularExpressions/PerlTest.cs:
233         * System.Text.RegularExpressions/PerlTrials.cs:
234         * System.Text.RegularExpressions/RegexTrial.cs: Fix Namespace
235         inconsistancies.  Use MonoTests instead of Ximian.Mono.Tests
236
237 2002-04-07  Jonathan Pryor  <jonpryor@vt.edu>
238
239         * AllTests.cs: Added System.Diagnostics tests, as they work now.
240
241 2002/03/08  Nick Drochak <ndrochak@gol.com>
242
243         * System.XML_test.build: Don't build test dll by default.  Only build
244         it when 'make test' is specified.
245
246 2002-02-27  Martin Baulig  <martin@gnome.org>
247
248         * System.Text.RegularExpressions/*.cs: Put everything into namespace
249         Ximian.Mono.Tests.System.Text.RegularExpressions.
250
251         * System_test.build: Build new executable RunTests.System.exe which you can
252         use to run the tests on Linux.
253
254         * NameValueCollectionTest.cs: Split out BasicOperationTest into
255         BasicOperationTest.cs.
256
257         * AllTests.cs: Use namespace Ximian.Mono.Tests.System instead of
258         Ximian.Mono.Tests.
259
260         * DnsTest.cs: Put this into namespace Ximian.Mono.Tests.Systeam.
261         * NameValueCollectionTest.cs: Likewise.
262         * StringCollectionTest.cs: Likewise.
263
264 2002-02-11  Duncan Mak  <duncan@ximian.com>
265
266         * AllTests.cs: Removed entry for IPHostEntryTest.cs because Mads
267         removed it and included it in the new DnsTest.cs. This fixes the build.
268
269 2002-01-17  Miguel de Icaza  <miguel@ximian.com>
270
271         * DnsTest.cs: Updated test.
272
273 2001-09-26  Mads Pultz <mpultz@get2net.dk>
274         * DnsTest.cs: initial tests of BeginGetHostByName and EndGetHostByName implemented.
275
276 2001-09-24  Mads Pultz <mpultz@get2net.dk>
277
278         * DnsTest.cs: now tests GetHostByAddress, GetHostByName,
279           IpToString and Resolve. 
280
281 2001-09-23  Mads Pultz <mpultz@get2net.dk>
282
283         * DnsTest.cs: Initial work submitted to repository.
284         * IPHostEntryTest.cs: Initial work submitted to repository.
285