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