2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / System / Test / System.Net / ChangeLog
1 2005-01-28  Nick Drochak  <ndrochak@ieee.org>
2
3         * DnsTest.cs: Pick a URL we can most likely fail against.
4
5 2005-01-24  Nick Drochak  <ndrochak@ieee.org>
6
7         * ServicePointManagerTest.cs: Make sure we have some Service Points
8         when we try to get one.
9
10 2005-01-20  Sebastien Pouliot  <sebastien@ximian.com>
11
12         * ServicePointManagerTest.cs: Add a TearDown method; add setup/teardown
13           logic to (1) record ServicePointManager.MaxServicePointIdleTime, and 
14           (2) set this to 10 milliseconds in setup.  Why?  Because when running the
15           full regression tests, the default timeout of 15 minutes applied, causing
16           the ServicePointManager to be "full" when ServicePointTest is executed.
17           This causes ServicePointTest to generate a failure, as it isn't able to
18           add as many ServicePoints as it expects.  Worse, this failure isn't
19           apparent if you run ServicePointTest individually; it only occurs if it
20           executes *after* ServicePointManagerTest.  Yay Heisenbugs.
21
22 2005-01-19  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * WebPermissionAttributeTest.cs: Removed a test for 1.1 as we delay 
25         the regex creation (like 2.0) so the exception is also delayed.
26
27 2005-01-18  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * IPAddressTest.cs: Some tests may not work if support for IPv6 is
30         disabled in machine.config. Tests haven't re-worked to check for
31         Socket.SupportsIPv6 to ignore them in this case.
32
33 2005-01-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
34
35         * IPAddressTest.cs: this test fails with a FormatException.
36
37 2005-01-10  Nick Drochak  <ndrochak@ieee.org>
38
39         * IPAddressTest.cs: Make tests pass on Fx1.1
40
41 2005-01-10  Nick Drochak  <ndrochak@ieee.org>
42
43         * SocketPermissionAttributeTest.cs: Do not run tests on .NET where there
44         are bugs in the framework.
45         * WebPermissionAttributeTest.cs: Assuming these all pass on Fx2.0, so
46         make them pass on 1.1 too.
47
48 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
49
50         * CookieContainerTest.cs: added tests for CookieContainer.
51
52 2004-10-10 David Sheldon <dave-mono@earth.li>
53
54         * DnsTest.cs: Updated IP for www.go-mono.com. 
55
56 2004-09-10  Sebastien Pouliot  <sebastien@ximian.com>
57
58         * DnsPermissionAttributeTest.cs: New. Unit tests for DnsPermissionAttr.
59         * DnsPermissionTest.cs: New. Unit tests for DnsPermission.
60         * SocketPermissionAttributeTest.cs: New. Unit tests for 
61         SocketPermissionAttribute.
62         * WebPermissionAttributeTest.cs: New. Unit tests for WebPermission
63         Attribute.
64
65 2004-01-02  Nick Drochak  <ndrochak@gol.com>
66
67         * ServicePointManagerTest.cs: Use the nunit v2 paradigm, and stop this
68         test from outputting its debug info with WriteLines.
69         * ServicePointTest.cs: Make sure MaxServicePoints weren't set to some
70         other limit in another test or whatever.  Suppress debug output.
71
72 2003-12-30  Nick Drochak  <ndrochak@gol.com>
73
74         * DnsTest.cs: Update with new IP address for www.go-mono.com and make
75         test failure output more informative. All Tests pass for me on
76         .NET 1.1.
77         * HttpWebRequestTest.cs: Get rid of WriteLines and use Asserts to make
78         it a proper unit test.
79
80 2003-07-16  Peter Williams  <peter@newton.cx>
81
82         * IPAddressTest.cs: #if NET_1_1 for some IPv6 tests that
83         rely on some NET_1_1-only features.
84
85 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
86
87         * IPAddressTest.cs: Added IPv6 addresses tests.
88
89 2002-09-17  Nick Drochak  <ndrochak@gol.com>
90
91         * ServicePointManagerTest.cs: Convert Console.WriteLine() into a Fail()
92
93 2002-05-21  Lawrence Pit <loz@cable.a2000.nl>
94
95         * WebClientTest.cs: added
96         * WebProxyTest.cs: more tests
97
98 2002-05-20  Lawrence Pit <loz@cable.a2000.nl>
99
100         * ServicePointTest.cs: added
101         * ServicePointManagerTest.cs: added
102         * WebProxyTest.cs: added
103         * AllTests.cs: added the above tests
104         * WebHeaderCollection.cs: added TestIndexers.
105
106 2002-05-19  Lawrence Pit <loz@cable.a2000.nl>
107
108         * FileWebRequestTest.cs: all the async methods tests to behave the same 
109         as in ms.net
110
111 2002-05-12  Lawrence Pit <loz@cable.a2000.nl>
112
113         * FileWebRequestTest.cs: added
114
115 2002-05-11  Lawrence Pit <loz@cable.a2000.nl>
116
117         * WebRequestTest.cs: added
118         * WebHeaderCollectionTest.cs: added
119
120 2002-05-09  Lawrence Pit <loz@cable.a2000.nl>
121
122         * Added tests to IPAddressTest.cs
123         * Fixed tests in CookieTest.cs, SocketPermissionsTest.cs, IPEndPointTest.cs
124
125 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
126
127         * CredentialCacheTest.cs: added
128         * AllTests.cs: added CredentialCacheTest
129
130 2002-05-05  Lawrence Pit <loz@cable.a2000.nl>
131
132         * IPAddressTest.cs: added test for loopback
133
134 2002-04-30  Nick Drochak  <ndrochak@gol.com>
135
136         * IPAddressTest.cs: Remove unused code to eliminate compiler warnings.
137
138 2002-04-27  Lawrence Pit <loz@cable.a2000.nl>
139
140         * CookieTest.cs: added
141         * CookieCollectionTest.cs: added
142         * AllTests.cs: added
143
144 2002-04-24  Nick Drochak  <ndrochak@gol.com>
145
146         * IPAddressTest.cs: Make test conform to MS behavior. Also, if wrong 
147         exception is thrown, let eveyone know which one.
148
149 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
150
151         * IPAddressTest.cs: use BitConverter to set localhost, catch
152         OverflowException in TestParseWrong() and changed some constants.
153
154 2002-04-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
155
156         * AllTests.cs: added IPEndPointTest.
157         * IPEndPointTest.cs: added file (author: Lawrence Pit).
158         * IPAdressTest.cs: use Fail is expected exception are not raised.
159
160 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
161
162         * IPAddressTest.cs: use System.BitConverter.IsLittleEndian (suggested
163         by Paolo) instead of guessing the endianness.
164         
165 2002-04-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
166
167         * ChangeLog:
168         * AllTests.cs:
169         * IPAddressTest.cs: added files.
170