2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / System / Test / System.Net.Sockets / ChangeLog
1 2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * SocketTest.cs: Added tests for argument checks, and improved tests
4         for disposed socket.
5
6 2009-06-28  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * IPv6MulticastOptionTest.cs: Added .ctor and property tests.
9         * MulticastOptionTest.cs: Added .ctor and property tests.
10         * SocketTest.cs: Fixed compiler warnings. Improved tests for
11         closed socket. Added tests fr GetSocketOption, and SetSocketOption
12         overloads (for Linger, DontLinger, AddMembership and DropMembership).
13         * UdpClientTest.cs: Added .ctor and JoinMulticastGroup tests.
14
15 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
16
17         * SocketTest.cs: tests for DontLinger.
18
19 2009-06-26  Robert Jordan  <robertj@gmx.net>
20
21         * *.cs: Upgrade to new NUnit style.
22
23 2009-01-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
24
25         * SocketTest.cs:
26         (TestSelect1) avoid RST by reading the bytes from the client.
27
28 2009-01-07  Geoff Norton  <gnorton@novell.com>
29
30         * SocketTest.cs: Disable some tests on the Mac that rely on socket
31         options that are unavailable.
32
33 2008-12-03 Gonzalo Paniagua Javier <gonzalo@novell.com>
34
35         * UdpClientTest.cs: test closing a UDP socket while receiving.
36
37 2008-11-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
38
39         * SocketTest.cs: added test case based on the one in bug
40         #443346.
41
42 2008-06-19  Dick Porter  <dick@ximian.com>
43
44         * SocketTest.cs: Tests for generic Send() and Receive() methods.
45
46 2007-11-22  Gert Driesen  <drieseng@users.sourceforge.net>
47
48         * UdpClientTest.cs: Fixed line endings.
49
50 2007-11-02  Zoltan Varga  <vargaz@gmail.com>
51
52         * SocketTest.cs: Disable the send/receive buffer size tests.
53
54 2007-10-30  Dick Porter  <dick@ximian.com>
55
56         * UdpClientTest.cs: Test for 324033.
57
58 2007-10-21  Robert Jordan  <robertj@gmx.net>
59
60         * SocketTest.cs: Enable GetHashCodeTest.
61
62 2007-08-15  Gert Driesen  <drieseng@users.sourceforge.net>
63
64         * SocketTest.cs: Improved EndConnect test. Added test for bug #82446,
65         and marked it NotWorking for 2.0 profile.
66
67 2007-05-14  Dick Porter  <dick@ximian.com>
68
69         * SocketTest.cs: Tests for bug 75705
70
71 2007-04-21  Gert Driesen  <drieseng@users.sourceforge.net>
72
73         * TcpClientTest.cs: Enabled test for bug #81105.
74
75 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
76
77         * TcpClientTest.cs: ... and disable it again, since it fails buildbot
78         sles-9 x86-64.
79
80 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
81
82         * TcpClientTest.cs: Re-enabled test for bug #81105 since it passes
83         on both linux and windows. I'll monitor the build bots to spot if it
84         breaks the tests.       
85
86 2007-03-11  Gert Driesen  <drieseng@users.sourceforge.net>
87
88         * TcpClientTest.cs: Added test for bug #81105.
89
90 2007-03-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
91
92         * SocketTest.jvm.cs: removed not supported calls for TARGET_JVM because
93         of validation failures
94
95 2007-02-08  Ilya Kharmatsky <ilyak -at- mainsoft.com>
96
97         * SocketTest.jvm.cs: added 'Ignore' attributes for non working tests.
98         
99 2007-01-30  Ilya Kharmatsky <ilyak -at- mainsoft.com>
100
101         * SocketTest.jvm.cs: added - forked out from SocketTest.cs due to
102         a lot 'TARGET_JVM' specific changes.
103
104 2007-01-26  Dick Porter  <dick@ximian.com>
105
106         * SocketTest.cs: New test for SO_ERROR reading, returning the same
107         value over and over.
108
109 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
110
111         * UdbClientTest.cs: Added Ignore attribute for entire test fixture
112         under TARGET_JVM directive.
113
114 2007-01-24  Dick Porter  <dick@ximian.com>
115
116         * NetworkStreamTest.cs: Test 2.0 ReadTimeout property
117
118 2007-01-23  Dick Porter  <dick@ximian.com>
119
120         * TcpListenerTest.cs: Test 2.0 Start(int) overload
121
122         * TcpClientTest.cs: Test 2.0 Connect(IPAddress[], port) overload
123
124 2007-01-11  Dick Porter  <dick@ximian.com>
125
126         * SocketTest.cs: 
127         * UdpClientTest.cs: Test 2.0 additions
128
129 2006-11-24  Dick Porter  <dick@ximian.com>
130
131         * SocketTest.cs: Add a test for async non blocking connects that
132         should fail, leaving Socket.Connected == false.  Based on test
133         case in bug 79878.
134
135 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
136
137         * SocketTest.cs: added a bunch of tests expecting
138         ObjectDisposedException to be thrown.
139
140 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
141
142         * SocketTest.cs: added new test for Select.
143
144 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
145
146         * SocketTest.cs: added test for bug #75158 (incompatible address).
147
148 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
149
150         * SocketTest.cs: use IPAddress.Loopback in IPEndPoint to allow 
151         AcceptBlockingStatus test to pass on both Mono and MS.NET.
152
153 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
154
155         * SocketTest.cs: added test for bug #75154.
156
157 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
158
159         * TcpListenerTest.cs: remove NotDotNet category from TcpListener
160         test as its working just fine on both MS.NET 1.x and 2.0.
161
162 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
163
164         * TcpListenerTest.cs: actually connect the socket to the listener. Fixes
165         the test.
166
167 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
168
169         * NetworkStreamCas.cs: New. CAS unit tests for NetworkStream.
170         * SocketCas.cs: New. CAS unit tests for Socket.
171         * SocketTest.cs: Make some fields public so they can be reused.
172         * TcpClientCas.cs: New. CAS unit tests for TcpClient (currently 
173         commented as the Begin* methods aren't yet implemented).
174
175 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
176
177         * SocketTest.cs: added test for setting a boolean socket option.
178
179 2005-03-06  Nick Drochak  <ndrochak@ieee.org>
180
181         * TcpClientTest.cs: Choose a different port so test will pass on MS.NET
182         * TcpListenerTest.cs: Ignore test that doesn't play well on MS.NET
183
184 2005-02-23  Dick Porter  <dick@ximian.com>
185
186         * UdpClientTest.cs: Added, with UdpClientBroadcastTest from Chris
187         Bacon <chris.bacon@docobo.co.uk>
188
189 2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
190
191         * SocketTest.cs: Mark some tests with [Category ("InetAccess")].
192
193 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
194
195         * SocketTest.cs: Ignore test on MS.NET
196
197 2004-10-14  Dick Porter  <dick@ximian.com>
198
199         * SocketTest.cs: Test the blocking status of accepted sockets
200
201 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
202
203         * SocketTest.cs: added test for Select with empty lists. Changed the
204         'bogus' address of EndConnect test.
205
206 2003-12-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
207
208         * SocketTest.cs: new test for asynchronous connection failure.
209         Test by Brad FitzpatrickBrad Fitzpatrick <brad@danga.com>.
210
211 2003-08-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
212
213         * TcpListenerTest.cs: added more tests.
214
215 2003-07-16  Peter Williams  <peter@newton.cx>
216
217         * TcpListenerTest.cs: Initialize outSock to null to
218         prevent an mcs compile error.
219
220 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
221
222         * TcpListenerTest.cs: Forced IPv4 listener test.
223
224 2002-11-03  Phillip Pearson  <pp@myelin.co.nz>
225
226         * AllTests.cs: Fixed Lawrence's e-mail address.
227
228 2002-05-17  Lawrence Pit <loz@cable.a2000.nl>
229
230         * AllTests.cs: added
231
232
233