New test.
[mono.git] / mcs / class / System / Test / System.Net.Sockets / ChangeLog
1 2006-11-24  Dick Porter  <dick@ximian.com>
2
3         * SocketTest.cs: Add a test for async non blocking connects that
4         should fail, leaving Socket.Connected == false.  Based on test
5         case in bug 79878.
6
7 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8
9         * SocketTest.cs: added a bunch of tests expecting
10         ObjectDisposedException to be thrown.
11
12 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * SocketTest.cs: added new test for Select.
15
16 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
17
18         * SocketTest.cs: added test for bug #75158 (incompatible address).
19
20 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
21
22         * SocketTest.cs: use IPAddress.Loopback in IPEndPoint to allow 
23         AcceptBlockingStatus test to pass on both Mono and MS.NET.
24
25 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
26
27         * SocketTest.cs: added test for bug #75154.
28
29 2005-06-04 Gert Driesen <drieseng@users.sourceforge.net>
30
31         * TcpListenerTest.cs: remove NotDotNet category from TcpListener
32         test as its working just fine on both MS.NET 1.x and 2.0.
33
34 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
35
36         * TcpListenerTest.cs: actually connect the socket to the listener. Fixes
37         the test.
38
39 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * NetworkStreamCas.cs: New. CAS unit tests for NetworkStream.
42         * SocketCas.cs: New. CAS unit tests for Socket.
43         * SocketTest.cs: Make some fields public so they can be reused.
44         * TcpClientCas.cs: New. CAS unit tests for TcpClient (currently 
45         commented as the Begin* methods aren't yet implemented).
46
47 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
48
49         * SocketTest.cs: added test for setting a boolean socket option.
50
51 2005-03-06  Nick Drochak  <ndrochak@ieee.org>
52
53         * TcpClientTest.cs: Choose a different port so test will pass on MS.NET
54         * TcpListenerTest.cs: Ignore test that doesn't play well on MS.NET
55
56 2005-02-23  Dick Porter  <dick@ximian.com>
57
58         * UdpClientTest.cs: Added, with UdpClientBroadcastTest from Chris
59         Bacon <chris.bacon@docobo.co.uk>
60
61 2005-02-01  Zoltan Varga  <vargaz@freemail.hu>
62
63         * SocketTest.cs: Mark some tests with [Category ("InetAccess")].
64
65 2005-01-08  Nick Drochak  <ndrochak@ieee.org>
66
67         * SocketTest.cs: Ignore test on MS.NET
68
69 2004-10-14  Dick Porter  <dick@ximian.com>
70
71         * SocketTest.cs: Test the blocking status of accepted sockets
72
73 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
74
75         * SocketTest.cs: added test for Select with empty lists. Changed the
76         'bogus' address of EndConnect test.
77
78 2003-12-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
79
80         * SocketTest.cs: new test for asynchronous connection failure.
81         Test by Brad FitzpatrickBrad Fitzpatrick <brad@danga.com>.
82
83 2003-08-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
84
85         * TcpListenerTest.cs: added more tests.
86
87 2003-07-16  Peter Williams  <peter@newton.cx>
88
89         * TcpListenerTest.cs: Initialize outSock to null to
90         prevent an mcs compile error.
91
92 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
93
94         * TcpListenerTest.cs: Forced IPv4 listener test.
95
96 2002-11-03  Phillip Pearson  <pp@myelin.co.nz>
97
98         * AllTests.cs: Fixed Lawrence's e-mail address.
99
100 2002-05-17  Lawrence Pit <loz@cable.a2000.nl>
101
102         * AllTests.cs: added
103
104
105