2004-10-10 David Sheldon <dave-mono@earth.li>
[mono.git] / mcs / class / System / Test / System.Net / ChangeLog
1 2004-10-10 David Sheldon <dave-mono@earth.li>
2
3   * DnsTest.cs: Updated IP for www.go-mono.com. 
4
5 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
6
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.
13
14 2004-01-02  Nick Drochak  <ndrochak@gol.com>
15
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.
20
21 2003-12-30  Nick Drochak  <ndrochak@gol.com>
22
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.
28
29 2003-07-16  Peter Williams  <peter@newton.cx>
30
31         * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
32         rely on some NET_1_1-only features.
33
34 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
35
36         * IPAddressTest.cs: Added IPv6 addresses tests.
37
38 2002-09-17  Nick Drochak  <ndrochak@gol.com>
39
40         * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
41
42 2002-05-21  Lawrence Pit <loz@cable.a2000.nl>
43
44         * WebClientTest.cs: added
45         * WebProxyTest.cs: more tests
46
47 2002-05-20  Lawrence Pit <loz@cable.a2000.nl>
48
49         * ServicePointTest.cs: added
50         * ServicePointManagerTest.cs: added
51         * WebProxyTest.cs: added
52         * AllTests.cs: added the above tests
53         * WebHeaderCollection.cs: added TestIndexers.
54
55 2002-05-19  Lawrence Pit <loz@cable.a2000.nl>
56
57         * FileWebRequestTest.cs: all the async methods tests to behave the same 
58         as in ms.net
59
60 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
61
62         * FileWebRequestTest.cs: added
63
64 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
65
66         * WebRequestTest.cs: added
67         * WebHeaderCollectionTest.cs: added
68
69 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
70
71         * Added tests to IPAddressTest.cs
72         * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
73
74 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
75
76         * CredentialCacheTest.cs: added
77         * AllTests.cs: added CredentialCacheTest
78
79 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
80
81         * IPAddressTest.cs: added test for loopback
82
83 2002-04-30  Nick Drochak  <ndrochak@gol.com>
84
85         * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
86
87 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
88
89         * CookieTest.cs: added
90         * CookieCollectionTest.cs: added
91         * AllTests.cs: added
92
93 2002-04-24  Nick Drochak  <ndrochak@gol.com>
94
95         * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong 
96         exception is thrown, let eveyone know which one.
97
98 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
99
100         * IPAddressTest.cs: use BitConverter to set localhost, catch
101         OverflowException in TestParseWrong() and changed some constants.
102
103 2002-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
104
105         * AllTests.cs: added IPEndPointTest.
106         * IPEndPointTest.cs: added file (author: Lawrence Pit).
107         * IPAdressTest.cs: use Fail is expected exception are not raised.
108
109 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
110
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>
115
116         * ChangeLog:
117         * AllTests.cs:
118         * IPAddressTest.cs: added files.
119