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