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