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