75a0aa562c577facae3c48679d50d329028960c4
[mono.git] / mcs / class / System / Test / System.Net / ChangeLog
1 2009-12-24  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * CookieContainerTest.cs: Split many tests into smaller test 
4         cases. Add test cases for DefaultPerDomainCookieLimit and
5         DefaultCookieLimit. Remove all [Category ("NotWorking")] since
6         everything works now.
7
8 2009-10-23  Alexandre Gomes  <alexmipego@gmail.com>
9
10         * WebClientTest.cs: Test for GetWebRequest overriding
11           issues
12           
13 2009-07-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
14
15         * WebHeaderCollectionTest.cs: test for allowed characters in headers.
16
17 2009-07-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
18
19         * WebHeaderCollectionTest.cs: test for 2.0 IsRestricted().
20
21 2009-07-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
22
23         * HttpWebRequestTest.cs: use different ports for different tests since
24         the shutdown might take a little bit and tests might conflict.
25
26 2009-07-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
27
28         * WebClientTest.cs: if we write the 100 response, reset the output
29         stream writer.
30
31 2009-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
32
33         * HttpWebRequestTest.cs: Enabled tests, and removed test that is now
34         covered by two separate CanTimeout tests for request and response
35         stream.
36         * HttpWebResponseStreamTest.cs: Enabled tests.
37
38 2009-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
39
40         * HttpWebRequestTest.cs: Marked test notworking on 1.0 profile.
41
42 2009-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
43
44         * HttpWebRequestTest.cs: Added tests for bug #511851. Added tests
45         for request stream. Fixed compiler warnings, and fixed code style.
46         * HttpWebResponseTest.cs: Added tests for response stream. Fixed
47         compiler warnings.
48
49 2009-07-06 Gonzalo Paniagua Javier <gonzalo@novell.com>
50
51         * HttpWebRequestTest.cs: add tests for POST + redirect and 401.
52
53 2009-06-28 Gonzalo Paniagua Javier <gonzalo@novell.com>
54
55         * HttpWebRequestTest.cs: sleep between reads as we do in
56         WebClientTest.
57
58 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
59
60         * SocketResponder.cs: the listener might be closed right before
61         Accept() is called and in that case we get an EINVAL.
62         * WebClientTest.cs: now that we might send separate packets for
63         headers and body, wait a little bit before checking socket.Available.
64
65 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
66
67         * HttpWebRequestTest.cs: add a bunch of tests provided by
68         Bassan Tabbara.
69
70 2009-06-26  Robert Jordan  <robertj@gmx.net>
71
72         * *.cs: Upgrade to new NUnit style.
73
74 2009-06-20  Gert Driesen  <drieseng@users.sourceforge.net>
75
76         * HttpWebRequestTest.cs: Improved and enabled test for bug #510642.
77
78 2009-06-20  Gert Driesen  <drieseng@users.sourceforge.net>
79
80         * SocketResponder.cs: Made a little more robust.
81
82 2009-06-20  Gert Driesen  <drieseng@users.sourceforge.net>
83
84         * HttpListener2Test.cs: Added test for bug #513849.
85         * HttpWebRequestTest.cs: Enabled test for bug #508027. Added test for
86         bug #513087.
87         * WebClientTest.cs: Added test for bug #484795, for Encoding property.
88
89 2009-06-16  Andrés G. Aragoneses  <aaragoneses@novell.com>
90
91         * WebRequestTest.cs: Drop NotWorking attrib, more accurate tests.
92
93 2009-06-09  Andrés G. Aragoneses  <aaragoneses@novell.com>
94
95         * WebRequestTest.cs: Added tests for bug #323452.
96
97 2009-06-06  Gert Driesen  <drieseng@users.sourceforge.net>
98
99         * HttpWebRequestTest.cs: Added tests for bugs #465613, #510661,
100         #510642 and #508027.
101
102 2009-05-17  Gert Driesen  <drieseng@users.sourceforge.net>
103
104         * CookieTest.cs: Added test for Path.
105         * CookieContainerTest.cs: Added and improved .ctor tests.
106         Improved tests for Capacity and MaxCookieSize. Added tests for
107         PerDomainCapacity. Added tests for Add overloads, GetCookieHeader,
108         GetCookies and SetCookies. Added test for bug #421827.
109
110 2009-05-02  Atsushi Enomoto  <atsushi@ximian.com>
111
112         * CredentialCacheTest.cs : new tests for get/add/remove.
113           Patch by Mineda Nozomi.
114
115 2009-04-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
116
117         * DnsTest.cs: new IP for go-mono and fix AsyncResolve test.
118
119 2009-04-21  Sebastien Pouliot  <sebastien@ximian.com>
120
121         * EndPointTest.cs: New
122
123 2009-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
124
125         * DnsTest.cs: Use Assert syntax, and spaces to tabs. Added tests
126         for argument checks.
127
128 2009-02-08  Gert Driesen  <drieseng@users.sourceforge.net>
129
130         * HttpWebRequestTest.cs: Added Not-Modified-Since test. Updated
131         bug numbers.
132
133 2009-02-05  Gert Driesen  <drieseng@users.sourceforge.net>
134
135         * HttpListener2Test.cs: Make tests quiet.
136         * HttpWebRequestTest.cs: Added test for bug #471782.
137
138 2009-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
139
140         * IPAddressTest.cs: tests for bug #467472.
141
142 2009-01-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
143
144         * FtpWebRequestTest.cs: add directory listing test when the $HOME is
145         not /.
146
147 2009-01-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
148
149         * FtpWebRequestTest.cs: test deleting a file.
150
151 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
152
153         * HttpListener2Test.cs: make sure we dispose the listener.
154
155 2008-11-17 Gonzalo Paniagua Javier <gonzalo@novell.com>
156
157         * HttpListener2Test.cs: (CreateNS) set a default read/write timeout
158         of 5s.
159
160 2008-11-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
161
162         * FtpWebRequestTest.cs: the upload test now passes with the MS
163         runtime. Added another test for download.
164
165 2008-11-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
166
167         * HttpListener2Test.cs: Fixed Test7.
168
169 2008-11-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
170
171         * FtpWebRequestTest.cs: add test for bug 333985.
172
173 2008-10-30 Gonzalo Paniagua Javier <gonzalo@novell.com>
174
175         * HttpWebResponseTest.cs:
176         * SocketResponder.cs:
177         * HttpWebRequestTest.cs: don't pretend to be a 1.1 server or the
178         socket will stay open. Timeout for Ntlm test is 5s now.
179
180 2008-10-19  Gert Driesen  <drieseng@users.sourceforge.net>
181
182         * HttpWebRequestTest.cs: Fixed test for bug #429200.
183
184 2008-10-18  Gert Driesen  <drieseng@users.sourceforge.net>
185
186         * HttpWebRequestTest.cs: Added test for bug #429200.
187
188 2008-10-08 Gonzalo Paniagua Javier <gonzalo@novell.com>
189
190         * HttpWebRequestTest.cs: mini-test case for NTLM auth.
191
192 2008-08-06  Atsushi Enomoto  <atsushi@ximian.com>
193
194         * IPAddressTest.cs : added test strings for bug #411920 as well as
195           enabling some ipv4ParseOK strings.
196
197 2008-07-25  Gert Driesen  <drieseng@users.sourceforge.net>
198
199         * HttpWebResponseTest.cs: Enabled tests.
200
201 2008-07-03  Gert Driesen  <drieseng@users.sourceforge.net>
202
203         * HttpListener2Test.cs: Added test for multiple responses.
204         * HttpWebResponseTest.cs: Added tests for disposed checks.
205
206 2008-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
207
208         * FileWebRequestTest.cs: Now that we have proper locking for file
209         deletes on unix, bug #323388 applies to unix as well.
210
211 2008-04-06  Geoff Norton  <gnorton@novell.com>
212
213         * HttpListener2Test.cs:
214         * HttpListenerRequestTest.cs: HttpListener Basic authenticationt test
215         from Maciej Paszta <paszczi@go2.pl>
216
217 2008-02-09  Daniel Nauck  <dna@mono-project.de>
218
219         * CookieContainerTest.cs: added some not working Add/Expired tests
220
221 2008-02-09  Daniel Nauck  <dna@mono-project.de>
222
223         * CookieTest.cs: added tests for public fields
224
225 2008-01-27  Gert Driesen  <drieseng@users.sourceforge.net>
226
227         * IPAddressTest.cs: Remove use of deprecated Assertion. Improved
228         existing tests.
229
230 2008-01-26  Daniel Nauck  <dna@mono-project.de>
231
232         * CookieTest.cs: enabled ToString () test,
233         added Version property test
234
235 2008-01-26  Daniel Nauck  <dna@mono-project.de>
236
237         * CookieTest.cs: added tests for Cookie.ToString (), see bug #316017,
238         fixed line endings
239
240 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
241
242         * HttpWebRequestTest.cs: Disable #353495 since it fails on the 2.0 profile.
243
244 2008-01-15  Atsushi Enomoto  <atsushi@ximian.com>
245
246         * HttpWebRequestTest.cs : added test for bug #353495.
247
248 2007-12-03  Gert Driesen  <drieseng@users.sourceforge.net>
249
250         * WebClient.cs: Added tests for argument checks.
251
252 2007-10-21  Gert Driesen  <drieseng@users.sourceforge.net>
253
254         * WebProxyTest.cs: Remove unused fields.
255
256 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
257
258         * WebRequestTest.cs: Fixed test for serialization ctor to match
259         1.0 profile change. Added trivial tests to argument null checks.
260         Added test for DefaultWebProxy. Fixed line endings.
261
262 2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
263
264         * HttpListenerRequestTest.cs: Added test for HttpMethod.
265
266 2007-09-30  Gert Driesen  <drieseng@users.sourceforge.net>
267
268         * HttpListenerRequestTest.cs: Added test for HasEntityBody.
269         * HttpListener2Test.cs: Removed CWL.
270
271 2007-08-29  Atsushi Enomoto  <atsushi@ximian.com>
272
273         * IPAddressTest.cs : added an address with scope id to parse/format
274           test.
275
276 2007-06-28  Chris Howie  <cdhowie@nerdshack.com>
277
278         * ServicePointTest.cs: Add some loose tests for
279         ServicePoint.BindIPEndPointDelegate.
280
281 2007-08-01  Rodrigo Kumpera  <rkumpera@novell.com>
282
283         * HttpListener2Test.cs: Fixed Cookie Test 
284
285 2007-07-17  Rodrigo Kumpera  <rkumpera@novell.com>
286
287         * HttpListener2Test.cs: Tests for cookie receiving and sending, related to bug #81627
288
289 2007-07-17  Gert Driesen  <drieseng@users.sourceforge.net>
290
291         * HttpWebRequestTest.cs: Fixed and enabled InternalServerError test.
292         Added test for response without Content-Length.
293
294 2007-07-15  Gert Driesen  <drieseng@users.sourceforge.net>
295
296         * HttpWebRequestTest.cs: Remove usage of deprecated Assertion class.
297         Fixed Sync test.  Fixed InternalServerError to pass on .NET 2.0, and
298         renumbered tests. Added test for bug #81504.
299
300 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
301
302         * HttpWebRequestTest.cs: Added test for exception thrown on read
303         timeout. Added tests for bug #81624 and #81671.
304
305 2007-04-23  Marek Habersack  <mhabersack@novell.com>
306
307         * CookieContainerTest.cs: the GetCookies test works now.
308
309 2007-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
310
311         * CookieContainerTest.cs: Removed usage of deprecated Asssertion
312         class. Added test for bug #81421.
313         * SocketResponder.cs: Thread-safety fixes.
314
315 2007-03-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
316
317         * HttpListenerPrefixCollectionTest.cs, HttpListenerTest.cs: removed not
318         supported calls for TARGET_JVM because of validation failures
319
320 2007-02-24  Gert Driesen  <drieseng@users.sourceforge.net>
321
322         * HttpWebRequestTest.cs: Added test for bug #80944.
323
324 2007-02-08  Ilya Kharmatsky <ilyak -at- mainsoft.com>
325
326         * FileWebRequestTest.cs: Excluded not working under TARGET_JVM
327         configuration code in GetResponse_File_DoesNotExist test.
328         * HttpWebRequestTest.cs: Excluded not working under TARGET_JVM
329         configuration test 'Sync'
330
331 2007-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
332
333         * SocketResponder.cs: Fixed typo. Moved to correct namespace.
334
335 2007-02-02  Gert Driesen  <drieseng@users.sourceforge.net>
336
337         * FileWebRequestTest.cs: Separate tests that fail on Windows due to
338         bug #80700, and ignore them on Windows.
339
340 2007-02-01  Gert Driesen  <drieseng@users.sourceforge.net>
341
342         * WebProxyTest.cs: Added tests that cover regression introduced by
343         previous change.
344
345 2007-01-31  Ilya Kharmatsky  <ilyak -at- mainsoft.com>
346
347         * IPAddressTest.cs, WebProxyTest.cs, WebHeaderCollectionTest.cs,
348           ServicePointManagerTest.cs, ServicePointTest.cs:
349           Excluded not working in Grasshopper tests, under 'TARGET_JVM'
350           directive
351         * HttpListenerPrefixCollectionTest.cs, HttpListenerTest.cs,
352           HttpListenerBasicIdentityTest.cs, HttpListener2Test.cs:
353           Excluded entire test fixture, since HttpListener still not 
354           implemented in Grasshopper.
355         * FileWebRequestTest.cs, FileWebResponseTest.cs:
356           Excluded not working in Grasshopper tests and provided different
357           implementation of helper methods - under 'TARGET_JVM'
358
359 2007-01-30  Atsushi Enomoto  <atsushi@ximian.com>
360
361         * HttpWebRequestTest.cs : use correct attribute.
362
363 2007-01-29  Gert Driesen  <drieseng@users.sourceforge.net>
364
365         * HttpWebRequestTest.cs: Added tests for case-sensitive dealing with
366         HTTP method.
367         * SocketResponser.cs: Utility class for tests that require a listener.
368
369 2007-01-29  Ilya Kharmatsky <ilyak -at- mainsoft.com>
370         
371         * IPAddressTest.cs: Fixed missing bracket (under TARGET_JVM)
372
373 2007-01-28  Ilya Kharmatsky <ilyak -at- mainsoft.com>
374
375         * IPAddressTest.cs: Added 'Ignore' attribute for 
376         Constructor0_Address_Invalid test under TARGET_JVM directive.
377
378 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
379
380         * IPAddressTest.cs: Added test for invalid addresses. Fixed 4-byte
381         test on 2.0 profile.
382
383 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
384
385         * FileWebRequestTest.cs: Reworked tests to no longer rely on TMPDIR.
386         Added tests for ConnectionGroupName, ContentLength, ContentType,
387         Credentials, GetRequestStream, GetResponse, Method, PreAuthenticate,
388         Proxy, RequestUri, Timeout. Added binary serialization compatibility
389         tests.
390         * FileWebResponseTest.cs: Added tests for ContentLength, ContentType,
391         GetResponseStream, Headers, ResponseUri.
392
393 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
394
395         * WebHeaderCollectionTest.cs: Added tests for binary serialization
396         compatibility.
397
398 2007-01-28  Gert Driesen  <drieseng@users.sourceforge.net>
399
400         * WebProxyTest.cs: Move IsBypassed null check to separate test, and
401         fixed it for 2.0 profile. Added test for binary serialization.
402
403 2007-01-25  Ilya Kharmatsky  <ilyak -at- mainsoft.com>
404
405         * FileWebRequestTest.cs: Workaround Grasshopper's bugs with
406         'Ignore' and 'NotWorking' attributes.
407
408 2007-01-11  Miguel de Icaza  <miguel@novell.com>
409
410         * HttpListener2Test.cs: Put a bunch of verbs that would not be
411         allowed. 
412
413 2006-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
414
415         * IPAddressTest.cs: Added 4-byte and null address tests.
416
417 2006-11-20 Andrew Skiba <andrews@mainsoft.com>
418
419         * WebHeaderCollectionTest.cs: fix Indexers test to compile on 2.0
420
421 2006-11-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
422
423         * WebHeaderCollectionTest.cs: the Indexers test only compiles on 1.x
424
425 2006-11-07  Dick Porter  <dick@ximian.com>
426
427         * DnsTest.cs: GetHostByAddressString5() should only throw
428         SocketException on pre-2.0 profiles
429
430 2006-11-03  Dick Porter  <dick@ximian.com>
431
432         * DnsTest.cs: Re-enable GetHostEntry
433
434 2006-10-22  Zoltan Varga  <vargaz@gmail.com>
435
436         * DnsTest.cs: Disable GetHostEntry test as it currently fails.
437
438 2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
439
440         * HttpListener2Test.cs: new tests for headers sent separate from body
441         and together.
442
443 2006-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
444
445         * HttpListener2Test.cs: test using StreamReader from InputStream.
446
447 2006-08-20  Miguel de Icaza  <miguel@novell.com>
448
449         * HttpListener2Test.cs: Add test case for bug #79112
450
451 2006-04-03  Chris Toshok  <toshok@ximian.com>
452
453         * HttpWebRequestTest.cs (Missing_ContentEncoding): add test to
454         handle missing content encoding header.
455
456 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
457
458         * DnsTest.cs : added test for GetHostEntry.
459
460 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
461
462         * IPAddressTest.cs : actually #11 in TryParse() is not working.
463           added more tests on IsIPv6Blah properties.
464
465 2006-03-27  Atsushi Enomoto  <atsushi@ximian.com>
466
467         * IPAddressTest.cs : added some tests for TryParse() and IPv6 related
468           properties.
469
470 2006-02-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
471
472         * FtpWebRequestTest.cs: Add a small check for Method.
473         
474 2006-02-03  Atsushi Enomoto  <atsushi@ximian.com>
475
476         * WebRequestTest.cs : FtpWebRequest is only NET_2_0.
477
478 2006-02-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
479
480         * FtpWebRequestTest.cs: New file to test properties/methods
481         that don't need any connection to work.
482         
483 2005-02-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
484
485         * WebRequestTest.cs: Add ftp to the Create () method (to return
486         a FtpWebRequest instance).
487         
488 2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
489
490         * HttpListenerTest.cs: disable 2 tests. We're throwing the wrong
491         exception.
492
493 2005-11-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
494
495         * IPAddressTest.cs: more tests for the byte[] ctor.
496
497 2005-11-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
498
499         * HttpListenerPrefixCollectionTest.cs:
500         * HttpListenerTest.cs:
501         * HttpListenerBasicIdentityTest.cs:
502         * HttpListener2Test.cs: tests for HttpListener and related classes.
503
504 2005-11-15  Sebastien Pouliot  <sebastien@ximian.com>
505
506         * IPAddressTest.cs: Fixed an LoopbackIPv6 test case (missing '[') that
507         doesn't work on either MS 1.x or 2.0 (and won't work for long on Mono)
508
509 2005-09-22  Sebastien Pouliot  <sebastien@ximian.com>
510
511         * DnsPermissionAttributeTest.cs: Removed *Choice security actions.
512         * SocketPermissionAttributeTest.cs: Removed *Choice security actions.
513         * WebPermissionAttributeTest.cs: Removed *Choice security actions.
514
515 2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
516
517         * HttpWebRequestTest.cs: added test for a HTTP/1.1 server returning a
518         chunked response with out a 'last-chunk' mark.
519
520 2005-06-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
521
522         * HttpWebRequestTest.cs: added test for the sslClientStream blocking
523         issue.
524
525 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
526
527         * IPAddressTest.cs: cleanup and added loopback IPv6 test.
528
529 2005-05-19  Sebastien Pouliot  <sebastien@ximian.com>
530
531         * DnsCas.cs: New. CAS unit tests for Dns.
532         * DnsTest.cs: Fixed the wrong End* method being used in AsyncResolve.
533         * FileWebRequestCas.cs: New. CAS unit tests for FileWebRequest.
534         * HttpWebRequestCas.cs: New. CAS unit tests for HttpWebRequest.
535         * WebRequestTest.cs: Added tests to validate exceptions.
536
537 2005-03-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
538
539         * HttpWebRequestTest.cs: added cookie handling test.
540
541 2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
542
543         * HttpWebRequestTest.cs ServicePointManagerTest.cs ServicePointTest.cs:
544         Mark some tests with [Caregory ("InetAccess")].
545
546 2005-01-28  Nick Drochak  <ndrochak@ieee.org>
547
548         * DnsTest.cs: Pick a URL we can most likely fail against.
549
550 2005-01-24  Nick Drochak  <ndrochak@ieee.org>
551
552         * ServicePointManagerTest.cs: Make sure we have some Service Points
553         when we try to get one.
554
555 2005-01-20  Sebastien Pouliot  <sebastien@ximian.com>
556
557         * ServicePointManagerTest.cs: Add a TearDown method; add setup/teardown
558           logic to (1) record ServicePointManager.MaxServicePointIdleTime, and 
559           (2) set this to 10 milliseconds in setup.  Why?  Because when running the
560           full regression tests, the default timeout of 15 minutes applied, causing
561           the ServicePointManager to be "full" when ServicePointTest is executed.
562           This causes ServicePointTest to generate a failure, as it isn't able to
563           add as many ServicePoints as it expects.  Worse, this failure isn't
564           apparent if you run ServicePointTest individually; it only occurs if it
565           executes *after* ServicePointManagerTest.  Yay Heisenbugs.
566
567 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
568
569         * WebPermissionAttributeTest.cs: Removed a test for 1.1 as we delay 
570         the regex creation (like 2.0) so the exception is also delayed.
571
572 2005-01-18  Sebastien Pouliot  <sebastien@ximian.com>
573
574         * IPAddressTest.cs: Some tests may not work if support for IPv6 is
575         disabled in machine.config. Tests haven't re-worked to check for
576         Socket.SupportsIPv6 to ignore them in this case.
577
578 2005-01-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
579
580         * IPAddressTest.cs: this test fails with a FormatException.
581
582 2005-01-10  Nick Drochak  <ndrochak@ieee.org>
583
584         * IPAddressTest.cs: Make tests pass on Fx1.1
585
586 2005-01-10  Nick Drochak  <ndrochak@ieee.org>
587
588         * SocketPermissionAttributeTest.cs: Do not run tests on .NET where there
589         are bugs in the framework.
590         * WebPermissionAttributeTest.cs: Assuming these all pass on Fx2.0, so
591         make them pass on 1.1 too.
592
593 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
594
595         * CookieContainerTest.cs: added tests for CookieContainer.
596
597 2004-10-10 David Sheldon <dave-mono@earth.li>
598
599         * DnsTest.cs: Updated IP for www.go-mono.com. 
600
601 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
602
603         * DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
604         * DnsPermissionTest.cs: New. Unit tests for DnsPermission.
605         * SocketPermissionAttributeTest.cs: New. Unit tests for 
606         SocketPermissionAttribute.
607         * WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
608         Attribute.
609
610 2004-01-02  Nick Drochak  <ndrochak@gol.com>
611
612         * ServicePointManagerTest.cs: Use the nunit v2 paradigm, and stop this
613         test from outputting its debug info with WriteLines.
614         * ServicePointTest.cs: Make sure MaxServicePoints weren't set to some
615         other limit in another test or whatever.  Suppress debug output.
616
617 2003-12-30  Nick Drochak  <ndrochak@gol.com>
618
619         * DnsTest.cs: Update with new IP address for www.go-mono.com and make
620         test failure output more informative. All Tests pass for me on
621         .NET 1.1.
622         * HttpWebRequestTest.cs: Get rid of WriteLines and use Asserts to make
623         it a proper unit test.
624
625 2003-07-16  Peter Williams  <peter@newton.cx>
626
627         * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
628         rely on some NET_1_1-only features.
629
630 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
631
632         * IPAddressTest.cs: Added IPv6 addresses tests.
633
634 2002-09-17  Nick Drochak  <ndrochak@gol.com>
635
636         * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
637
638 2002-05-21  Lawrence Pit <loz@cable.a2000.nl>
639
640         * WebClientTest.cs: added
641         * WebProxyTest.cs: more tests
642
643 2002-05-20  Lawrence Pit <loz@cable.a2000.nl>
644
645         * ServicePointTest.cs: added
646         * ServicePointManagerTest.cs: added
647         * WebProxyTest.cs: added
648         * AllTests.cs: added the above tests
649         * WebHeaderCollection.cs: added TestIndexers.
650
651 2002-05-19  Lawrence Pit <loz@cable.a2000.nl>
652
653         * FileWebRequestTest.cs: all the async methods tests to behave the same 
654         as in ms.net
655
656 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
657
658         * FileWebRequestTest.cs: added
659
660 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
661
662         * WebRequestTest.cs: added
663         * WebHeaderCollectionTest.cs: added
664
665 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
666
667         * Added tests to IPAddressTest.cs
668         * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
669
670 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
671
672         * CredentialCacheTest.cs: added
673         * AllTests.cs: added CredentialCacheTest
674
675 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
676
677         * IPAddressTest.cs: added test for loopback
678
679 2002-04-30  Nick Drochak  <ndrochak@gol.com>
680
681         * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
682
683 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
684
685         * CookieTest.cs: added
686         * CookieCollectionTest.cs: added
687         * AllTests.cs: added
688
689 2002-04-24  Nick Drochak  <ndrochak@gol.com>
690
691         * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong 
692         exception is thrown, let eveyone know which one.
693
694 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
695
696         * IPAddressTest.cs: use BitConverter to set localhost, catch
697         OverflowException in TestParseWrong() and changed some constants.
698
699 2002-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
700
701         * AllTests.cs: added IPEndPointTest.
702         * IPEndPointTest.cs: added file (author: Lawrence Pit).
703         * IPAdressTest.cs: use Fail is expected exception are not raised.
704
705 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
706
707         * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
708         by Paolo) instead of guessing the endianness.
709         
710 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
711
712         * ChangeLog:
713         * AllTests.cs:
714         * IPAddressTest.cs: added files.
715