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