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