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