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