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