(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / class / System / Test / System.Net / ChangeLog
blob4abf1cb12cb91ea12153d8e42557212ee1373061
1 2004-10-10 David Sheldon <dave-mono@earth.li>
3   * DnsTest.cs: Updated IP for www.go-mono.com. 
5 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
7         * DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
8         * DnsPermissionTest.cs: New. Unit tests for DnsPermission.
9         * SocketPermissionAttributeTest.cs: New. Unit tests for 
10         SocketPermissionAttribute.
11         * WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
12         Attribute.
14 2004-01-02  Nick Drochak  <ndrochak@gol.com>
16         * ServicePointManagerTest.cs: Use the nunit v2 paradigm, and stop this
17         test from outputting its debug info with WriteLines.
18         * ServicePointTest.cs: Make sure MaxServicePoints weren't set to some
19         other limit in another test or whatever.  Suppress debug output.
21 2003-12-30  Nick Drochak  <ndrochak@gol.com>
23         * DnsTest.cs: Update with new IP address for www.go-mono.com and make
24         test failure output more informative. All Tests pass for me on
25         .NET 1.1.
26         * HttpWebRequestTest.cs: Get rid of WriteLines and use Asserts to make
27         it a proper unit test.
29 2003-07-16  Peter Williams  <peter@newton.cx>
31         * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
32         rely on some NET_1_1-only features.
34 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
36         * IPAddressTest.cs: Added IPv6 addresses tests.
38 2002-09-17  Nick Drochak  <ndrochak@gol.com>
40         * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
42 2002-05-21  Lawrence Pit <loz@cable.a2000.nl>
44         * WebClientTest.cs: added
45         * WebProxyTest.cs: more tests
47 2002-05-20  Lawrence Pit <loz@cable.a2000.nl>
49         * ServicePointTest.cs: added
50         * ServicePointManagerTest.cs: added
51         * WebProxyTest.cs: added
52         * AllTests.cs: added the above tests
53         * WebHeaderCollection.cs: added TestIndexers.
55 2002-05-19  Lawrence Pit <loz@cable.a2000.nl>
57         * FileWebRequestTest.cs: all the async methods tests to behave the same 
58         as in ms.net
60 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
62         * FileWebRequestTest.cs: added
64 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
66         * WebRequestTest.cs: added
67         * WebHeaderCollectionTest.cs: added
69 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
71         * Added tests to IPAddressTest.cs
72         * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
74 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
76         * CredentialCacheTest.cs: added
77         * AllTests.cs: added CredentialCacheTest
79 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
81         * IPAddressTest.cs: added test for loopback
83 2002-04-30  Nick Drochak  <ndrochak@gol.com>
85         * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
87 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
89         * CookieTest.cs: added
90         * CookieCollectionTest.cs: added
91         * AllTests.cs: added
93 2002-04-24  Nick Drochak  <ndrochak@gol.com>
95         * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong 
96         exception is thrown, let eveyone know which one.
98 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
100         * IPAddressTest.cs: use BitConverter to set localhost, catch
101         OverflowException in TestParseWrong() and changed some constants.
103 2002-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
105         * AllTests.cs: added IPEndPointTest.
106         * IPEndPointTest.cs: added file (author: Lawrence Pit).
107         * IPAdressTest.cs: use Fail is expected exception are not raised.
109 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
111         * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
112         by Paolo) instead of guessing the endianness.
113         
114 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
116         * ChangeLog:
117         * AllTests.cs:
118         * IPAddressTest.cs: added files.