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